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. qt-labs/qtsensehat does not find RTIMULib

qt-labs/qtsensehat does not find RTIMULib

Scheduled Pinned Locked Moved Solved Mobile and Embedded
5 Posts 2 Posters 1.4k Views
  • 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
    Markus Ippy
    wrote on last edited by
    #1

    I created a Raspbian Stretch image with QT5.9.2 and EGLFS and want to use my Raspberry Pi Sense Hat .
    When i try to compile the https://github.com/qt-labs/qtsensehat module i get the error that the RTIMULib is not installed .

    I have installed RTIMULib like this :

    sudo apt-get update
    sudo apt-get install sense-hat
    sudo reboot

    But the qtl-labs senshat module still fails the compilation and tells me to install RTIMULib .
    Can somebody give me a hint on how to get the sensehat module to compile ?
    Thank you in advance

    jsulmJ 1 Reply Last reply
    0
    • M Markus Ippy

      I created a Raspbian Stretch image with QT5.9.2 and EGLFS and want to use my Raspberry Pi Sense Hat .
      When i try to compile the https://github.com/qt-labs/qtsensehat module i get the error that the RTIMULib is not installed .

      I have installed RTIMULib like this :

      sudo apt-get update
      sudo apt-get install sense-hat
      sudo reboot

      But the qtl-labs senshat module still fails the compilation and tells me to install RTIMULib .
      Can somebody give me a hint on how to get the sensehat module to compile ?
      Thank you in advance

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Markus-Ippy Did you install the lib on your Pi? If so did you resync the sysroot afterwards?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 Reply Last reply
      1
      • jsulmJ jsulm

        @Markus-Ippy Did you install the lib on your Pi? If so did you resync the sysroot afterwards?

        M Offline
        M Offline
        Markus Ippy
        wrote on last edited by
        #3

        @jsulm Hi yes i have installed it on the pi via sudo apt-get install sense-hat. I did compile QT5.9.2 natively on my pi so no cross compile (therefore no sysroot resync needed) . Which folder does the qt-sensehat module parse for the RTIMULib ? maybe i need to create some symlink ?

        jsulmJ 1 Reply Last reply
        0
        • M Markus Ippy

          @jsulm Hi yes i have installed it on the pi via sudo apt-get install sense-hat. I did compile QT5.9.2 natively on my pi so no cross compile (therefore no sysroot resync needed) . Which folder does the qt-sensehat module parse for the RTIMULib ? maybe i need to create some symlink ?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Markus-Ippy Don't you need a dev package as well (sudo apt-get install sense-hat-dev)?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          M 1 Reply Last reply
          2
          • jsulmJ jsulm

            @Markus-Ippy Don't you need a dev package as well (sudo apt-get install sense-hat-dev)?

            M Offline
            M Offline
            Markus Ippy
            wrote on last edited by
            #5

            @jsulm said in qt-labs/qtsensehat does not find RTIMULib:

            @Markus-Ippy Don't you need a dev package as well (sudo apt-get install sense-hat-dev)?

            Hi juslum , i installed the dev package , now it is working
            Thank you very much for your help :-)

            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