出现以下问题
*** 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 libncurses5-dev
安装后用sudo make menuconfig命令
本文解决了一个关于使用'makemenuconfig'命令时遇到的问题,该问题提示未能找到ncurses库或所需的头文件。解决方案是通过安装libncurses5-dev来解决依赖缺失,并使用'sudomakemenuconfig'命令继续配置过程。

4331

被折叠的 条评论
为什么被折叠?



