Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在基于 ARM OMAP 的Beagleboards上使用 Haskell GHC / Haskell 平台。有什么办法可以在短期内做到这一点,但我不必先尝试交叉编译,例如 LLVM,然后是 GHC 等几个星期?
我差点忘了我发了一篇关于在类似 beagleboard 的设备上使用 Debian Armel(未注册)构建的帖子。
幸运的是,我们很快就能拥有一个注册版本(请参阅jmg 答案中的此链接)。我怀疑您可以获得 Debian 未注册的 GHC 构建,安装 LLVM 3.0,并构建 GHC HEAD(包括链接的 ARM 支持 - 请注意它还不能完美运行),从而获得注册的构建。我不明白你为什么认为这需要任何交叉编译。
我没有在 ARM 上使用 GHC 的经验。但是你知道下面的页面吗?http://ghcarm.wordpress.com/