Hello,
I'm trying to compile a Qt 5.2 application from Win7 to Beaglebone Black. I found a tutorial with Qt 4.8
http://c2143.blogspot.de/2011/08/developping-for-qt-48-embedded-on.html
but it doesn´t work, the error meassage is:
generators/win32/msvc_vcproj.cpp:77:15: warning: anonymous type with no linkage used to declare variable '<anonymous struct> dotNetCombo []' with linkage [enabled by default] } dotNetCombo[] = {
^
..\shared\profileevaluator.cpp: In member function 'ProFileEvaluator::Private::VisitReturn ProFileEvaluator::Private::evaluateConditionalFunction(const ProString&, const ProStringList&)':
..\shared\profileevaluator.cpp:2965:18: warning: variable 'ignore_error' set but not used [-Wunused-but-set-variable]
bool ignore_error = false;
^
Der Befehl "perl" ist entweder falsch geschrieben oder konnte nicht gefunden werden.
Der Befehl "perl" ist entweder falsch geschrieben oder konnte nicht gefunden werden.
process_begin: CreateProcess(NULL, arm-linux-gnueabi-g++ -c -pipe -g -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_QSTRINGBUILDER -DELF_INTERPRETER=\"\" -DQLIBRARYINFO_EPOCROOT -DHB_EXPORT=Q_CORE_EXPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I../../mkspecs/linux-arm-gnueabi-g++ -I. -I../../include -I../../include/QtCore -Itmp/rcc/debug_shared -Iglobal -I../../tools/shared -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -Itmp/moc/debug_shared -o tmp/obj/debug_shared/qatomic_arm.o arch/arm/qatomic_arm.cpp, ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
...
Have everybody an idee about this error, or better have everybody a Qt 5.2 (qmake) Version for Win7 to BBB.
Thank you for helping
Michael