
Anybody know of an ARM back end for any of the Haskell compilers? Thanks, Greg

garious:
Anybody know of an ARM back end for any of the Haskell compilers?
nhc98 compiles to ARM, http://www.haskell.org/nhc98/ however its lightly maintained, and many hackage libraries don't work with nhc. So there's GHC with some effort can be made to work, http://www.haskell.org/ghc/distribution_packages.html#debian well, its even available out of the box for debian/arm. There's also a wiki page, http://hackage.haskell.org/trac/ghc/wiki/ArmLinuxGhc -- Don

On 11/2/07, Greg Fitzgerald
Anybody know of an ARM back end for any of the Haskell compilers?
This version of hugs worked on my (ARM based) NSLU2: http://ipkgfind.nslu2-linux.org/details.php?package=hugs&official=&format= - Dan

On Nov 2, 2007 10:19 PM, nornagon
On 03/11/2007, Greg Fitzgerald
wrote: Anybody know of an ARM back end for any of the Haskell compilers?
If there's an arm-eabi port somewhere, I might be able to get Haskell code running on the Nintendo DS...
https://garage.maemo.org/projects/hugs/ Runs on my Nokia N800 which is arm-eabi based. Mathieu

On Mon, 03 Dec 2007 18:24:10 +0100, Mathieu Boespflug
On Nov 2, 2007 10:19 PM, nornagon
wrote: On 03/11/2007, Greg Fitzgerald
wrote: Anybody know of an ARM back end for any of the Haskell compilers?
If there's an arm-eabi port somewhere, I might be able to get Haskell code running on the Nintendo DS...
https://garage.maemo.org/projects/hugs/
Runs on my Nokia N800 which is arm-eabi based.
Mathieu
The DS is a bit peckish, but I did get hugs to run on it with devkitPro. I wrote about my experiences at my blog: www.closuretohome.com. Cheers, Andreas

On Fri, Nov 02, 2007 at 01:30:44PM -0700, Greg Fitzgerald wrote:
Anybody know of an ARM back end for any of the Haskell compilers?
jhc can compile to the arm as well. This was tested by compiling a simple program for the iPhone. :) John -- John Meacham - ⑆repetae.net⑆john⑈

There's an ARM backend in hbc.
On Nov 2, 2007 8:30 PM, Greg Fitzgerald
Anybody know of an ARM back end for any of the Haskell compilers?
Thanks, Greg
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (8)
-
Andreas Farre
-
Dan Piponi
-
Don Stewart
-
Greg Fitzgerald
-
John Meacham
-
Lennart Augustsson
-
Mathieu Boespflug
-
nornagon