|
|
前面的configure是按照说明做的,然后make bootstrap出现下面错误:(在首次时出现,即不加bootstrap也出现)
/tools/i686-pc-linux-gnu/bin/ld:/usr/lib/libc.so: file format not recognized; treating as linker script
/tools/i686-pc-linux-gnu/bin/ld:/usr/lib/libc.so:5: syntax error
collect2: ld returned 1 exit status
make[3]: *** [libgcc_s.so] Error 1
make[3]: Leaving directory `/LFS/sources/gcc-build/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/LFS/sources/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/LFS/sources/gcc-build/gcc'
make: *** [bootstrap] Error 2
说我/usr/lib/libc.so格式不可识别,当作符号连接,可是这确实不是连接啊,是个文件没错,然后是syntax error.
宿主系统版本是SuSE 10.1.还请各位高手帮忙,小弟先行谢过! |
|