Hi, I read this… [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 [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
