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. Runnig Qt Ubuntu app on Ubuntu for ARM
Qt 6.11 is out! See what's new in the release blog

Runnig Qt Ubuntu app on Ubuntu for ARM

Scheduled Pinned Locked Moved Solved Mobile and Embedded
6 Posts 3 Posters 1.1k Views 2 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.
  • B Offline
    B Offline
    BTYAS
    wrote on last edited by
    #1

    Hello everybody,
    I have an application that's runs on Ubuntu Desktop 64 bit, i wont to know if it's possible to run the same application on Ubuntu for ARM. (the application uses many external libraries like qwt, qextserial....)

    thanks.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by sierdzio
      #2

      Most probably yes, you just need to recompile it, Qt and all dependencies (if you bundle them).

      (Z(:^

      1 Reply Last reply
      1
      • B Offline
        B Offline
        BTYAS
        wrote on last edited by
        #3

        Thank you for response,

        That's mean i have to cross compile all libraries manually with arm-gcc compiler, did all Qt external libraries are compatible with gcc-arm compiler. I wont to be sure for this before i buy 300$ tablet.

        sierdzioS jsulmJ 2 Replies Last reply
        0
        • B BTYAS

          Thank you for response,

          That's mean i have to cross compile all libraries manually with arm-gcc compiler, did all Qt external libraries are compatible with gcc-arm compiler. I wont to be sure for this before i buy 300$ tablet.

          sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @BTYAS said in Runnig Qt Ubuntu app on Ubuntu for ARM:

          That's mean i have to cross compile all libraries manually with arm-gcc compiler, did all Qt external libraries are compatible with gcc-arm compiler.

          Some libraries may be available in your ARM Debian already (through apt install) so you may not need to compile everything yourself.

          (Z(:^

          1 Reply Last reply
          1
          • B BTYAS

            Thank you for response,

            That's mean i have to cross compile all libraries manually with arm-gcc compiler, did all Qt external libraries are compatible with gcc-arm compiler. I wont to be sure for this before i buy 300$ tablet.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @BTYAS Ubuntu already provides Qt, but not the latest version. If you don't need latest Qt version simply install Ubuntu for ARM and needed Qt packages via apt.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            B 1 Reply Last reply
            1
            • jsulmJ jsulm

              @BTYAS Ubuntu already provides Qt, but not the latest version. If you don't need latest Qt version simply install Ubuntu for ARM and needed Qt packages via apt.

              B Offline
              B Offline
              BTYAS
              wrote on last edited by
              #6

              @jsulm thak you for response,

              I think i have to be careful about the version of ARM cortex, because in Qt document the Qt API is supported by ARM cortex A (some versions not even all), the Qt app should be compiled with the specific gcc-arm compiler.

              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