Chinaunix首页 | 论坛 | 博客
  • 博客访问: 111599
  • 博文数量: 35
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 287
  • 用 户 组: 普通用户
  • 注册时间: 2015-08-01 19:56
文章分类
文章存档

2017年(6)

2016年(21)

2015年(8)

我的朋友

分类: 嵌入式

2016-01-11 12:11:31

root@wusi-virtual-machine:/home/wusi/桌面/linux-3.14.27#  make menuconfig
scripts/kconfig/mconf Kconfig
Your display is too small to run Menuconfig!
It must be at least 19 lines by 80 columns.
make[1]: *** [menuconfig] 错误 1
make: *** [menuconfig] 错误 2
解决方法:执行make menuconfig 时出现这个错误。这个错误是终端画面尺寸拉的太小导致的
只要把终端尺寸拉大就行了

 # make menuconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
 *** 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] Error 1
make: *** [menuconfig] Error 2
提示缺少了ncurses 库
 
解决方法:apt-get install libncurses5-dev
阅读(4104) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~