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. Port QT App to embedded Linux Device
Forum Updated to NodeBB v4.3 + New Features

Port QT App to embedded Linux Device

Scheduled Pinned Locked Moved Mobile and Embedded
4 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.
  • T Offline
    T Offline
    Timoz
    wrote on last edited by
    #1

    Hello,

    I believe im lacking some knowledge about qt developing in general, im trying to run a QT5 App compiled on my Ubuntu machine on a embedded Linux (Lubuntu on ARM Cortex-A7) device but it wont run. Couldnt find a solution for my questions yet.

    This Article should answer my question, but i dont understand what is ment as it says existing QT Apps dont require porting:
    _http://qt-project.org/doc/qt-4.8/qt-embedded-differences.html _

    My Device is similar to the Raspberry PI ( Banana PI )
    I dont understand either, what this article is about
    http://qt-project.org/wiki/qt-raspberrypi
    Why are these steps required?
    ->_ http://qt-project.org/wiki/RaspberryPi_Beginners_guide_

    1. Do i have to compile my QT App for embedded Lubuntu different? ( Cant i use my App compiled on Ubuntu?)
    2. Isnt Linux = Linux? I dont understand why it would require different Compilations, because isn't it the "same"?

    Im sorry for being that unexperienced, im just starting QT (Im 18 :) )

    Thanks in advance,

    kind regards,
    Timo

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      To be sure I'm understanding your correctly: you are compiling your application using your x86 distribution Qt and would like to run it on your ARM device ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Timoz
        wrote on last edited by
        #3

        Thank you,
        yes exactly

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          That won't work, you can't run x86 binaries on ARM. You first need to cross-compile your application.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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