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. CrossCompile QT5.1 for BeagleBoard xm

CrossCompile QT5.1 for BeagleBoard xm

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.5k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    Danilo87
    wrote on last edited by
    #1

    Hi everyone!
    I'm trying to crosscompile the QT5.1 library. After a configure made in this way:

    ./configure -v -opensource -confirm-license -xplatform linux-arm-gnueabi-g++ -prefix /opt/QT/arm5.1 -no-xcb -no-cups -no-dbus -no-glib -no-pch -no-nis -no-accessibility -no-gtkstyle -nomake examples -nomake tests -nomake wayland

    i got this errors during 'make' command:

    Project ERROR: Unknown module(s) in QT: quick
    make[3]: *** [sub-widgets-make_first] Error 3
    make[3]: Leaving directory /opt/QT/qt-everywhere-opensource-src-5.1.0/qtdeclarative/src/imports' make[2]: *** [sub-imports-make_first-ordered] Error 2 make[2]: Leaving directory /opt/QT/qt-everywhere-opensource-src-5.1.0/qtdeclarative/src'
    make[1]: *** [sub-src-make_first] Error 2
    make[1]: Leaving directory `/opt/QT/qt-everywhere-opensource-src-5.1.0/qtdeclarative'
    make: *** [module-qtdeclarative-make_first] Error 2

    Has someone any ideas ??

    Thanks

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

      Hello, ~Danilo87

      • Qt !== QT (QuickTime). QT5.1 is QuickTime version 5.1, but Qt 5.1 is Qt version 5.1 :)
      • Is it critical for you to have Qt Quick support there, on Beagle Board?
      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