Qt 5.5 compilation issue for i.MX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Qt 5.5 compilation issue for i.MX6

2,303 Views
sanjeevsharma
Contributor IV

Hello All,

Anyone succeeded to run QT5.5(Webengine) on imx6 platform ?

We do have  Building QT for i.MX6 but unfortunately configuration didn't work. It looks like we need to have old tool-chain gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12 to compile it,which is not available  for download.Can we compile it with using latest 4.7 or 4.8 tool-chain version ?

Regards

Sanjeev Sharma

5 Replies

847 Views
andreykononov
Contributor III

I have the same situation, are you solve your problem?

0 Kudos

847 Views
sanjeevsharma
Contributor IV

Unfortunately No. I am building now with yocto branch.

0 Kudos

847 Views
andreykononov
Contributor III

Today I compiled Qt 5.5.1 but there were some problems with the launch of EGLFS and QML applications, if it will solve all these issues write here

build options

./configure -v -opensource -confirm-license -no-pch -no-xcb -no-opengl -opengl es2 -device linux-imx6-g ++ -device-option CROSS_COMPILE=/media/data/dev/gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_linux/bin/arm-linux-gnueabihf- -prefix / media / data / dev / Qt5IMX6 -sysroot /media/data/dev/FS.X11 -make libs -no-gcc-sysroot

changes in the qt-everywhere-opensource-src-5.5.1 / qtbase / mkspecs / devices / linux-imx6-g ++ / qmake.conf

added two lines with the paths to libraries driver gpu-viv-bin-mx6q-3.10.17-1.0.2

QMAKE_LIBDIR_OPENGL_ES2 + = /media/data/dev/gpu-viv-bin-mx6q-3.10.17-1.0.2/hardfp/usr/lib

QMAKE_INCDIR_OPENGL_ES2 + = /media/data/dev/gpu-viv-bin-mx6q-3.10.17-1.0.2/hardfp/usr/include

847 Views
Yuri
NXP Employee
NXP Employee

Hello,

  I managed to build QT5, using FSL L3.14.38.

http://www.freescale.com/webapp/Download?colCode=L3.14.38_6UL_LINUX_DOCS

It was needed to use 64-bit Linux host (Debian 8.2 in my case) with huge amount of memory

(~6GB in my case).

$ MACHINE=imx6qsabresd source fsl-setup-release.sh –b build-fb –e fb

$ bitbake core-image-minimal

$ bitbake fsl-image-qt5


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

847 Views
sanjeevsharma
Contributor IV

Thanks Yuri,

I am more interested in building standalone QT for imx6 like mentioned Building QT for i.MX6

Regards

Sanjeev Sharma

0 Kudos