|
在进行LFS6.3的时候,第六章
编译 binutils2.17
tar xvf $LFS/binutils-2.17.tar.bz2
mkdir binutils-build
cd binutils-build
../binutils-2.17/configure --prefix=/usr --enable-shared
make tooldir=/usr
在make tooldir=/usr 出现错误,显示如下:
checking whether the C compiler works... configure: error:cannot run C compiled programs.
If you meant to cross compile, use '--host'
See 'config.log' for more details.
make: ***[configure-libiberty] Error 1
之前都通过了的。不过在之前调整工具链的时候出现
grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
没有输出
后来重新运行
5.12. Binutils-2.16.1 就通过了。
请教下各位如何处理?折腾LFS很多次了,这次再不成功就没有信心了。麻烦各位 |
|