Problem:
在ubuntu 10.10下编译linux内核出现如下错误:
zyx@zyx:/$sudo 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
make: *** [menuconfig] 错误 2
Solution:
sudo apt-get install libcurses dev
OR
sudo apt-get install libncurses*
解决在Ubuntu 10.10环境下使用sudo makemenuconfig编译Linux内核时遇到无法找到curses库或头文件的问题。通过安装libcursesdev或libncurses*来解决。
8644

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



