标题:QTOPIA 4.2.1配置编译出错!help
作者:hongjiujing
日期:2007-08-06 14:38
内容:
参照这个贴子移植(http://www.qtcn.org/bbs/read.php?tid=8170)
This is the Qtopia Open Source Edition.
You are licensed to use this software under the terms of the GPL.
Please see the file LICENSE.GPL for the licensing terms.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept this license agreement? yes
Qtopia is using the following locations:
Qt SOURCE tree = /mnt/nfs/qtopia4/qtopiatslibinstall/qtopiacore/qt
Qt BUILD tree = /mnt/nfs/qtopia4/qtopiatslibinstall/qtopiacore/host
Qtopia Core SOURCE tree = /mnt/nfs/qtopia4/qtopiatslibinstall/qtopiacore/qt
Qtopia Core BUILD tree = /mnt/nfs/qtopia4/qtopiatslibinstall/qtopiacore/target
Qtopia SOURCE tree = /mnt/nfs/qtopia4/qtopiatslibinstall
Qtopia BUILD tree = /mnt/nfs/qtopia4/qtopiatslibinstall
Checking the compiler (host): Checking the compiler (target): OK
Testing for helix: MISSING
Helix is disabled. Please read the documentation for instructions on how to enable Helix.
*******************************************************************************
Configuring Qt (host)
configure -platform linux-g++ -prefix
/mnt/nfs/qtopia4/qtopiatslibinstall/qtopiacore/host -no-stl -no-exceptions
-no-qdbus -D QTOPIA_NO_ICONV_OPEN_ERRORS -confirm-license -no-sql-db2
-no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql
-no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -qt-sql-sqlite -fast -debug -qt-gif
-silent -no-qdbus -no-separate-debug-info
*******************************************************************************
Setting up the include directory for Qt (host). Please wait...
Cleaning your Qt (host) build tree. Please wait...
This is the Qt/X11 Open Source Edition.
Preparing build tree...
You are licensed to use this software under the terms of either
the Q Public License (QPL) or the GNU General Public License (GPL).
Creating qmake. Please wait...
The system byte order could not be detected!
Turn on verbose ..
#1 [shiroki 08-07 22:56]
我感觉是gcc4的问题, 这个编译器是你自己编译的么, 如果你知道确切的bigendian还是littleendian的设定,可以在configure的时候给qtopiacore传入该参数, 见qtopiacore里的configure --help
#2 [huishouliu 12-31 11:06]
环境变量出现问题了,你env看下是不是你的交叉编译器路径,再看下env出来的变量里是不是有什么CC= 或CXX=这类的东西,有就删掉吧
#3 [qiang1985 07-10 06:48]
请问楼主:你的问题解决了吗?我也遇到了这个问题!很急阿!
#4 [lanmanck 08-01 22:05]
晕,我也有这个问题啊
#5 [lanmanck 08-01 22:25]
checking the compiler(host) : OK (GCC 4)
checking the compiler(target) : OK (GCC 4)
这是为啥,貌似编译arm 的gcc变成主机的gcc4了。但我明明配置了-xplatform阿