编译出错/qtopia-free-2.2.0 ,我这样配置能生成ARM板的吗?

内核编译和嵌入式产品的设计与开发
回复
davalop
帖子: 7
注册时间: 2009-03-09 9:15

编译出错/qtopia-free-2.2.0 ,我这样配置能生成ARM板的吗?

#1

帖子 davalop » 2009-03-09 16:43

#!/bin/bash



cd $HOME :em23 /qtopia-free-2.2.0

./configure -qte '-embedded -no-xft -xplatform linux-arm-g++ -qconfig qpe -depths 4,8,16,32 -no-qvfb -system-jpeg -gif -tslib' -qpe '-xplatform linux-ipaq-g++ -edition pda -no-qvfb -displaysize 240x320 -with-libffmpeg' -prefix $HOME/Qtopia



make 2>&1 | tee make.out

make install 2>&1 | tee -a make.out


* ---------------------------------------------------------------------------
*
* ERROR: Building Qtopia Tools has failed.
*
* Please investigate the problem by looking at the error messages in the
* make output.
* The Qtopia tools can be build using the separate buildQtopiaTools script
* which can be found in the qtopia/scripts directory of the package. The
* script is also invoked with the command 'make tools' from the package root
* directory.
*
* On most machines the default configuration options in the script works fine.
* In case this doesn't work the configure parameters in the buildQtopiaTools
* script need to be tweaked to fit the environment/compiler used on the machine
* and then run manually from the cmd line.
*
* Please make sure that the following binaries exist before trying to build
* Qtopia:
* /home/sonsun/qtopia-free-2.2.0/qt2/bin/moc
* /home/sonsun/qtopia-free-2.2.0/qt2/bin/uic
* /home/sonsun/qtopia-free-2.2.0/qt2/bin/qvfb
* /home/sonsun/qtopia-free-2.2.0/dqt/bin/lrelease
* /home/sonsun/qtopia-free-2.2.0/dqt/bin/lupdate
*
回复