make xconfig and make menuconfig 錯誤

编译打包和其他
回复
fuji65
帖子: 49
注册时间: 2009-03-12 17:09

make xconfig and make menuconfig 錯誤

#1

帖子 fuji65 » 2009-03-13 10:42

請問下面的error 該如何解決?我QT3 和 ncurses 都install了,還是不行. :em20
我是在scratchbox 底下運行的.


[sbox-arm-dev: ~/app/linux-2.6.27.11] > make xconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
CHECK qt
*
* Unable to find the QT3 installation. Please make sure that
* the QT3 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] Error 1
make: *** [xconfig] Error 2
[sbox-arm-dev: ~/app/linux-2.6.27.11] >


//======================================================
[sbox-arm-dev: ~/app/linux-2.6.27.11] > make menuconfig
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
[sbox-arm-dev: ~/app/linux-2.6.27.11] >
fuji65
帖子: 49
注册时间: 2009-03-12 17:09

Re: make xconfig and make menuconfig 錯誤

#2

帖子 fuji65 » 2009-03-16 14:18

更正一下:
直接在linux-2.6.28.7/ 底下可以 make xconfig,但在scratchbox 底下卻會有error.
不知有沒有人遇過同樣的問題?3QQ!!

[sbox-arm-dev: ~/app/linux-2.6.28.7] > make xconfig
HOSTCC scripts/basic/fixdep
/lib/ld-linux.so.3: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 255
make: *** [scripts_basic] Error 2
回复