Ubuntu 12.04 make menuconfig 出现 Unable to find the ncurses libraries or the required header files.

问题: 

*** 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] Error 1

解决:

1:sudo apt-get insatll ncurses-dev

2:重新make menuconfig

 

posted @ 2013-06-23 18:02  九月光  阅读(609)  评论(0编辑  收藏  举报