首页 > 系统服务 > 详细

qemu and linux

时间:2014-10-25 18:42:05      阅读:167      评论:0      收藏:0      [点我收藏+]

---恢复内容开始---

1.download qemu-master from xilinx github

2. configure qemu-system-arm without kvm and with flat device tree support

./configure --target-list="arm-softmmu" --enable-fdt --disable-kvm

you will get

ERROR: zlib check failed
       Make sure to have the zlib libs and headers installed.

solution here :

sudo apt-get install zlib1g-dev pkg-config libglib2.0-dev

we will install zlib and some others for in case .

now new error :

 

 

---恢复内容结束---

qemu and linux

原文:http://www.cnblogs.com/dragen/p/4050451.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!