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有错误发生时的解决办法:http://www.linuxdiyf.com/linux/7738.html
Ubuntu下make menuconfig出错问题解决:http://www.linuxdiyf.com/linux/1705.html
Linux进行make menuconfig时候报错的解决办法:http://www.linuxdiyf.com/linux/7907.html