Port of ARM proccesors.

  • Cortex-A8 mostly.
  • Also cortex-m3 because I got a great book, and it's VERY easy to add on.
  • Thumb-2 only right now.
  • Cortex-A9 when more docs are released
  • StrongARM? :)

staypuft has arm-elf-gcc and other needed commands. staypuft is a VMed machine, has 1x xeon 2.4GHz, 2GBs of RAM and 20GB HDD for sigEmbedded. It's campus routable (172.22.32.66 - staypuft). Just SSH or NX in and compile.

After a while of thinking I have decided to put Rake to have generic ARM port. Then inside the files I can have #define ARM_CORTEXA8 or similar. Also the linker file will be symlinked by the rake file.