首页 > 系统服务 > 详细

ubuntu 执行make menuconfig ARCH=arm

时间:2015-11-18 00:52:55      阅读:398      评论:0      收藏:0      [点我收藏+]

1.ubuntu 执行make menuconfig ARCH=arm出错了!!

*** Unable to find the ncurses libraries or the
*** required header files.
*** ‘make menuconfig’ requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.

解决办法如下:
CentOS:
yum install -y ncurses-devel

Ubuntu:
sudo apt-get insatll ncurses-dev

ubuntu 执行make menuconfig ARCH=arm

原文:http://www.cnblogs.com/zxouxuewei/p/4973311.html

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