Please reply-to-list so everyone can answer. Short answer (and the only I can give): make sure the cross-tool-chain is in the path and that you are using the right mkspec (from https://gitorious.org/qt-platform-mkspecs) and link it into the mkspec dir of Qt5 as mentioned in the blog post.
Cheers, Daniel From: ext [email protected] [mailto:[email protected]] Sent: Thursday, December 01, 2011 4:38 PM To: Molkentin Daniel (Nokia-MP-Qt/Berlin) Subject: Antwort: [RMX:#] RE: [Qt5-feedback] Building Qt5 for embedded Linux ARM - compilerproblems I downloaded and installed the compiler. Now I am facing the problem, that the compiler is not found by the Qt5 configure command. I need to modify the mkspecs folder. Do you know how to do that? Thank you for your help. Dietrich Von: <[email protected]<mailto:[email protected]>> An: <[email protected]<mailto:[email protected]>>, <[email protected]<mailto:[email protected]>> Datum: 01.12.2011 15:29 Betreff: [RMX:#] RE: [Qt5-feedback] Building Qt5 for embedded Linux ARM - compilerproblems ________________________________ The post mentions “I am using the Code Sourcery 2010q1 compiler.” So my guess would be that the toolchain used has been downloaded from here: https://sourcery.mentor.com/sgpp/lite/arm/portal/release1294 Cheers, Daniel From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of ext [email protected]<mailto:[email protected]> Sent: Thursday, December 01, 2011 2:25 PM To: [email protected]<mailto:[email protected]> Subject: [Qt5-feedback] Building Qt5 for embedded Linux ARM - compiler problems Hi, I read this…<http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon-opengl-es2-accelerated-qt-pi/> [labs.qt.nokia.com] labs post, but I couldn’t figure out how build Qt5 for ARM with embedded linux. My main problem is that I don’t know which compiler to use. I am using the i.MX53 Quickstart Board from Freescale. Qt5 is already running on my Ubuntu 10.04, but I would like to set up a Qt5 environment that allows my to cross compile for this ARM board. That’s how my configure looks like: ./configure -opensource -arch arm -xplatform ??????? -release -opengl es2 -little-endian -nomake docs -no-svg -no-audio-backend -no-multimedia -no-xmlpatterns -no-v8 -no-location -no-declarative -no-cups -xcb -no-wayland -no-phonon -no-qt3support -no-webkit -no-javascript-jit -no-neon -confirm-license -verbose -qpa -no-gtkstyle I read already this thread: Qt5 on linux arm – xcb platform plugin not working<http://developer.qt.nokia.com/forums/viewthread/10466/> [developer.qt.nokia.com] but I don’t know where exactly and how he got the linux-g++-mx5x compiler. As far as I understand there are actually to possible compiler that are available for cross compiling for ARM. 1. arm-none-linux-gnueabi-gcc 2. arm-linux-gcc But I don't know how to install and use them for my configure command. Did anyone already succeed in building Qt5 for any ARM chip? Thanks a lot. Dietrich
_______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
