Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. cross compiling
Forum Updated to NodeBB v4.3 + New Features

cross compiling

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 4 Posters 1.0k Views 3 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
    Dhananjay
    wrote on last edited by
    #1

    hi all,
    how can i run qt app on i.mx6 ultralite that is built on my host ubuntu.

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

      Hi,

      Do you mean that you already cross-compiled your application and you only need to know how to copy it over to your board and launch it ?

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

      D 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Do you mean that you already cross-compiled your application and you only need to know how to copy it over to your board and launch it ?

        D Offline
        D Offline
        Dhananjay
        wrote on last edited by
        #3

        @SGaist no, i have not cross compiled it yet, i just build a simple application on qt on my host.

        Pablo J. RoginaP 1 Reply Last reply
        0
        • D Dhananjay

          @SGaist no, i have not cross compiled it yet, i just build a simple application on qt on my host.

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @Dhananjay said in cross compiling:

          i have not cross compiled it yet

          So? how is your Qt application gonna run in another platform if you don't provide the proper libraries for such OS...

          Not sure if your "i.mx6 ultralite" board has a SDK or has specific instructions about cross-compiling Qt for such board, but you may want to look at this post from Variscite as a guide...

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Srinivasan
            wrote on last edited by
            #5

            On a high level, you have to do the following.

            • Install the required toolchain in your host machine and configure a new kit for your target device.

            • Cross compile your application with configured kit.

            • Copy the app and required libraries along with the plugins to the target and then run it.

            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