Problems with Building QT5 for i.MX6

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

Problems with Building QT5 for i.MX6

842 Views
romannikishin
Contributor I

Hello.I  building Qt5 for i.MX6 on this instruction Building QT for i.MX6
But on the fifth point, I have problems.
I created a script .sh:

 

#!/bin/bash

cd /home/nikishin/qt5

cd qtbase

./configure -v -opensource -confirm-license -no-pch -no-icu -no-xcb -no-opengl -opengl es2  \

      -make libs -device imx6 \

      -compile-examples \

      -device-option CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-\

      -sysroot /mnt/RootArm -no-gcc-sysroot \

      -prefix /opt/Qt5_CM-FX6

 

 

Run it, I get a lot of errors.The file with errors in the attachment.
I would be grateful for any help.

Original Attachment has been moved to: Error.zip

Labels (2)
0 Kudos
1 Reply

432 Views
xiaochao0131
Contributor III

I have same issue with you. Have you resolved it?

0 Kudos