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. Compiling qt-everywhere-opensource-src-5.2.0 for BeagleboardXm [SOLVED]
Forum Updated to NodeBB v4.3 + New Features

Compiling qt-everywhere-opensource-src-5.2.0 for BeagleboardXm [SOLVED]

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 2.8k 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.
  • A Offline
    A Offline
    Aline
    wrote on last edited by
    #1

    Hi all,
    I'm trying to cross-compile the qmake for BeagleboardXm with 5.2.0 sources (newest).
    the configuration is:
    ./configure -opensource -confirm-license -prefix /opt/QT5.1.0/out -xplatform linux-DM3730-g++ -platform linux-g++-64 -qt-xcb
    while I've created a linux-DM3730 platform and edited the qmake.conf with the path to my angstrom toolchain (which I've downloaded drom Angstrom Dist site)
    after that I'm trying to compile with "make" and I get errors concerning:
    error: 'const struct QHash<QString, QVariant>' has no member named 'isNull'
    I've compiled the 4.6.2 version before with no problems...

    any ideas?

    thanks! :)

    1 Reply Last reply
    0
    • P Offline
      P Offline
      PleaseWait
      wrote on last edited by
      #2

      Hi!

      Im pretty new to building Qt and such. But you can check out a thread of mine. Maybe it has some clues.

      http://qt-project.org/forums/viewthread/35993/

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Aline
        wrote on last edited by
        #3

        Hi,
        thanks for the replay but it doesn't help... :(

        someone..?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Aline
          wrote on last edited by
          #4

          I managed to compile with different configuration:

          ./configure -opensource -confirm-license -no-pch -prefix /opt/QT5-git/out -release -force-debug-info -device linux-beagleboard-g++ -make libs -nomake tests -nomake examples -device-option CROSS_COMPILE=~/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/sysroots/x86_64-linux/usr/bin/armv7a-vfp-neon-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi- -sysroot ~/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/sysroots/beagleboard

          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