简体   繁体   中英

Compiling QEMU for ARM

I am compiling Compiling QEMU for ARM. taking into refrence following link :-- http://opensourceforu.efytimes.com/2011/06/qemu-for-embedded-systems-development-part-1/

I am using following download :--

http://download.savannah.gnu.org/releases/qemu/qemu-0.14.0.tar.gz

./configure –-target-list=arm-softmmu
$ make

Link says :--

You will find two output binaries, qemu-arm and qemu-system-arm

I did not get qemu-arm binary but qemu-system-arm is produced.

How to get qemu-arm binary ?

Use the configure command like this:

./configure --target-list=arm-softmmu,arm-linux-user

As unixsmurf pointed out, you should also use a new version of QEMU.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM