|
|
编译bintils第一遍总是出现internal compiler error: Segmentation fault错误,后来关机一端时间后再开机编译就通过了,但编译gcc时又不断出现internal compiler error: Segmentation fault错误,
我的系统是FC3,下面是一端错误信息:
insn-output.c: In function `output_386':
insn-output.c:2202: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [insn-output.o] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make: *** [bootstrap] Error 2
其它的错误类似只是发生在不同的文件;
我在网上查可能是内存错误,但我的XP和FC3都可以正常使用,我不知是否是内存问题还是其它问题,情帮帮忙!我是第一次装LFS,开始就这么惨! |
|