在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.
***
解决办法是安装ncurses-devel库,命令如下:
sudo apt install libncurses5-dev
之后就可以成功执行make menuconfig命令。
本文介绍在使用makemenuconfig配置内核时遇到ncurses库及头文件缺失的问题,并提供了解决方案,即通过安装ncurses-devel库(使用命令sudo apt install libncurses5-dev)来修复该问题,使makemenuconfig命令能够正常执行。
317

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



