Linux compile kernel make menuconfig error Unable to find the ncurses libraries solution

Make menuconfig reported the following error when compiling the kernel in linux.

*** Unable to find the ncurses libraries or the

*** required header files.

*** 'make menuconfig' requires the ncurses libraries.

*** Install ncurses (ncurses-devel) and try again.

This is because ncurses-devel is missing in the system, just install it

CentOS:

yum install -y ncurses-devel

Ubuntu:

sudo apt-get install ncurses

 

 

Author: Xinxin Xin, published in   Blog Park

Please indicate the source when reprinting. Email communication is welcome: [email protected]

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325041802&siteId=291194637