Skip to main content

The QEMU forum • View topic - compiling c code on qemu-arm

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

URL Tag Cloud

Bookmark History

Saved by 1 people (0 private), first by anonymouse user on 2009-05-10


Public Sticky notes

Re: compiling c code on qemu-arm

Postby pablo on Thu Feb 26, 2009 9:12 am

Most likely you want to install some operating system into you qemulated arm environment. I'd suggest some Debian based os.
There is quite a good instructions how to do that at http://www.aurel32.net/info/debian_arm_qemu.php .

Then you want to install gcc by giving following command "apt-get install gcc" (root privileges needed)
and at the end, you can command "gcc -s source.c"

Highlighted by hcchen

Readers (1)