This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

mips-elf target build failure



version: CVS
   host: i386-linux (Red Hat 7.0 x86)
 target: mips-elf

Compiler fails to build due to problems:

/home/tm/gcc-build-mips/gcc/xgcc -B/home/tm/gcc-build-mips/gcc/ -B/usr/local/mips-elf/bin/ -B/usr/local/mips-elf/lib/ -isystem /usr/local/mips-elf/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -G 0 -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include  -fexceptions -msingle-float -mips3 -DL_eh -c ../../gcc/gcc/libgcc2.c -o libgcc/single/mips3/_eh.o
../../gcc/gcc/libgcc2.c: In function `__default_terminate':
../../gcc/gcc/libgcc2.c:3142: warning: implicit declaration of function `abort'
../../gcc/gcc/libgcc2.c: In function `__throw_type_match':
../../gcc/gcc/libgcc2.c:3170: warning: implicit declaration of function `strcmp'
../../gcc/gcc/libgcc2.c: In function `eh_context_static':
../../gcc/gcc/libgcc2.c:3335: warning: implicit declaration of function `memset'
../../gcc/gcc/libgcc2.c: In function `__sjthrow':
../../gcc/gcc/libgcc2.c:3523: Internal compiler error in reg_save, at dwarf2out.c:987
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/single/mips3/_eh.o] Error 1
make[2]: Leaving directory `/home/tm/gcc-build-mips/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/tm/gcc-build-mips/gcc'
make: *** [all-gcc] Error 2
[tm@localhost gcc-build-mips]$ 

Toshi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]