Port of ARM(AVR?) proccesors.
- Cortex-A8 mostly.
- Also cortex-m3 because I got a great book, and it's VERY easy to add on. (currently on hold)
- Thumb-2 only right now.
- Cortex-A9 when more docs are released
- StrongARM? :) (on hold too)
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.
Staypuft is down. I decided to recompile GCC/binutils and host them on embedded AFS, which people should have read access to. If not contact me. /afs/acm/sig/embedded/EVK1104/bin/binutils/bin/gcc
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.
Also see:
