Hi,
I have a local tool-chain for which i am trying to compile qt-4.6.3, i configured as
./configure --prefix=/export/home/sudhish -embedded arm -xplatform qws/linux-armv6-g++ -no-webkit
./configure --prefix=/export/home/sudhish -embedded arm -xplatform qws/linux-armv6-g++ -no-webkit
To copy to clipboard, switch view to plain text mode
after this i give command
gmake
gmake
To copy to clipboard, switch view to plain text mode
but while compilation, i get the error as:
../../include/QtCore/../../src/corelib/arch/qatomic_i386.h: In destructor 'QList<T>::~QList() [with T = QAbstractAnimation*]':
../../include/QtCore/../../src/corelib/arch/qatomic_i386.h:132: error: impossible constraint in 'asm'
make[1]: *** [.obj/release-shared-emb-arm/qabstractanimation.o] Error 1
make[1]: Leaving directory `/export/home/sudhish/qt-everywhere-opensource-src-4.6.3/src/corelib'
can some one please tell me what's causing this problem??
Thanks in advance...!!!
Bookmarks