错误如下:
[root@localhost work]# ls
path.sh qt-2.3.7 qtopia-1.7.0 qt-x11 tmake-1.11 tslib
[root@localhost work]# vim path.sh
[root@localhost work]# source ./path.sh
[root@localhost work]# cd $QPEDIR/src
[root@localhost src]# /configure -xplatform linux-arm-g++
bash: /configure: 没有那个文件或目录
[root@localhost src]# ls
3rdparty configs configure.pl libraries Makefile.linux qt settings
applications configure games
Makefile plugins server tools
[root@localhost src]# ./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.
[root@localhost src]# 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: *** [libraries/qtopia] Error 2
[root@localhost src]#
好像缺少头文件?指点下怎么解决,谢谢了,急等!