Hi everyone, I’m trying to compile Qt5.2.1 for UDOO. I'm using Linaro Ubuntu 12.04 and I followed this tutorial. First, I ran this ./configure And it's all Ok. But when I run make, I've got following error: Can anyone help me?
This is the configure of the tutorial: Code: ./configure -prefix /opt/qt5 -make libs -no-pch -no-opengl -device imx6 -device-option CROSS_COMPILE=/path/to/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi- -no-largefile -opengl es2 -qt-zlib -qt-libpng -qt-libjpeg -no-nis -no-cups -gui -make examples -sysroot /path/to/target filesystem -no-gcc-sysroot -opensource -confirm-license -qreal float -v In your configure I don't see the flag: Code: -no-opengl I think is required because Udoo dont' support the "desktop" OpenGL. I dont know if some of the other flags you removed are required.