当前位置:  技术问答>linux和unix

make xconfig出错,求救!

    来源: 互联网  发布时间:2016-10-09

    本文导语:  本帖最后由 LH806732 于 2010-10-20 21:41:16 编辑 make menuconfig没问题 make xconfig有问题 错误如下:   HOSTCC  scripts/kconfig/conf.o scripts/kconfig/conf.c: In function ‘conf_askvalue’: scripts/kconfig/conf.c:104: warning: ignoring return value o...

本帖最后由 LH806732 于 2010-10-20 21:41:16 编辑
make menuconfig没问题

make xconfig有问题
错误如下:

  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function ‘conf_askvalue’:
scripts/kconfig/conf.c:104: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
scripts/kconfig/conf.c: In function ‘conf_choice’:
scripts/kconfig/conf.c:306: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/kconfig_load.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/zconf.tab.o
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
  HOSTCXX scripts/kconfig/qconf.o
/bin/sh: g++: not found
make[1]: *** [scripts/kconfig/qconf.o] Error 127
make: *** [xconfig] Error 2

小弟刚学,请高人指点!

|
没有gcc g++也不行  你先这样把

首先安装gcc g++
sudo apt-get install build-essential

然后装libqt3-mt试试
sudo apt-get install libqt3-mt

如果还是报No package 'qt-mt' found 继续装libqt3-mt-dev
sudo apt-get install libqt3-mt-dev

如果报别的错误 继续解决

|
/bin/sh: g++: not found
-------------
这个要注意!

    
 
 

您可能感兴趣的文章:

  • ----------------------> 老兵 求救 : 关于 No rule to make target 'bzImage'
  • make perl 模块的时候出错,make: *** No rule to make target,帮忙看看,谢谢。
  • 求助make menuconfig出错了
  • make dep出错!!
  • 编译qt-x11,最后编译生成可执行文件时候,make出错
  • make 出错的问题
  • 升级一下内核,在make的时候出错里
  • PHP 源码 make 出错
  • 请大家帮帮忙:编译内核时make bzImage出错。(100分)
  • make install出错,不知道怎么回事.
  • 内核编译 make install出错
  • 请教busybox make出错 回者有分
  • fedora下用 make编译出错
  • qt-x11-opensource-4.3.2在redhat上make出错!!!!
  • Makefile写好了,但是make出错
  • 要装SVN,重新make install apache的时候出错。。。
  • 编译uclinux040408 make user_only 时:出错
  • 编译linux内核时,执行make mrproper后出错
  • php make test 出错 make install 卡住
  • 为何quagga在make时出错?
  • make出错,请帮帮忙了!
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 使用make xconfig问题?
  • make xconfig时很多菜单是灰的。
  • 编译内核过程中, make xconfig出现的找不到文件errno.h的问题
  • 在make xconfig中如何激活PCMCIA设备(记忆卡),PCMCIA设备(快闪记忆卡)?
  • make ARCH=arm xconfig 问题
  • 有关make all; make clobber; make depend; make debug 的区别?
  • 我要缩减LINUX内核,make menuconfig时把一些选项去掉,再make dep没错,但再make bzImage时却会提错,但我make menuconfig时不改变任何选现(
  • 我已经用make clean编译成功了内核但是在make moduals时候处错误,然后又make menuconfig,我还需要make zImage吗?
  • 如何写出兼容于BSD MAKE、GNU MAKE、SOLARIS MAKE的条件编译Makefile?
  • 在solaris8.0我装了make3.81,下载了make-3.81-sol8-sparc-local.gz,为什么不能在任何目录下输入make?
  • 怎样验证自己的make是不是GNU的make?
  • 问一个很低级的问题:怎样卸载用make;make install方法安装的软件?
  • configure make make install 新手问题...
  • cygwin make操作,出现no rule to make target all
  • 请教 make gdb-6.4 出现 make[4]: Entering directory `/tmp/gdb-6.4/gdb/doc'
  • make zImage和make modules等问题请教~
  • debian下安装bind用./configure时提示安装bind时./configure提示whether make sets $(MAKE)... no
  • 第一次写make文件,报makefile:2: *** missing separator. Stop.错,make文件只有两行
  • make kernel make gcc
  • 50分的问题!make文件找不到? You don't seem to have 'make' or 'gmake' in your PATH
  • make;make install放在script裡
  • make oldconfig 和 make defconfig有何区别?
  • 求linux下 ./configure;make;make install一系列命令的详解
  • make -f makefile 时提示 Make: Must be a separator on rules line 5. Stop. 为什么,makefile 如下
  • make时出现错误:*** No rule to make target `<built-in>'????


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3