*** 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
这里提示说需要安装ncurses库文件。sudo apt-get install ncurses-dev 之后再make menuconfig试试!
如果要用make xconfig,则要先安装libqt3-compat-headers:执行 sudo apt-get install libqt3-compat-headers。