编译linux内核报错‘make menuconfig‘ requires the ncurses libraries

Posted 丘木木

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译linux内核报错‘make menuconfig‘ requires the ncurses libraries相关的知识,希望对你有一定的参考价值。

报错

*** 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/Makefile:202: scripts/kconfig/dochecklxdialog] Error 1
make: *** [Makefile:520: menuconfig] Error 2

解决:
sudo apt-get install libncurses5-dev

以上是关于编译linux内核报错‘make menuconfig‘ requires the ncurses libraries的主要内容,如果未能解决你的问题,请参考以下文章

编译linux内核的时候,我在.config文件中修改了配置选项,然后执行make,为啥它又给我改回去了?

linux内核编译

在Linux中,make menuconfig 命令不能执行是怎么回事儿啊?

Linux 内核编译出错:make zimage命令;错误提示:make :***No rule to make target ‘zimage’. stop .

linux内核makefile概览

ubuntu下wget下载Linux内核源码make生成.config文件