I have started on LFS and I am stuck compiling gcc. The problem seems to be with this:
Code:
make BOOT_LDFLAGS=-static bootstrap
Because I get this:
Code:
./../gcc-2.95.3/gcc/../include ../../gcc-2.95.3/gcc/dwarfout.c
stage1/xgcc -Bstage1/ -B/usr/i586-pc-linux-gnu/bin/ -c -DIN_GCC -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-2.95.3/gcc -I../../gcc-2.95.3/gcc/config -I. ./../gcc-2.95.3/gcc/../include ../../gcc-2.95.3/gcc/dwarf2out.c
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [dwarf2out.o] Error 1
make[2]: Leaving directory `/mnt/lfs/usr/src/sources/g/gcc-build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/mnt/lfs/usr/src/sources/g/gcc-build/gcc'
make: *** [bootstrap] Error 2
From what I have been reading my K6-2 might be at fault... what can I do?
Bookmarks