首页| 论坛| 消息

标题:请教:交叉编译 qiopia时make出现的错误,希望指教一下!
作者:duhongxu
日期:2008-04-15 18:41
内容:

错误如下:
# ls
path.sh qt-2.3.7 qtopia-1.7.0 qt-x11 tmake-1.11 tslib
# vim path.sh
# source ./path.sh
# cd $QPEDIR/src
# /configure -xplatform linux-arm-g++
bash: /configure: 没有那个文件或目录
# ls
3rdparty configs configure.pl libraries Makefile.linux qt settings
applications configure games
Makefileplugins server tools
# ./configure -xplatform linux-arm-g++
ln: ‘./categoryeditbase_p.h’:文件已存在
ln:
‘./passwordbase_p.h’:文件已存在
ln: ‘./categoryeditbase_p.h’:文件已存在
ln: ‘./passwordbase_p.h’:文件已存在
Makefiles will be regenerated.
.................................................................................
QPE is now configured for building. Just run "make".
To reconfigure, run make clean and configure.

# make
make -C libraries/qtopia
make[1]: Entering directory `/home/work/qtopia-1.7.0/src/libraries/qtopia'
arm-linux-g++ -c -I/home/work/qtopia-1.7.0//include -I/home/work/qt-2.3.7//include -pipe -DQWS -fno-exceptions -fno-rtti -O2
-Wall -W -DNO_DEBUG -fPIC -DQTOPIA_APP_INTERFACE -DQTOPIA_WIN32PROCESS_SUPPORT -I.moc/linux-arm-g++/ -I/home/work/qtopia-
1.7.0//include -o .obj/linux-arm-g++//qpeapplication.o qpeapplication.cpp
make[1]: arm-linux-g++: Command not found
make[1]: *** [.obj/linux-arm-g++//qpeapplication.o] Error 127
make[1]: Leaving directory `/home/work/qtopia-1.7.0/src/libraries/qtopia'
make: *** Error 2
#
好像缺少头文件?指点下怎么解决,谢谢了,急等!


#1 [owenbbkp 04-15 22:51]
错误不是 “arm-linux-g++: Command not found” 吗?
是不是连交叉编译工具链都没弄好呢? 试试输入arm-linux-g++会得到什么?
#2 [duhongxu 04-16 09:12]
谢谢,解决了老问题,但又出现了新问题,可能没uuid.h,要编译e2fsprogs这个文件吧??

回复 发表
主题 版块