How to emulate an ARM architecture under OSX 10.6 ("Snow Leopard")?
I was trying to get this running so I could check out the Raspberry PI OS under Mac OSX. I found this page:
http://cgi.cs.indiana.edu/~geobrown/stm32/Main/Simulation
The steps are:
- Install macports
- In a terminal, type:
sudo port install qemu +target_arm
That's it!
UPDATE: looks like SkyEye project is (almost) dead now. It's still available on sourceforge.
But qemu is better now. It can be installed from macports
or brew
:
brew install qemu
or
sudo port install qemu +target_arm
Try SkyEye. SkyEye is an Open Source Simulator, which simulates series ARM and other Processor. The goal of SkyEye is to provide an integrated simulation environment in Linux and Windows. But it can be build for Mac OS X too.
I can't find complete information on Mac build, but check this:
- SkyEye simulator 1.0.0 released! (Supports MAC OS/X)
- [Skyeye-developer] Skeyey on Mac OSX initial fix
- Problems with Skyeye the ARM simulator on Mac OS X
- Google :)