【问题标题】:Compiling QEMU for ARM为 ARM 编译 QEMU
【发布时间】:2015-11-27 15:38:08
【问题描述】:

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

我正在使用以下下载:--

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

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

链接说:--

您将找到两个输出二进制文件,qemu-armqemu-system-arm

did not getqemu-arm二进制butqemu-system-arm被生产出来了。

如何获取qemu-arm二进制?

【问题讨论】:

  • 您有什么特别的原因要使用 4.5 年前的 QEMU 版本吗?

标签: linux arm embedded-linux qemu


【解决方案1】:

像这样使用配置命令:

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

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

【讨论】:

  • 谢谢 .. 但是我在哪里可以找到关于哪些参数与 qemu configure 一起使用的文档?
  • "configure --help" 将打印它接受的参数。
猜你喜欢
  • 2016-01-26
  • 2018-05-17
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2013-03-26
  • 1970-01-01
  • 2023-03-29
  • 2018-07-09
相关资源
最近更新 更多