$ make menuconfig
*** 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
make: *** [menuconfig] Error 2
解决方法:
sudo apt-get install ncurses-dev
本文介绍了一种常见的make菜单配置错误及其解决方案。错误提示表明未能找到ncurses库或必需的头文件,解决此问题需要安装ncurses-devel包。通过运行sudo apt-get install ncurses-dev命令可以完成安装。
1556





