This is the mail archive of the gcc-bugs@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]

i386-linux cross sh-elf breakage


version: CVS
   host: i386-linux
 target: sh-elf

Compiler fails to build; here's the relevant log:

/home/tm/egcs-build/gcc/xgcc -B/home/tm/egcs-build/gcc/ 
-B/usr/local/sh-elf/bin/ -I/usr/local/sh-elf/include -O2  -DCROSS_COMPILE 
-DIN_GCC    -g -O2 -isystem ./include   -g1  -DIN_LIBGCC2 
-D__GCC_FLOAT_NOT_NEEDED  -I. -I../../egcs/gcc -I../../egcs/gcc/config 
-I../../egcs/gcc/../include -m4-single -DL_set_fpscr -xassembler-with-cpp 
-c ../../egcs/gcc/config/sh/lib1funcs.asm -o libgcc/m4-single/_set_fpscr.o
/home/tm/egcs-build/gcc/xgcc -B/home/tm/egcs-build/gcc/ 
-B/usr/local/sh-elf/bin/ -I/usr/local/sh-elf/include -O2  -DCROSS_COMPILE 
-DIN_GCC    -g -O2 -isystem ./include   -g1  -DIN_LIBGCC2 
-D__GCC_FLOAT_NOT_NEEDED  -I. -I../../egcs/gcc -I../../egcs/gcc/config 
-I../../egcs/gcc/../include  -m4-single -DL_muldi3 -c 
../../egcs/gcc/libgcc2.c -o libgcc/m4-single/_muldi3.o
../../egcs/gcc/libgcc2.c: In function `__muldi3':
../../egcs/gcc/libgcc2.c:204: Internal compiler error in 
`verify_wide_reg_1', at flow.c:2605
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/m4-single/_muldi3.o] Error 1
make[2]: Leaving directory `/home/tm/egcs-build/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/tm/egcs-build/gcc'
make: *** [all-gcc] Error 2
bash$ 

Toshi


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