在 linux 编译内核时 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.
这是因为系统中缺少 ncurses-devel,安装一下就可以了
CentOS:
yum install -y ncurses-devel
Ubuntu:
sudo apt-get install ncurses
作者:耑新新,发布于 博客园
转载请注明出处,欢迎邮件交流:[email protected]
原文地址:https://www.cnblogs.com/Amedeo/p/8970632.html
时间: 2024-10-07 03:39:06