Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(→‎Blog articles: Added link to "GHC and LLVM: A status update")
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
   
 
== Blog articles ==
 
== Blog articles ==
  +
  +
* [http://smart-cactus.org/~ben/posts/2014-11-28-state-of-llvm-backend.html GHC and LLVM: A status update] (2014-11-28)
  +
  +
* [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 24: Line 28:
 
* [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 ==
+
== Found on mailing lists or other discussion fora ==
  +
  +
* [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://www.haskell.org/pipermail/haskell-cafe/2013-March/106855.html <nowiki>[Haskell-cafe]</nowiki> ANNOUNCE: Start Ajhc project with forking jhc.] Kiwamu Okabe created a fork of [[jhc]] and used it to program a [http://en.wikipedia.org/wiki/ARM_Cortex-M Cortex-M3] processor. [http://www.haskell.org/pipermail/haskell-cafe/2013-March/107014.html John Meacham merged the changes back into the main jhc tree].
 
* [http://www.haskell.org/pipermail/haskell-cafe/2013-March/106855.html <nowiki>[Haskell-cafe]</nowiki> ANNOUNCE: Start Ajhc project with forking jhc.] Kiwamu Okabe created a fork of [[jhc]] and used it to program a [http://en.wikipedia.org/wiki/ARM_Cortex-M Cortex-M3] processor. [http://www.haskell.org/pipermail/haskell-cafe/2013-March/107014.html John Meacham merged the changes back into the main jhc tree].
Line 33: Line 39:
   
 
* [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 ==
Line 49: Line 56:
   
 
* [http://en.wikipedia.org/wiki/List_of_single_board_computers List of single-board computers] (Wikipedia)
 
* [http://en.wikipedia.org/wiki/List_of_single_board_computers List of single-board computers] (Wikipedia)
  +
   
 
== See also ==
 
== See also ==

Revision as of 23:12, 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