This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
CVS mainline sh-elf target build failure
- To: gcc-bugs at gcc dot gnu dot org
- Subject: CVS mainline sh-elf target build failure
- From: Toshi Morita <tm2 at best dot com>
- Date: Fri, 29 Jun 2001 11:40:51 -0700 (PDT)
version: CVS mainline (6/29/01)
host: i686-linux (RH 7.0)
target: sh-elf
When the compiler is configured using "../gcc/configure --target=sh-elf"
the build of the cross-compiler fails when attempting to compile
__muldi3:
...
/home/tm/gcc-build-sh-elf/gcc/xgcc -B/home/tm/gcc-build-sh-elf/gcc/ -B/usr/local/sh-elf/bin/ -B/usr/local/sh-elf/lib/ -isystem /usr/local/sh-elf/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/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -DL_muldi3 -c ../../gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
../../gcc/gcc/libgcc2.c: In function `__muldi3':
../../gcc/gcc/libgcc2.c:367: Internal compiler error in verify_wide_reg_1, at flow.c:3266
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Toshi