Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Building Qt for i.MX6 Quad Board failure

Building Qt for i.MX6 Quad Board failure

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 197 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CubeEd
    wrote on last edited by
    #1

    Hi Qt community!
    I am trying to build Qt for i.MX6 Quad Board using this instruction https://doc.qt.io/qt-5/integrity-building-qt-for-imx6quad-board.html
    I have created setEnvironment.sh in home directory with this content

    export PATH=$PATH:/usr/ghs/comp_201654
    export INTEGRITY_DIR=/usr/ghs/int1144
    export INTEGRITY_BSP=platform-cortex-a9
    export GL_INC_DIR=/usr/ghs/int1144/INTEGRITY-include/Vivante/sdk/inc
    export GL_LIB_DIR=/usr/ghs/int1144/libs/Vivante
    

    then i have run this command

    source ~/setEnvironment.sh
    

    After that i have cloned the pero (git clone git://code.qt.io/qt/qt5.git) in this path
    /home/ed/Documents/qt5
    and also have run this commands

    cd qt5
    git checkout 5.4.12
    perl init-repository
    

    So fur so good until this command

    ./configure -prefix $PWD/qtbase -xplatform integrity-armv7-imx6 -confirm-license
    -opensource -nomake examples -nomake tests -no-dbus -silent -opengl es2 -static
    

    i get such error

    Project ERROR: Cannot run target compiler 'cxintarm -bsp -os_dir -non_shared'
    

    Can somebody please help to resolve this error ?
    Thanks

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved