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. Sorry for the question, but how I can crosscompile to ARM (Raspberry)?
Forum Updated to NodeBB v4.3 + New Features

Sorry for the question, but how I can crosscompile to ARM (Raspberry)?

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 854 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.
  • D Offline
    D Offline
    dcbasso
    wrote on last edited by
    #1

    Hi guys, I have some doubts!
    I make a console app to use in the Raspberry (Linux on top). I Try to compile in my PC and use the app on the device but doesn't work.
    So I ready a litle and I think that I need to configure my qt to compile to Raspberry (ARM), but I try to configure and something happens!!!
    Please how can I do configure my Qt to compile to this platform? I'm using community version of Qt5.3!

    Thanks all for help me!

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      "RaspberryPi_Beginners_guide":http://qt-project.org/wiki/RaspberryPi_Beginners_guide should get you started.
      Or "building-qt-5-raspberry-pi":http://www.ics.com/blog/building-qt-5-raspberry-pi#.VFhgyRaNlco

      gcc-4.7-linaro-rpi-gnueabihf.tbz can be downloaded from "here":http://sourceforge.net/projects/rfidmonitor/files/crosscompilation-resources/ and you can use latest image from "here":http://www.raspberrypi.org/downloads/

      157

      1 Reply Last reply
      0
      • L Offline
        L Offline
        leonardo.ramosantos
        wrote on last edited by
        #3

        Hi,

        You can compile by yourself following this tutorials. However if you compile Buildroot, or Yocto you'll get all the components to make your system and develop applications for it. By generating SDK on Yocto you have all the you needs to cross-compile and deploy your application, the same happens with the generated qmake with buildroot.
        But the most valuable thing you win by doing this is that your system generates automatically. If you need a Qt's library, you just add this in Yocto or Buildroot and both development's and system's machines will be updated with the new package.

        I hope I have helped you.

        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