问题描述:
*** 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
解决方案:
$sudo apt-get install libncurses* (要联网下载的)
详情参考一个博客:
http://blog.163.com/pirates_fish/blog/static/183333150201122912840360/