编译内核时make menuconfig提示Unable to find the ncurses libraries or the required header files.
解决方案是Fedora下使用yum install -y ncurses-devel;Ubuntu 下使用sudo apt-get install ncurses-dev。
ncurses-devel安装完毕后,make menuconfig 问题解决。
本文介绍了在编译内核时遇到的makemenuconfig错误提示:无法找到ncurses库或所需头文件的问题。提供了针对Fedora和Ubuntu系统的具体解决方案,并确认安装ncurses-devel后问题得到解决。
编译内核时make menuconfig提示Unable to find the ncurses libraries or the required header files.
解决方案是Fedora下使用yum install -y ncurses-devel;Ubuntu 下使用sudo apt-get install ncurses-dev。
ncurses-devel安装完毕后,make menuconfig 问题解决。
5331
392
179
1514

被折叠的 条评论
为什么被折叠?