fedora26在编译s3c2440内核时make menuconfig *** Unable to find the ncurses libraries

Posted xiaobo-linux

tags:

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

[[email protected] linux-2.6.32.2]# 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]: ***

 

fedora 安装 ncurses 库

[[email protected] linux-2.6.32.2]# yum provides "/*/ncurses"

 

[[email protected] linux-2.6.32.2]# yum install -y ncurses-devel-6.0-8.20170212.fc26.x86_64

 

然后执行

[[email protected] linux-2.6.32.2]# make menuconfig

技术分享图片

以上是关于fedora26在编译s3c2440内核时make menuconfig *** Unable to find the ncurses libraries的主要内容,如果未能解决你的问题,请参考以下文章

debian 2.6.26内核,make时提示 make[1]: *** 没有规则可以创建目标“modules”。 停止

uboot在s3c2440上的移植

uboot在s3c2440上的移植

S3C2440 移植最新5.2linux内核

linux编译内核步骤

uboot在s3c2440上的移植