- $ 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
文章详细介绍了在Ubuntu环境下遇到ncurses库缺失导致无法使用make menuconfig进行配置的问题,并提供了通过sudo apt-get install ncurses-dev解决该问题的方法。
1563

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



