Search code examples
compiler-constructionembeddedada

Compile Ada for ARM architecture


Does anyone know of a compiler that will compile Ada on ARM (for Linux)? Preferably it would compile for at least Ada 2005.


Solution

  • Debian 6.0 (squeeze) contains GCC 4.4 with GNAT Ada (apt-get install gnat) and can be obtained for armel (ARM EABI). GCC 4.4 supports Ada 2005.