新蒲京娱乐场官网-www.8555cc.com|最新网站NO.1-2

新蒲京娱乐场官网8555cc最新网站提醒您:您的浏览器版本过低或者使用了兼容模式,为了获得更好的浏览体验,建议使用IE10以上的浏览器或使用极速模式。 请升级浏览器以获得更好的体验!

首页 > 技术文章 > 其他嵌入式知识 > make menuconfig 出错

make menuconfig 出错

问题类别:其他嵌入式知识 > 浏览次数:6190
发布日期:2012/4/26 17:16:07 文章来源:新蒲京娱乐场官网8555cc最新网站
回复日期: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