首页 > 代码库 > SEED-DIM3517环境搭建过程

SEED-DIM3517环境搭建过程

前面的步骤按说明书上就没有问题,但在移植内核时,当进行到

 make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- 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,就可以了

sudo apt-get insatll ncurses-dev