Could you please give a detailed procedure for compiling Qt application for mini2440 on Fedora 16 (64-bit)?
Compiling Qt Application for mini2440
Hello, http://qtinstall.blogspot.in/ visit this blog.
Thank you Sushant! I am using x86_64 PC and Fedora 16. I extracted the cross compiler provided in FriendlyARM cd to /usr/local. I set the PATH as /opt/FriendlyARM/toolschain/4.4.3/bin. In the step to configure Qt, when I give the configure command for Qt, I am getting the following error. Creating qmake. Please wait... arm-none-linux-gnueabi-g++ -c -o project.o -pipe -m64 -m64 -DQMAKE_OPENSOURCE_EDITION -O0 -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -Igenerators/symbian -I/usr/local/Qt/qt-everywhere-opensource-src-4.6.3/include -I/usr/local/Qt/qt-everywhere-opensource-src-4.6.3/include/QtCore -I/usr/local/Qt/qt-everywhere-opensource-src-4.6.3/src/corelib/global -I/usr/local/Qt/qt-everywhere-opensource-src-4.6.3/src/corelib/xml -I/usr/local/Qt/qt-everywhere-opensource-src-4.6.3/tools/shared -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/local/Qt/qt-everywhere-opensource-src-4.6.3/mkspecs/qws/linux-x86_64-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp cc1plus: error: unrecognized command line option "-m64" cc1plus: error: unrecognized command line option "-m64" gmake: *** [project.o] Error 1 Please help!!