Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    Mobile and Embedded
    3
    3
    699
    Loading More Posts
    • 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
      dcbasso last edited by

      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 Reply Quote 0
      • p3c0
        p3c0 Moderators last edited by

        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 Reply Quote 0
        • L
          leonardo.ramosantos last edited by

          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 Reply Quote 0
          • First post
            Last post