This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap fail on darwin
- To: GCC <gcc at gcc dot gnu dot org>
- Subject: bootstrap fail on darwin
- From: Andreas Tobler <toa at pop dot agri dot ch>
- Date: Thu, 23 Aug 2001 22:23:46 +0200
- Organization: zero
- Reply-To: toa at pop dot agri dot ch
Hi,
don't know if I'm right here. I get/got a bootstrap failure since a few
days. I just synced a few minutes ago (cvs) and this is the result.
gcc/gcc/version.c states:
version_string = "3.1 20010823 (experimental)";
The configuration is done like this:
sitting in objdir...
../gcc/configure --prefix=/tmp/testplace
make CC='cc -no-cpp-precomp' bootstrap
The error:
./xgcc -B./ -B/Volume/reserved1/gcctmp/powerpc-apple-darwin1.3.7/bin/
-isystem /Volume/reserved1/gcctmp/powerpc-apple-darwin1.3.7/include -O2
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/config -I../../gcc/gcc/../include -DL_divdi3 -c
../../gcc/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_divdi3.o
../../gcc/gcc/libgcc2.c:2922: Internal compiler error in
assemble_integer, at varasm.c:1943
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [libgcc/./_divdi3.o] Error 1
make[2]: *** [stmp-multilib] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2
---
What or where do I find the preprocessed source?
Any ideas?
Thanks
Andreas