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

linux终端make menuconfig错误解决方法

时间:2016-05-05 00:33:40      阅读:647      评论:0      收藏:0      [点我收藏+]

标签:

linux终端错误:Unable to find the ncurses

libraries or the required header files解决

在终端执行make mebuconfig 出现以下错误:

[root@bogon linux-2.6.35.7]# make menuconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/basic/hash
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** make menuconfig requires the ncurses libraries.
 *** 
 *** Install ncurses (ncurses-devel) and try again.
 *** 
make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1
make: *** [menuconfig] 错误 2

 

解决方法:

1)、apt-get的主流Linux系统包括Debian和Ubuntu变异版本

sudo apt-get install ncurses-dev

2)、有yum源的安装

sudo yum install -y ncurses-devel

 

然后就可以用make menuconfig命令来打开菜单设置了:

技术分享

 

 

 

linux终端make menuconfig错误解决方法

标签:

原文地址:http://www.cnblogs.com/zhangcxin/p/5460059.html

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