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

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

时间:2016-08-03 15:34:19      阅读:2030      评论:0      收藏:0      [点我收藏+]

标签:ubuntu   qemu   ./configure   error: dtc (libfdt) version >= 1.4.0 not presents   

在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.’

标签:ubuntu   qemu   ./configure   error: dtc (libfdt) version >= 1.4.0 not presents   

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

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