Chinaunix首页 | 论坛 | 博客
  • 博客访问: 142815
  • 博文数量: 33
  • 博客积分: 170
  • 博客等级: 入伍新兵
  • 技术积分: 346
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-30 11:00
文章分类

全部博文(33)

文章存档

2013年(26)

2011年(7)

我的朋友

分类: LINUX

2013-04-15 20:48:55

新架的RockChips 2910 系统,只有拿到BSP,没有config配置。

拿到BSP拷贝到linux上后,执行make menuconfig编译,提示错误。

在ubuntu12.04下编译linux内核出现如下错误:

root@ubuntu:/home/liuhui8989/Information# 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.
 *** 
make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1
make: *** [menuconfig] 错误 2

 

Solution:

sudo apt-get install libcurses dev

OR

sudo apt-get install libncurses*  (注释:执行这个命令后,完成编译)。

阅读(1226) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~