linux – Glibc配置错误

linux – Glibc配置错误,第1张

概述当我遇到配置Glibc的错误时,我正在从头开始使用 Linux(步骤5.7): checking for sysdeps preconfigure fragments... aarch64 alpha arm configure: error: Old ABI no longer supported 我在用: ../glibc-2.20/configure 当我遇到配置Glibc的错误时,我正在从头开始使用 Linux(步骤5.7):

@H_301_11@checking for sysdeps preconfigure fragments... aarch64 Alpha arm configure: error: old ABI no longer supported

我在用:

@H_301_11@../glibc-2.20/configure \ --prefix=/tools \ --host=$LFS_TGT \ --build=$(../glibc-2.20/scripts/config.guess) \ --disable-profile \ --enable-kernel=2.6.32 \ --with-headers=/tools/include \ libc_cv_forced_unwind=yes \ libc_cv_ctors_header=yes \ libc_cv_c_cleanup=yes

直到现在我都没有遇到麻烦.我的$LFS_TGT = armv6l-lfs-linux-gnueabihf

解决方法 你应该升级到最新的glibc版本.很可能你还没有编译器,所以当glibc尝试运行编译测试时,它会失败并假设你正在尝试使用OABI工具链.

这是在这里修复的:
https://sourceware.org/git/?p=glibc.git;a=commit;h=34d97d87bb1c08e34d08a9d4be24a3b1d53a4ddb

总结

以上是内存溢出为你收集整理的linux – Glibc配置错误全部内容,希望文章能够帮你解决linux – Glibc配置错误所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1030553.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存