Hello all
we are using Beagle board black evm kit. we want to develop GUI using QT but we are not able to develop. it is giving the following error.
make[1]: Entering directory `/opt/qtsdk-2010.05/qt/src/corelib'
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/bin/g++ -c -include .pch/release-shared-emb-arm/QtCoreE -pipe -fno-exceptions -mfpu=neon -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DELF_INTERPRETER=\"/lib/ld-linux.so.2\" -DHB_EXPORT=Q_CORE_EXPORT -DQT_HAVE_NEON -DQT_NO_DEBUG -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/qws/linux-DM3730-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared-emb-arm -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-shared-emb-arm -o .obj/release-shared-emb-arm/qabstractanimation.o animation/qabstractanimation.cpp
In file included from animation/qabstractanimation.cpp:896:
../../include/QtCore/qatomic_i386.h: In function 'QDebug qDebug()':
../../include/QtCore/qatomic_i386.h:120: error: impossible constraint in 'asm'
make[1]: *** [.obj/release-shared-emb-arm/qabstractanimation.o] Error 1
make[1]: Leaving directory `/opt/qtsdk-2010.05/qt/src/corelib'
make: *** [sub-corelib-make_default-ordered] Error 2
we following the step from url
http://treyweaver.blogspot.in/2010/10/setting-up-qt-development-environment.html
this is for Beagleboard except.
is Any boday all ready develop any sample gui application on beagle board black
help us to solve this issues.
Regards
Asif