We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1,configure(配置)
lfs@debian :/mnt/lfs/sources/build$ ../binutils-2.31.1/configure --prefix=/tools --with-sysroot=$LFS --with-lib-path=/tools/lib --target=$LFS_TGT --disable-nls --disable-werror
2,make(编译)
lfs@debian :/mnt/lfs/sources/build$ make
......
/libbfd.a -L/mnt/lfs/sources/build/zlib -lz ../libiberty/libiberty.a -ldl make[4]: Leaving directory '/mnt/lfs/sources/build/ld' make[3]: Leaving directory '/mnt/lfs/sources/build/ld' make[2]: Leaving directory '/mnt/lfs/sources/build/ld' make[1]: Leaving directory '/mnt/lfs/sources/build'
I tested the binutils 2.25.2.28. also failed and showed these errors. what is wrong?(哪里出问题了?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1,configure(配置)
lfs@debian :/mnt/lfs/sources/build$ ../binutils-2.31.1/configure --prefix=/tools --with-sysroot=$LFS --with-lib-path=/tools/lib --target=$LFS_TGT --disable-nls --disable-werror
2,make(编译)
lfs@debian :/mnt/lfs/sources/build$ make
......
/libbfd.a -L/mnt/lfs/sources/build/zlib -lz ../libiberty/libiberty.a -ldl
make[4]: Leaving directory '/mnt/lfs/sources/build/ld'
make[3]: Leaving directory '/mnt/lfs/sources/build/ld'
make[2]: Leaving directory '/mnt/lfs/sources/build/ld'
make[1]: Leaving directory '/mnt/lfs/sources/build'
I tested the binutils 2.25.2.28. also failed and showed these errors.
what is wrong?(哪里出问题了?)
The text was updated successfully, but these errors were encountered: