This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap error on i686-pc-linux-gnu
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: gcc <gcc at gnu dot org>, gcc-bugs at gcc dot gnu dot org
- Date: Sun, 02 Jun 2002 22:28:16 +0200
- Subject: Bootstrap error on i686-pc-linux-gnu
Hi,
I'm seeing this in Stage1:
./xgcc -B./ -B/usr/local/gcc-exp//i686-pc-linux-gnu/bin/ -isystem
/usr/local/gcc-exp//i686-pc-linux-gnu/include -isystem
/usr/local/gcc-exp//i686-pc-linux-gnu/sys-include -O2 -DIN_GCC -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include -I. -I. -I../../Sandbox-head/gcc/gcc
-I../../Sandbox-head/gcc/gcc/. -I../../Sandbox-head/gcc/gcc/config
-I../../Sandbox-head/gcc/gcc/../include -g0 -finhibit-size-directive
-fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss
-fno-omit-frame-pointer \
-c ../../Sandbox-head/gcc/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
../../Sandbox-head/gcc/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../Sandbox-head/gcc/gcc/crtstuff.c:282: internal error: Segmentation
fault
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]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/home/paolo/Gcc/cvs-dirs/mainline-build-exp/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/paolo/Gcc/cvs-dirs/mainline-build-exp/gcc'
make: *** [bootstrap] Error 2
Ciao,
Paolo.