Problems with Building QT5 for i.MX6
-
Hello.I building Qt5 for i.MX6 on this instruction https://community.freescale.com/docs/DOC-94066
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-FX6Run it, I get a lot of errors.The file with errors in the link(https://dropmefiles.com/G7iRv)
I would be grateful for any help.