这是我的configure参数:
./configure -qte "-embedded -xplatform arm-linux-g++ -qconfig qpe -no-qvfb -depths 16,24 -system-jpeg -system-libpng -system-zlib -tslib -gif -thread -no-xft -release -I/root/QT/include -L/root/QT/lib -lpng -lts -lz -luuid -ljpeg" -qpe '-xplatform arm-linux-g++ -edition pda -displaysize 240x320 -I/root/QT/include -L/root/QT/lib -prefix=/root/QT/qtopia-target/qtopia'
我用的是cross-2.95.3
make过了近两个小时才出错,前面的应该都正确,错误信息为:
***********************************
********* Build Qt/Embedded *******
***********************************
QTE_CFG="'-embedded' '-qconfig' 'qpe' '-no-qvfb' '-depths' '16,24' '-system-jpeg' '-system-libpng' '-system-
zlib' '-tslib' '-gif' '-thread' '-no-xft' '-I/root/QT/include' '-L/root/QT/lib' '-lpng' '-lts' '-lz' '-luuid
' '-ljpeg' -release -platform 'linux-g++' -xplatform 'arm-linux-g++'"
This is the Qt/Embedded Free Edition.
You are licensed to use this software under the terms of
the GNU General Public License (GPL).
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of the license?
No shared library support for platform/compiler arm-linux-g++-shared
Available platforms:
***********************************************************************
*
* ERROR: Building Qtopia has failed.
*
* Please search the make output for any error messages.
*
* Hint: If the configuration has changed since the last successfull
* build consider using make clean to ensure that all binaries
* are rebuilt using the new configuration.
*
* For more information about the build process please use a browser
* and go to the getting started section in:
* /root/QT/qtopia-target/qtopia-free-2.2.0/qtopia/doc/html/index.html
*
***********************************************************************
***********************************
********* Build Qtopia ************
***********************************
请各位帮忙看看,谢谢了!