Chinaunix首页 | 论坛 | 博客
  • 博客访问: 646927
  • 博文数量: 121
  • 博客积分: 4034
  • 博客等级: 上校
  • 技术积分: 1439
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-28 12:42
文章分类

全部博文(121)

文章存档

2017年(8)

2016年(10)

2013年(2)

2012年(3)

2011年(18)

2010年(80)

分类: LINUX

2010-07-22 15:37:44

简介

cpu: s3c2440;
board: mini2440;
目的:编译kernel和rootfs。
平台:ubuntu8.10


问题出现

当执行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

解决方案

libncurses5-dev will solve your problem.

sudo apt-get install libncurses5-dev
阅读(954) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~