【原创】'make menuconfig' requires the ncurses libraries解决办法
今天在即将对Linux内核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] 错误 1
解决办法是:
sudo apt-get install libncurses5-dev没错,只需安装一个libncurses5-dev即可!
本文解决了一个在尝试使用'makemenuconfig'配置Linux内核时遇到的常见错误,即未能找到ncurses库或所需头文件的问题。通过安装libncurses5-dev包,可以轻松解决此问题。
325

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



