【问题标题】:Using automake and configure with a toolchain使用 automake 并通过工具链进行配置
【发布时间】:2013-12-21 00:00:23
【问题描述】:

我正在尝试交叉编译一些使用 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

【问题讨论】:

    标签: linux compilation cross-compiling configure automake


    【解决方案1】:

    ./configure 是否使用 objdump 的本地主机副本?

    显然。

    是否正确地在工具链中找到名为 i686-linux-strip 的 strip?

    是的。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-02-22
      • 2019-02-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-08-19
      • 2011-03-17
      相关资源
      最近更新 更多