Tagged Questions

3
votes
2answers
3k views

How to emulate an ARM architecture under OSX 10.6 (“Snow Leopard”)?

I wish to emulate an ARM architecture (I wish to compile software for my DNS-323 NAS drive, to be more precise) and I'm having a hard time. First I tried installing Q, which is an OSX port of QEMU. ...
2
votes
1answer
1k views

how mount userdata.img or userdata-qemu.img in osx

Disk Utility in OSX easily mounts an SD Card image as a device, but not so the other img files. I want to get the database I just created in the Android Emulator off the drive and into my osx file ...
1
vote
0answers
540 views

Can't compile QEMU on Mac OS X; says something about a previous declaration of uint16

When I try to compile QEMU on Mac OS X (I'm on Lion, but it happened on Snow Leopard as well) it gives me an error message about uint16. You can find the full output at this link, as it's too long to ...