Build QT 5.4 with GLES 2 support for ARM (conga-QMX6)

The main purpose is to build QT 5.4 libraries with OpenGL ES2 support for ARM embedded system (conga-QMX6 based on Freescale i.MX6 ARM Cortex A9).

1) First of all , you need to install LTIB. You can use this instructions for install LTIB under Ubuntu 14.04

2) Download source code of QT 5.4 from official site (by this link http://download.qt.io/official_releases/qt/5.4/5.4.1/single/qt-everywhere-opensource-src-5.4.1.zip)

3) Unpack downloaded file at any directory (for example into home dir).

4) Edit platform config file qmake.conf (located in qtbase/mkspecs/devices/linux-imx6-g++/ ):

 


5) Create bash script file into qtbase directory:

Don’t forget to change paths in case of any difference. If you use this instruction no changes are needed.

6) Run configuration script, created in previous step.

7) Run commands ‘make & make install’ (under root user)

As the result QT 5.4 for ARM will be built and deployed into /opt/QtEmbedded-5.4.1-arm directory.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">