首页 > 系统服务 > 详细

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

时间:2016-08-03 15:32:12      阅读:1883      评论:0      收藏:0      [点我收藏+]

在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

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

原文:http://mltyrone.blog.51cto.com/6204409/1833908

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