Hi
I have downloaded Qt-4.8.6 and tryiing to compile for QNX-6.5 SP1, following I did to configure and make
QNX_TARGET="/opt/qnx650/target/qnx6"
QNX_HOST="/opt/qnx650/host/linux/x86"
QNX_CONFIGURATION="/etc/qnx"
MAKEFLAGS="-I$QNX_TARGET/usr/include"
LD_LIBRARY_PATH="$QNX_HOST/usr/lib:$LD_LIBRARY_PATH"
PATH="$QNX_HOST/usr/bin:$QNX_CONFIGURATION/bin:$QNX_HOST/usr/qde/eclipse/jre/bin:$PATH"
export QNX_TARGET QNX_HOST QNX_CONFIGURATION MAKEFLAGS LD_LIBRARY_PATH PATH
./configure -prefix $HOME/Documents/qt_qnx/qt-everywhere-opensource-src-4.8.6 -xplatform qnx-armv7le-qcc -opengl es2 -nomake docs -opensource -confirm-license -release -no-neon -no-mmx -no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility -no-openssl -no-gtkstyle -fast
Following is the error initially, Am I missing anything in the
environmental setupcc1plus: error: unrecognized command line option "-fstack-protector-strong"
cc: /opt/qnx650/host/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx6.5.0eabi/4.4.2/cc1plus error 1
After configuration is completed, proceeding with make
Following is the error
obj/release-shared/qabstractanimation.o animation/qabstractanimation.cpp
In file included from ../../include/QtCore/qlist.h:1,
from ../../include/QtCore/../../src/corelib/kernel/qobject.h:50,
from ../../include/QtCore/qobject.h:1,
from ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:45,
from ../../include/QtCore/qcoreapplication.h:1,
from global/qt_pch.h:58:
../../include/QtCore/../../src/corelib/arch/qatomic_x86_64.h: In destructor 'QList<T>::~QList() [with T = QAbstractAnimation*]':
../../include/QtCore/../../src/corelib/arch/qatomic_x86_64.h:133: error: impossible constraint in 'asm'
cc: /opt/qnx650/host/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx6.5.0eabi/4.4.2/cc1plus error 1
make[1]: *** [.obj/release-shared/qabstractanimation.o] Error 1
make[1]: Leaving directory `/home/prudvi/Documents/qt_qnx/qt-everywhere-opensource-src-4.8.6/src/corelib'
make: *** [sub-corelib-make_default-ordered] Error 2
Looking for suggestions