【问题标题】:Binutils ld linker how to configure emulation mode (no supported emulations after build with mingw)Binutils ld 链接器如何配置仿真模式(使用 mingw 构建后不支持仿真)
【发布时间】:2013-07-22 13:59:13
【问题描述】:

在使用 mingw 成功构建 binutils/ld 并尝试运行它后,我收到了这条消息-

$ ld-新 h:/binutils-2.23.1/ld/.libs/ld-new.exe:无法识别的仿真模式: 支持的仿真:

我查看了内部文档,据我了解,您需要设置配置或生成文件,以便在构建过程中安装您想要的模拟模式,但我无法弄清楚您实际上是如何做到的.

如果有人能解释这个过程,将不胜感激。

非常感谢。

【问题讨论】:

    标签: c++ linker mingw ld binutils


    【解决方案1】:

    似乎默认模拟模式是根据提供给 binutils configure 脚本(--target 选项)的目标元组确定的。

    另请参阅:https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=ld/configure.tgt;hb=HEAD

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-06-21
      • 1970-01-01
      • 2014-04-25
      • 2011-09-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多