您的位置:首页 > 其它

Ubuntu 内核编译 make menuconfig 发生错误 解决方案

2013-02-14 21:55 573 查看
学习Linux内核编译的时候,再尝试menuconfig时发生错误如下:

littlemo@littlemo-T400:~/iData/LinuxKernel/linux-2.6.34.14$ 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

解决方法:

缺少调用文件,安装上即可

sudo apt-get install ncurses-dev


本文出自 “幻冥极地” 博客,请务必保留此出处http://littlemo.blog.51cto.com/3184796/1133801
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: