码迷,mamicode.com
首页 > 系统相关 > 详细

qemu and linux

时间:2014-10-25 18:43:31      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   for   sp   div   on   

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

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

标签:style   blog   color   io   ar   for   sp   div   on   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!