Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(→‎Found on mailing lists: GHCi is *not* working on ARM.)
Line 29: Line 29:
   
 
* GHCi
 
* GHCi
** [http://www.haskell.org/pipermail/haskell-cafe/2013-February/106222.html GHCi (7.4.2) is working on ARM] ([http://en.wikipedia.org/wiki/Cubieboard Cubieboard] with [http://en.wikipedia.org/wiki/Ubuntu_(operating_system) Ubuntu])
+
** (outdated) [http://www.haskell.org/pipermail/haskell-cafe/2013-February/106222.html GHCi (7.4.2) is working on ARM] ([http://en.wikipedia.org/wiki/Cubieboard Cubieboard] with [http://en.wikipedia.org/wiki/Ubuntu_(operating_system) Ubuntu])
 
** [http://www.haskell.org/pipermail/haskell-cafe/2013-December/111825.html GHCi is *not* (fully) working on ARM]. It almost did but there were problems so it's not included. Possibly in version 7.8.
 
** [http://www.haskell.org/pipermail/haskell-cafe/2013-December/111825.html GHCi is *not* (fully) working on ARM]. It almost did but there were problems so it's not included. Possibly in version 7.8.
   

Revision as of 00:45, 23 December 2013

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.


Documentation


Blog articles

Found on mailing lists

ARM based systems

See also