完美体育·(中国)手机网页版科技提醒您:您的浏览器版本过低或者使用了兼容模式,为了获得更好的浏览体验,建议使用IE10以上的浏览器或使用极速模式。 请升级浏览器以获得更好的体验!

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