ARM: Difference between revisions
(→Found on mailing lists or other discussion fora: Added link to "at last, Debian unstable has working arm ghci and TH") |
(Added section Software, with a link to "A docker container for hacking on GHC") |
||
Line 7: | Line 7: | ||
News 15.5.2015: The GHC 7.8.4 available in the Debian unstable distribution is working and complete (including TH and thus a stage 2 compiler) - tested on the cubietruck (cubieboard 3). | News 15.5.2015: The GHC 7.8.4 available in the Debian unstable distribution is working and complete (including TH and thus a stage 2 compiler) - tested on the cubietruck (cubieboard 3). | ||
== Software == | |||
* [https://github.com/AlexeyRaga/ghc-docker-cross-arm A docker container for hacking on GHC] | |||
Line 29: | Line 34: | ||
* [http://bgamari.github.com/posts/cross-compiling_llvm.html Cross-compiling LLVM for ARM on Ubuntu] | * [http://bgamari.github.com/posts/cross-compiling_llvm.html Cross-compiling LLVM for ARM on Ubuntu] | ||
== Found on mailing lists or other discussion fora == | == Found on mailing lists or other discussion fora == | ||
Line 43: | Line 49: | ||
* [http://www.haskell.org/pipermail/cvs-ghc/2012-February/070791.html Building a cross-compiler for ARM] | * [http://www.haskell.org/pipermail/cvs-ghc/2012-February/070791.html Building a cross-compiler for ARM] | ||
== ARM based systems == | == ARM based systems == |
Revision as of 07:54, 19 October 2015
This article is a stub. You can help by expanding it.
Introduction
ARM (Advanced RISC Machine) is a RISC instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details, see the Wikipedia article.
News 15.5.2015: The GHC 7.8.4 available in the Debian unstable distribution is working and complete (including TH and thus a stage 2 compiler) - tested on the cubietruck (cubieboard 3).
Software
Documentation
Blog articles
- GHC and LLVM: A status update (2014-11-28)
- The state of GHC on ARM (2014-03-06)
Found on mailing lists or other discussion fora
- [Haskell-cafe] ANNOUNCE: Start Ajhc project with forking jhc. Kiwamu Okabe created a fork of jhc and used it to program a Cortex-M3 processor. John Meacham merged the changes back into the main jhc tree.
- GHCi is not available on ARM. It almost was but there were problems so it's not included. It will possibly be available in GHC 7.8.
ARM based systems
- List of single-board computers (Wikipedia)
See also
- Arduino (not ARM based)