gpt4 book ai didi

linux - 通过工具链使用 automake 和 configure

转载 作者:太空宇宙 更新时间:2023-11-04 11:16:31 24 4
gpt4 key购买 nike

我正在尝试交叉编译一些使用 automake./configure 的库,但我无法让它们与我的工具链一起工作。我正在设置 --host--build 标志(可能不正确)以及 CCCPPCXXCXXCPP 环境变量。

我在 ./configure 的输出中看到它正确地选择了我的工具链编译器。我还在输出中看到了这些行:

checking for i686-linux-objdump... no
checking for objdump... objdump
<...>
checking for i686-linux-strip... strip
checking for i686-linux-ranlib... no

./configure 是否使用 objdump 的本地主机副本?它是否在名称为 i686-linux-strip 的工具链中正确找到了 strip

最佳答案

Is ./configure using the local hostmachine copy of objdump?

显然。

Is it correctly finding strip in the toolchain under the name i686-linux-strip?

是的。

关于linux - 通过工具链使用 automake 和 configure,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20713816/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com