make menuconfig 出错
问题类别:其他嵌入式知识 > |
浏览次数:6535
|
发布日期:2012/4/26 17:16:07 |
文章来源:完美体育·(中国)手机网页版科技 |
回复日期:2020/12/20 9:27:29 |
环境说明
在Ubuntu Linux下编译kernel
分析描述
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.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
问题解答
安装需要的包即可:sudo apt-get install libncurses5-dev