Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(Added a link to "How do I install dependencies when cross compiling Haskell code?")
(→‎Blog articles: Added link to "The state of GHC on ARM")
Line 15: Line 15:
   
 
== Blog articles ==
 
== Blog articles ==
  +
  +
* [http://smart-cactus.org/~ben/posts/2014-03-06-compiling-ghc-7.8-on-arm.html The state of GHC on ARM] (2014-03-06)
   
 
* [https://github.com/ajhc/demo-cortex-m3 Ajhc demo for Cortex-M3/4 board]
 
* [https://github.com/ajhc/demo-cortex-m3 Ajhc demo for Cortex-M3/4 board]
Line 23: Line 25:
   
 
* [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 ==

Revision as of 23:09, 10 March 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.


Documentation


Blog articles

Found on mailing lists or other discussion fora


ARM based systems


See also