Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(Added section Software, with a link to "A docker container for hacking on GHC")
(→‎Software: Changed link text to "Docker container for cross-building Haskell to ARM")
Line 11: Line 11:
 
== Software ==
 
== Software ==
   
* [https://github.com/AlexeyRaga/ghc-docker-cross-arm A docker container for hacking on GHC]
+
* [https://github.com/AlexeyRaga/ghc-docker-cross-arm Docker container for cross-building Haskell to ARM]
 
   
 
== Documentation ==
 
== Documentation ==

Revision as of 07:55, 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


Found on mailing lists or other discussion fora


ARM based systems


See also