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. Compiling on Raspberry pi 3 - Raspbian Stretch
Forum Updated to NodeBB v4.3 + New Features

Compiling on Raspberry pi 3 - Raspbian Stretch

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

    I have developed an entire program on the desktop using Qt 5.10.1, and intend to run the program on Raspberry pi 3 with Raspbian Stretch operating system. As this operating system is ARM Linux and not Intel Linux it is incredibly difficult (maybe impossible?) to configure the Qt creator with kits necessary for compiling code, and I cannot find any working information for cross-compilation from windows Qt 5.10.1 to Raspberry Pi 3 - Raspbian Stretch.

    Please help either with trying to set up proper compilation on the Pi or with linking material, explaining in detail how to cross-compile to the pi.

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

      This guide has all the info: https://wiki.qt.io/RaspberryPi2EGLFS It works for 5.10.1 and has instructions how to set up Qt Creator.

      Since you are using RPI3, consider configuring Qt with vc4 mkspecs: -device linux-rasp-pi3-vc4-g++

      (Z(:^

      F 1 Reply Last reply
      3
      • sierdzioS sierdzio

        This guide has all the info: https://wiki.qt.io/RaspberryPi2EGLFS It works for 5.10.1 and has instructions how to set up Qt Creator.

        Since you are using RPI3, consider configuring Qt with vc4 mkspecs: -device linux-rasp-pi3-vc4-g++

        F Offline
        F Offline
        FluxDice
        wrote on last edited by
        #3

        @sierdzio said in Compiling on Raspberry pi 3 - Raspbian Stretch:

        using RPI3, consider configuring Qt with vc4 mks

        @sierdzio isn't the link you sent to set up a cross compiler when the host computer is in Linux and not Windows?

        Pablo J. RoginaP 1 Reply Last reply
        0
        • F FluxDice

          @sierdzio said in Compiling on Raspberry pi 3 - Raspbian Stretch:

          using RPI3, consider configuring Qt with vc4 mks

          @sierdzio isn't the link you sent to set up a cross compiler when the host computer is in Linux and not Windows?

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

          @FluxDice said in Compiling on Raspberry pi 3 - Raspbian Stretch:

          when the host computer is in Linux and not Windows?

          Yes, you may want to use a VM with Linux guest, it will simplify your work...

          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
          1

          • Login

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