This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Cannot bootstrap gcc compiler on main line
- To: gcc at gcc dot gnu dot org
- Subject: Cannot bootstrap gcc compiler on main line
- From: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Date: Wed, 12 Sep 2001 18:32:34 +0200 (CEST)
- cc: gcc-bugs at gcc dot gnu dot org
I cannot bootstrap gcc 3.1 from the current cvs sources on the
i686-pc-linux-gnu target. I employ gcc 3.0.1 for building the stage 1
compiler. Binutils are version 2.11.90.0.23.
Configure options:
../gcc/configure --enable-shared --enable-threads=posix --enable-languages=c,c++,f77,objc --disable-nls --enable-clocale=gnu
Hope this helps,
Peter Schmid
stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/gengenrtl.c
/tmp/ccnTghgj.s: Assembler messages:
/tmp/ccnTghgj.s:501: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:501: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:1662: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:1662: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:1809: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:1809: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2221: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2221: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2225: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2225: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2360: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2360: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2365: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2365: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2369: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2369: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2512: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2512: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2519: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2519: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2526: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2526: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2530: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2530: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2744: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2744: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2772: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2772: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2890: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2890: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2901: Warning: Unrecognized .section attribute: want a,m,s,w,x
/tmp/ccnTghgj.s:2901: Warning: Unrecognized .section attribute: want a,m,s,w,x
rm -f obstack.c
ln -s ../../gcc/gcc/../libiberty/obstack.c obstack.c
stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include \
obstack.c -o obstack.o
stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \
gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
/usr/local/i686-pc-linux-gnu/bin/ld: gengenrtl: Not enough room for program headers (allocated 6, need 7)
/usr/local/i686-pc-linux-gnu/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1
make[2]: Leaving directory `/mnt/egcs/build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/mnt/egcs/build/gcc'
make: *** [bootstrap-lean] Error 2