Compiling Qt5.2.1 - "make" fails

Discussion in 'General Programming Discussion' started by ext-7, May 22, 2014.

  1. ext-7

    ext-7 New Member

    Joined:
    May 22, 2014
    Messages:
    1
    Likes Received:
    0
    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?
     
  2. nicola

    nicola Member

    Joined:
    Apr 23, 2014
    Messages:
    45
    Likes Received:
    0
    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.
     

Share This Page