HOSTCC scripts/kconfig/kxgettext.o
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
*** 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/do
make: *** [menuconfig] 错误 2
解决办法: sudo apt-get install libncurses5-dev 或者:sudo apt-get install ncurses-dev
本文介绍了在构建过程中遇到ncurses库及头文件缺失时的错误提示,并提供了两种解决方案:安装libncurses5-dev或ncurses-dev包,帮助读者顺利进行make menuconfig配置。
6929

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



