fedora26在编译s3c2440内核时make menuconfig *** Unable to find the ncurses libraries
发布时间:2023-06-27
[root@fedora-26 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 库
[root@fedora-26 linux-2.6.32.2]# yum provides "/*/ncurses"
[root@fedora-26 linux-2.6.32.2]# yum install -y ncurses-devel-6.0-8.20170212.fc26.x86_64
然后执行
[root@fedora-26 linux-2.6.32.2]# make menuconfig
文章来源于:电子工程世界 原文链接
本站所有转载文章系出于传递更多信息之目的,且明确注明来源,不希望被转载的媒体或个人可与我们联系,我们将立即进行删除处理。