ubuntu 执行make menuconfig ARCH=arm
时间:2015-11-18 00:52:55
收藏:0
阅读:399
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
原文:http://www.cnblogs.com/zxouxuewei/p/4973311.html
评论(0)