|
最近准备学QT,可是最大的问题是,我解压光盘的压缩包之后,根据视频演示编译脚本,PC端脚本可以正常运行,可是运行arm版的时候居然出现问题!!
[root@EmbedSky Qte]# ./arm-qtopia-2.2.0-konqueror_build
configure: error: Qt (>= Qt 2.2.2) (library qte) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
make: *** 没有指明目标并且找不到 makefile。 停止。
真不知道怎么办了,我根据天嵌的提示用“>abc.txt”把出错原因弄出来,现在贴上来,希望打神们提供支援!
[root@EmbedSky Qte]# ./arm-qtopia-2.2.0-konqueror_build >abc.txt
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
make: *** 没有指明目标并且找不到 makefile。 停止。
cp: 无法 stat “__install/bin/ts_calibrate”: 没有那个文件或目录
cp: 无法 stat “__install/lib/lib*”: 没有那个文件或目录
cp: 无法 stat “__install/lib/ts”: 没有那个文件或目录
/bin/sh: /opt/EmbedSky/4.3.3/bin/arm-linux-g++: /bin/sh/: bad interpreter: 不是目录
make[1]: *** [allmoc.cpp] 错误 126
WARNING: defaultbuttons-arm.conf does not exist.
No makedepend available
make[5]: arm-linux-g++:命令未找到
make[5]: *** [.obj/release-shared/qmemoryfile.o] 错误 127
make[4]: *** [all] 错误 2
make[3]: *** [sub-libraries-qtopia] 错误 2
make[2]: *** [all] 错误 2
make[1]: *** [all] 错误 2
make[5]: arm-linux-g++:命令未找到
make[5]: *** [.obj/release-shared/qmemoryfile.o] 错误 127
make[4]: *** [all] 错误 2
make[3]: *** [sub-libraries-qtopia] 错误 2
make[2]: *** [install] 错误 2
make[1]: *** [install] 错误 2
make: arm-linux-g++:命令未找到
make: *** [main.o] 错误 127
make: arm-linux-g++:命令未找到
make: *** [main.o] 错误 127
make: arm-linux-g++:命令未找到
make: *** [main.o] 错误 127
make: arm-linux-g++:命令未找到
make: *** [main.o] 错误 127
make: arm-linux-g++:命令未找到
make: *** [.obj/linux-arm-g++//filebrowser.o] 错误 127
make: arm-linux-g++:命令未找到
make: *** [.obj/linux-arm-g++//settingsdialog.o] 错误 127
make: arm-linux-g++:命令未找到
make: *** [.obj/linux-arm-g++//TEScreen.o] 错误 127
./arm-qtopia-2.2.0_build: line 69: cd: arm-qtopia-2.2.0/qtopia/image/opt/Qtopia/lib/fonts/: 没有那个文件或目录
mv: 无法 stat “helvetica_120_50.qpf”: 没有那个文件或目录
mv: 无法 stat “helvetica_120_50_t5.qpf”: 没有那个文件或目录
mv: 无法 stat “bak_helvetica_120_50_t5.qpf”: 没有那个文件或目录
mv: 无法 stat “bak_helvetica_120_50.qpf”: 没有那个文件或目录
cp: 无法 stat “qtopia/image/opt”: 没有那个文件或目录
chmod: 无法访问 “set*Env”: 没有那个文件或目录
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: error: Qt (>= Qt 2.2.2) (library qte) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
make: *** 没有指明目标并且找不到 makefile。 停止。 |
|