Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Using cross compile in windows for ARM use.

Using cross compile in windows for ARM use.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 594 Views
  • 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.
  • V Offline
    V Offline
    victor wang
    wrote on last edited by
    #1

    Hi All,

    Is it possible to design code in windows and compile for ARM used?
    If can, does anyone has a document or website refer to this request?

    Thanks in Advanced!

    K 1 Reply Last reply
    0
    • V victor wang

      Hi All,

      Is it possible to design code in windows and compile for ARM used?
      If can, does anyone has a document or website refer to this request?

      Thanks in Advanced!

      K Offline
      K Offline
      koahnig
      wrote on last edited by koahnig
      #2

      @victor-wang

      Yes, it is possible. In general you need to find a cross-compiler for ARM device that works also on windows. From there you can start. If you have already a development board you can check the support of the manufacturer for cross-compilers and their advice.

      I have done this for beaglebone and RPi. However, personally I have chosen to go through desktop linux in a VirtualBox, because both ARM devices used also linux OS. Therefore, cross-compiling on a desktop linux was more straight forward.
      The cross-compilation on windows is also possible, but seem to be a bit more complicated.

      Vote the answer(s) that helped you to solve your issue(s)

      Pablo J. RoginaP 1 Reply Last reply
      3
      • K koahnig

        @victor-wang

        Yes, it is possible. In general you need to find a cross-compiler for ARM device that works also on windows. From there you can start. If you have already a development board you can check the support of the manufacturer for cross-compilers and their advice.

        I have done this for beaglebone and RPi. However, personally I have chosen to go through desktop linux in a VirtualBox, because both ARM devices used also linux OS. Therefore, cross-compiling on a desktop linux was more straight forward.
        The cross-compilation on windows is also possible, but seem to be a bit more complicated.

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

        @victor-wang

        I have chosen to go through desktop linux in a VirtualBox

        As @koahnig said , maybe using a VM for your development machine will save you time and headaches, since most of the toolchains for cross-compiling are available for Linux as first option

        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

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved