【问题标题】:cross-compiling haskell code through ghc and mingw tools通过 ghc 和 mingw 工具交叉编译 haskell 代码
【发布时间】:2010-08-18 22:54:13
【问题描述】:

我已经尝试过-fvia-C-pgms,但它们都无法创建可执行文件,从而引发了很多错误,例如Warning: retaining unknown function ``L4' in output from C compiler

【问题讨论】:

  • 你能提供更多关于你到底想要做什么的细节吗?例如,你的构建系统/操作系统/编译器链是什么,目标架构是什么?

标签: haskell mingw ghc


【解决方案1】:

GHC 不能用作开箱即用的交叉编译器。构建系统对我们目前正在改进的交叉编译有一些支持。有关详细信息,请参阅CrossCompilation on the GHC wiki。我建议进一步讨论 glasgow-haskell-users 或 cvs-ghc 邮件列表。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-10-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-09-08
    • 2011-04-17
    相关资源
    最近更新 更多