This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ICE building PPC cross compiler
- To: gcc at gcc dot gnu dot org
- Subject: ICE building PPC cross compiler
- From: Momchil Velikov <velco at fadata dot bg>
- Date: 18 Feb 2001 18:51:23 +0200
Latest CVS gcc, build is GNU/Linux, configured as
../configure --prefix=/usr/local --target=powerpc-sysv4 --with-gnu-as --with-gnu-ld --with-dwarf2 --enable-languages=c
./xgcc -B./ -B/usr/local/powerpc-sysv4/bin/ -isystem /usr/local/powerpc-sysv4/include -O2 -DCROSS_COMPILE -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -fPIC -mstrict-align -DL_divdi3 -c ../../gcc/libgcc2.c -o libgcc/./_divdi3.o
../../gcc/libgcc2.c: In function `__divdi3':
../../gcc/libgcc2.c:747: Unrecognizable insn:
(insn 725 722 195 (set (reg:SI 339)
(and:SI (reg/v:SI 125)
(const_int 65535 [0xffff]))) -1 (nil)
(nil))
../../gcc/libgcc2.c:747: Internal compiler error in extract_insn, at recog.c:2227
Regards,
-velco