NOTE:
As of today, I regret to have posted this. There is no such thing as a good ARM simulator specially addressed to test real code for ARM based processors. They're mostly for people that will create emulators for ARM assembly. See:
http://zlogdan.blogspot.com/2008/05/arm.html
Several C/C++ links:
http://en.wikibooks.org/wiki/Programming:C_-/-_-/-_External_Links
An excellent and free IDE for Windows programming in C/C++. It supports even GUI programming. It uses CyGWIN so don' t worry ;-)
http://codecutter.org/tools/quincy/
GCC ARM Improvement. They aim to improve the GCC ARM compiler even more.
http://www.inf.u-szeged.hu/gcc-arm/
I was searching for ARM simulators and for my surprised I have found tons of them. However I haven't tried any of these so far:
GNU arm:
http://www.gnuarm.com
Vitera ARM simulator:
http://www.virtera.com
Skye ARM Simulator:
http://www.skyeye.org/index.shtml
Octopus ARM Simulator:
http://www.cim.mcgill.ca/~dcasto4/octopus/
Swarm ARM Simulator :
http://www.cl.cam.ac.uk/~mwd24/phd/swarm.html
Also, check the GNU ARM web site.
The Keil IDE seems to have a demo version that can be used as well:
http://www.keil.com/arm
This Is An Artist
1 week ago

