错误:
$ 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
本文解决了在使用makemenuconfig时遇到的错误,详细介绍了当ncurses库或头文件未找到时的解决步骤,推荐安装ncurses-devel并重新尝试。
851

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



