Compiling QEMU for ARM

天大地大妈咪最大 提交于 2019-12-10 18:45:02

问题


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 ?


回答1:


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.



来源:https://stackoverflow.com/questions/32347898/compiling-qemu-for-arm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!