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. cross compile on windows for linux & arm
Forum Updated to NodeBB v4.3 + New Features

cross compile on windows for linux & arm

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

    Hello,

    We have cross compiled Qt libraries and plugins (opengl es supported) and it works well.
    We also know how to cross compile our QML application in linux machine for the arm device.
    But now we want to build QML application (only application, not all qt source) in windows for the arm machine.
    Is that possible ? I have the cross compiler for arm (TI's armv7) on windows,
    Is there any tutorial/guideliness on this issue ? Does the windows-android opackage can be used for that ?

    Thank you!
    Ran

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

      Hi,

      Yes it's doable, not easy but doable. However you will have to cross-compile Qt in order to have everything you need to build your application (e.g. host tools like qmake)

      No, you can't use the Windows Android package unless you are running Android on your board. The distribution is not the same nor the libraries.

      One of the most used setup for that on Windows is to have virtual machine running linux.

      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
      • R Offline
        R Offline
        ranshalit
        wrote on last edited by
        #3

        Hi,

        Can you please give me a hint or wiki as to how to cross compile in windows for arm linux machine ?

        Thanks,
        Ran

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

          There's this guide but is targeting the RPi2 but the basics should be the same for other boards.

          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