在ubuntu系统上报错
报错信息
$ make ARCH=arm64 menuconfig
*
* Unable to find the ncurses package.
* Install ncurses (ncurses-devel or libncurses-dev
* depending on your distribution).
*
scripts/kconfig/Makefile:208: recipe for target 'scripts/kconfig/mconf-cfg' failed
make[1]: *** [scripts/kconfig/mconf-cfg] Error 1
Makefile:571: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
#### failed to build some targets ####
解决办法
安装依赖的库文件
$ sudo apt-get install libncurses5-dev