[Haskell-cafe] GHCI on ARM (Nvidia Jetson TK1)

Ben Gamari ben at smart-cactus.org
Mon Jul 21 22:46:23 UTC 2014


Tomas Korcak <korczis at gmail.com> writes:

> Hi There,
> I would like to ask you what is the situation with ghci on arm.
>
GHCi should be functional. As of 7.6.3 (IIRC) the GHC runtime linker has
had support for ARM, although it is known to be buggy in some cases.

More recently there has been a push to move towards dynamic linking by
default. This removes GHC's runtime linker from the equation although
introduces some difficulties of its own (mostly due to bugs in binutil's
linker [1).

A few months back I wrote down some notes on the current state of GHC on
ARM [2]. This might answer some of your questions.

Cheers,

- Ben


[1] https://sourceware.org/bugzilla/show_bug.cgi?id=16177
[2] http://bgamari.github.io/posts/2014-03-06-compiling-ghc-7.8-on-arm.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 472 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140721/315928c3/attachment.sig>


More information about the Haskell-Cafe mailing list