Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(→‎Found on mailing lists or other discussion fora: Added link to "at last, Debian unstable has working arm ghci and TH")
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
ARM (Advanced RISC Machine) is a [http://en.wikipedia.org/wiki/RISC RISC] instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details, see [http://en.wikipedia.org/wiki/ARM_architecture the Wikipedia article].
 
ARM (Advanced RISC Machine) is a [http://en.wikipedia.org/wiki/RISC RISC] instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details, see [http://en.wikipedia.org/wiki/ARM_architecture 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) - at least 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).
   
   
Line 31: Line 31:
   
 
== Found on mailing lists or other discussion fora ==
 
== Found on mailing lists or other discussion fora ==
  +
  +
* [http://www.reddit.com/r/haskell/comments/35bw0b/at_last_debian_unstable_has_working_arm_ghci_and/ at last, Debian unstable has working arm ghci and TH]
   
 
* [http://stackoverflow.com/questions/25765893/how-do-i-install-dependencies-when-cross-compiling-haskell-code How do I install dependencies when cross compiling Haskell code?]
 
* [http://stackoverflow.com/questions/25765893/how-do-i-install-dependencies-when-cross-compiling-haskell-code How do I install dependencies when cross compiling Haskell code?]
Line 41: Line 43:
   
 
* [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 21:55, 15 May 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).


Documentation


Blog articles

Found on mailing lists or other discussion fora

ARM based systems


See also