egcs sig 11 error
Jon Barnett
jbarnett@mpx.com.au
Sat Sep 5 00:59:00 GMT 1998
I am currently running Linux 2.0.33 on a pentium 120MHz system. To date I
have had no problems with it. I have successfully built and installed
previous versions of egcs on the system (egcs-1.0.2 and egcs-1.0.3a). All
software (including operating system and utilities) running on the system
has been compiled with egcs-1.0.2 or 1.0.3a.
When building egcs-1.1a, I receive a sig 11. I am using the "make
bootstrap" option. The sig 11 always occurs during the crtbegin.o compile,
even after following the test instructions in the "SIG 11 FAQ" (so I am
assuming that it isn't a hardware problem). I used "../configure
--prefix=/usr" in objdir to create the Makefile for the build and the
target was correctly identified as linux i586 libc1.
The tail of the results of the build are listed below:
make[1]: Entering directory `/home/users/jbarnett/egcs-1.1a/objdir/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/users/jbarnett/egcs-1.1a/objdir/etc'
make[1]: Entering directory `/home/users/jbarnett/egcs-1.1a/objdir/gcc'
if [ -f libgcc2.ready ] ; then \
true; \
else \
touch libgcc2.ready; \
fi
/home/users/jbarnett/egcs-1.1a/objdir/gcc/xgcc
-B/home/users/jbarnett/egcs-1.1a/objdir/gcc/ -DIN_GCC -DUSE_GNULIBC_1 -g
-O2 -I./include -I. -I../../gcc -I../../gcc/config -g0 \
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-omit-frame-pointer \
-c ../../gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory `/home/users/jbarnett/egcs-1.1a/objdir/gcc'
make: *** [all-gcc] Error 2
Has anyone else encountered this problem? Is there something I have done
incorrectly?
Thanks for any help with this.
Jon Barnett
More information about the Gcc-bugs
mailing list