This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Limited Successful Build of egcs-1.0.3a


Successfule build (with intervention).

Last few lines of output while building egcs-1.0.3a (make bootstrap):

stage2/xgcc -Bstage2/ -c  -DIN_GCC    -O2 -g -O2     -I. -I..
-I../../../egcs-1.0.3a/gcc/cp -I../../../egcs-1.0.3a/gcc/cp/..
-I../../../egcs-1.0.3a/gcc/cp/../config ../../../egcs-1.0.3a/gcc/cp/tree.c
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[3]: *** [tree.o] Error 1
make[3]: Leaving directory `/usr/local/src/egcs_obj/gcc/cp'
make[2]: *** [cc1plus] Error 2
make[2]: Leaving directory `/usr/local/src/egcs_obj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/local/src/egcs_obj/gcc'
make: *** [bootstrap] Error 2

===========================

I made another attempt without a reconfiguration or a cllean and got another
signal
11 while compiling another file (but I didn't record it, unfortunately).

Output from config.guess:

i586-pc-linux-gnu

Note: My system uses an AMD K-6 233MHz chip (supposedly a later stepping
with some known bugs fixed) and 64MB SDRAM.

After I changed all instances of -O2 to -O I got a successful build.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]