Chinaunix首页 | 论坛 | 博客
  • 博客访问: 181456
  • 博文数量: 42
  • 博客积分: 1520
  • 博客等级: 上尉
  • 技术积分: 401
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-08 09:15
文章分类

全部博文(42)

文章存档

2017年(1)

2016年(15)

2015年(2)

2012年(1)

2011年(10)

2010年(13)

我的朋友

分类:

2010-04-10 09:48:26

错误1

[root@localhost ~]# make xconfig

make: *** 没有规则可以创建目标“xconfig”。 停止。

解决办法:到内核目录下执行make xconfig

错误2


[root@localhost ~]# cd /usr/src
[root@localhost src]# ls
linux linux-2.6.16
[root@localhost src]# cd linux
[root@localhost linux]# make mrproper
CLEAN scripts/basic
CLEAN scripts/kconfig
[root@localhost linux]# make xconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/split-include
HOSTCC scripts/basic/docproc
CHECK qt
*
* Unable to find the QT installation. Please make sure that
* the QT development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] 错误 1
make: *** [xconfig] 错误 2

解决办法:安装*qt*

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