ubuntu编译qemu报错:‘ERROR: DTC (libfdt) version >= 1.4.0 not present.’

时间:2016-08-03 15:34:19   收藏:0   阅读:2030

在ubuntu14.04中用源码方式编译安装qemu时,执行/configure步骤提示错误:

./configure 

ERROR: DTC (libfdt) version >= 1.4.0 not present. Your options:
         (1) Preferred: Install the DTC (libfdt) devel package
         (2) Fetch the DTC submodule, using:
             git submodule update --init dtc

于是,用apt-cache查找了关于libfdt的依赖包

apt-cache search libfdt  
libfdt-dev - Flat Device Trees manipulation library - development files
libfdt1 - Flat Device Trees manipulation library

选择安装libfdt-dev那个包:

apt-get install libfdt-dev


本文出自 “青春记忆” 博客,请务必保留此出处http://mltyrone.blog.51cto.com/6204409/1833908

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!