Hi all,
I'm trying to cross compile embedded qt for an ARM board on my debian system. It configured OK but gave the above error on make. Is there some switch I can add to configure to get rid of this? My configure is
./configure -embedded arm -xplatform qws/linux-arm-g++ -depths 16 -qt-zlib -qt-freetype -qt-libjpeg -qt-libpng -no-gif -no-libtiff -no-qt3support -qt-gfx-linuxfb -no-glib -no-xinput -no-webkit -no-gtkstyle -silent -no-openssl
and the error is
In file included from ../3rdparty/javascriptcore/JavaScriptCore/config.h:26,
from ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:44:
../3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h:298:6: error: #error "Not supported ARM architecture"
make[1]: *** [obj/release/pcre_compile.o] Error 1
make[1]: Leaving directory `/root/DirectFBArm/Host/qt-everywhere-opensource-src-4.6.0/src/script'
make: *** [sub-script-make_default-ordered] Error 2
Thanks all!
Bookmarks