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. Building Qt 5.5 for Raspberry Pi, install path behaviour
Forum Updated to NodeBB v4.3 + New Features

Building Qt 5.5 for Raspberry Pi, install path behaviour

Scheduled Pinned Locked Moved Mobile and Embedded
raspberry pi
6 Posts 2 Posters 2.2k 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.
  • L Offline
    L Offline
    luca
    wrote on last edited by luca
    #1

    Hi all,
    I'm building Qt 5.5 for Raspberry Pi as usual:

    ./configure -opensource -confirm-license -no-pch -prefix /opt/qt550-raspi -release -device linux-rasp-pi-g++ -make libs -nomake tests -nomake examples  -device-option CROSS_COMPILE=/opt/arm-toolchain/gcc-4.7-linaro-rpi-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /mnt/raspi/ 
    make
    make install
    

    I've done the same with previous Qt release without problem, after "make install" I usually got the library in /mnt/raspi/opt/qt550-raspi and the binary (qmake ecc...) in /opt/qt550-raspi on my host PC .

    Now with Qt 5.5.0 I only get all (library and binary) on /mnt/raspi/opt/qt550-raspi and nothing in my host PC.

    What should it be the reason?

    Thanks

    1 Reply Last reply
    0
    • tomasz3dkT Offline
      tomasz3dkT Offline
      tomasz3dk
      wrote on last edited by
      #2

      HI. Just about 3 weeks ago, i had the same result, but everything works fine, so it doesn't bother me.

      L 1 Reply Last reply
      1
      • tomasz3dkT tomasz3dk

        HI. Just about 3 weeks ago, i had the same result, but everything works fine, so it doesn't bother me.

        L Offline
        L Offline
        luca
        wrote on last edited by
        #3

        @tomasz3dk
        Hi and thanks for reply.
        The problem is that I usually mount my Raspi SD card in /mnt/raspi so this way I got all binary (qmake etc...) in the SD of my Raspi while I need only library on my Raspi and all the binary to cross compile in my PC.

        1 Reply Last reply
        0
        • tomasz3dkT Offline
          tomasz3dkT Offline
          tomasz3dk
          wrote on last edited by
          #4

          My solution for this is, that i always create two images (with dd tool) of SD card. One with all development staff (qmake etc, development packages, librares etc), and another one for flashing SD card for raspberry with only needed staff (libs, programs configurations etc), and then mount image with full staff in my workstation.

          L 1 Reply Last reply
          0
          • tomasz3dkT tomasz3dk

            My solution for this is, that i always create two images (with dd tool) of SD card. One with all development staff (qmake etc, development packages, librares etc), and another one for flashing SD card for raspberry with only needed staff (libs, programs configurations etc), and then mount image with full staff in my workstation.

            L Offline
            L Offline
            luca
            wrote on last edited by
            #5

            @tomasz3dk
            I think I'll do the same but it's not so comfortable compared on pre 5.5 .
            It should be great if it was possible to add some "configure" parameters to return to "old style" installation....

            1 Reply Last reply
            0
            • L Offline
              L Offline
              luca
              wrote on last edited by
              #6

              UP!
              Anyone found a way to install Qt 5.5 with the same behavior of Qt 5.4 and previous?

              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