为 ARM 编译 QEMU [英] Compiling QEMU for ARM

查看:37
本文介绍了为 ARM 编译 QEMU的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在编译 Compiling QEMU for ARM.参考以下链接:--http://opensourceforu.efytimes.com/2011/06/qemu-for-embedded-systems-development-part-1/

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

链接说:--

你会发现两个输出二进制文件,qemu-armqemu-system-arm

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

没有得到 qemu-arm 二进制但是 qemu-system-arm 产生了.

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

如何获取qemu-arm 二进制文件?

How to get qemu-arm binary ?

推荐答案

像这样使用 configure 命令:

Use the configure command like this:

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

正如 unixsmurf 所指出的,您还应该使用新版本的 QEMU.

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

这篇关于为 ARM 编译 QEMU的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆