Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator with custom tool chains

Qt Creator with custom tool chains

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 1.6k 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.
  • M Offline
    M Offline
    mwpowellhtx
    wrote on last edited by
    #1

    Hello,

    We're running Ubuntu Linux 10.04 LTS which came with GCC 4.4.3 out of the box.

    I've upgraded GCC to 4.7.2.

    In addition to x86 desktop targets, I want to support building through shadow builds if possible, with an additional target being to ARM.

    I've got the GCC cross compiler prepared and verified a simple hello world app on the device.

    We're running Qt Creator 4.8.4 commercial (trial) and I'd like to now configure these tool chains into the Creator IDE.

    How do we go about doing that in such a way that we can target x86 and ARM using the 4.7.2 GCC tool chain.

    Thank you...

    Regards,

    Michael Powell

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mwpowellhtx
      wrote on last edited by
      #2

      One observation, at this stage of development, anything CMake is probably overkill. Very robust, but we don't need that right at this moment. Probably, qmake is not far behind that, as far as build-systems are concerned. If we must, great, but likely I want to keep it simple with PRO/PRI combinations? First steps are to build a simple (really simple) console app. Not far behind that hook up a simple (really simply) Qt UI.

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

        To build an application for arm, the first step is to cross-compile Qt for arm, then add that version to QtCreator known Qt version.

        "Cross compilation steps":http://qt-project.org/doc/qt-4.8/qt-embedded-crosscompiling.html

        After that it's a matter of having the need 3rd party libraries (if any) also compiled for arm.

        But for a simple hello world app validation, you can even do it from the command line using the qmake you just built.

        Hope it helps

        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