Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. No device matching linux-rasp-pi3-g++
Forum Updated to NodeBB v4.3 + New Features

No device matching linux-rasp-pi3-g++

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 1.1k 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.
  • edwardy84E Offline
    edwardy84E Offline
    edwardy84
    wrote on last edited by
    #1

    hi, i am working on the cross compilation based on https://wiki.qt.io/RaspberryPi2EGLFS

    at step no 10 after i run these 3 command lines below and i got the error.

    git clone git://code.qt.io/qt/qtbase.git -b 5.6

    cd qtbase

    ./configure -release -opengl es2 -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot ~/raspi/sysroot -opensource -confirm-license -make libs -prefix /usr/local/qt5pi -extprefix ~/raspi/qt5pi -hostprefix ~/raspi/qt5 -v
    Error: No device matching 'linux-rasp-pi3-g++'

    did i miss out anything?

    Pablo J. RoginaP 1 Reply Last reply
    0
    • edwardy84E edwardy84

      hi, i am working on the cross compilation based on https://wiki.qt.io/RaspberryPi2EGLFS

      at step no 10 after i run these 3 command lines below and i got the error.

      git clone git://code.qt.io/qt/qtbase.git -b 5.6

      cd qtbase

      ./configure -release -opengl es2 -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot ~/raspi/sysroot -opensource -confirm-license -make libs -prefix /usr/local/qt5pi -extprefix ~/raspi/qt5pi -hostprefix ~/raspi/qt5 -v
      Error: No device matching 'linux-rasp-pi3-g++'

      did i miss out anything?

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

      @edwardy84 said in No device matching linux-rasp-pi3-g++:

      cd qtbase

      please check that you have a folder mkspecs/devices/linux-rasp-pi3-g++

      If not, it means that you're using a Qt version (5.6) that didn't yet include mkspecs for such device (RPi 3).

      BTW, is there a compelling reason to use that old version of Qt?

      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

      edwardy84E 1 Reply Last reply
      1
      • Pablo J. RoginaP Pablo J. Rogina

        @edwardy84 said in No device matching linux-rasp-pi3-g++:

        cd qtbase

        please check that you have a folder mkspecs/devices/linux-rasp-pi3-g++

        If not, it means that you're using a Qt version (5.6) that didn't yet include mkspecs for such device (RPi 3).

        BTW, is there a compelling reason to use that old version of Qt?

        edwardy84E Offline
        edwardy84E Offline
        edwardy84
        wrote on last edited by
        #3

        @Pablo-J-Rogina

        thanks for pointing out. it should be linux-rpi3-g++ or linux-rpi3-vc4-g++ for qt5.6 then.

        5aa05780-c0cb-4419-91e3-544dac17d378-image.png

        no specific reason. just thought since i am using RPi3 older ver should have support.

        Pablo J. RoginaP 1 Reply Last reply
        0
        • edwardy84E edwardy84

          @Pablo-J-Rogina

          thanks for pointing out. it should be linux-rpi3-g++ or linux-rpi3-vc4-g++ for qt5.6 then.

          5aa05780-c0cb-4419-91e3-544dac17d378-image.png

          no specific reason. just thought since i am using RPi3 older ver should have support.

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

          @edwardy84 so if your issue is solved, please don't forget to mark your post as such.

          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
          0

          • Login

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