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 5.9 for i.MX6Dual and Integrity RTOS build - [elxr] (error #21) cannot find library -lhiddev
Forum Updated to NodeBB v4.3 + New Features

QT 5.9 for i.MX6Dual and Integrity RTOS build - [elxr] (error #21) cannot find library -lhiddev

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 310 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.
  • J Offline
    J Offline
    JaiSimha369
    wrote on last edited by JaiSimha369
    #1

    Hi
    actually I am trying to build Qt 5.9 for integrity OS (i.MX6 processor), i have configured the build (./configure -release -prefix $PWD/../../../Applications/Qt/5.9/Build_Static/Release -developer-build -xplatform integrity-armv7-imx6 -confirm-license -opensource -nomake examples -nomake tests -no-dbus -silent -egl -opengl es2 -static -skip qtwebengine -skip qtscript) and after that i tried to build(make -j6), it is failing with an error saying that

    make[3]: Entering directory '/home/jayasimha/WorkingDirectory/Qt/qt5/qtdeclarative/tools/qml'
    linking ../../bin/qml
    cxintarm: Warning: Cannot open library libhiddev.a
    [elxr] (error #21) cannot find library -lhiddev
    Makefile:120: recipe for target '../../bin/qml' failed
    make[3]: *** [../../bin/qml] Error 1

    Note:- using GHS compiler version comp_201714

    jsulmJ 1 Reply Last reply
    0
    • J JaiSimha369

      Hi
      actually I am trying to build Qt 5.9 for integrity OS (i.MX6 processor), i have configured the build (./configure -release -prefix $PWD/../../../Applications/Qt/5.9/Build_Static/Release -developer-build -xplatform integrity-armv7-imx6 -confirm-license -opensource -nomake examples -nomake tests -no-dbus -silent -egl -opengl es2 -static -skip qtwebengine -skip qtscript) and after that i tried to build(make -j6), it is failing with an error saying that

      make[3]: Entering directory '/home/jayasimha/WorkingDirectory/Qt/qt5/qtdeclarative/tools/qml'
      linking ../../bin/qml
      cxintarm: Warning: Cannot open library libhiddev.a
      [elxr] (error #21) cannot find library -lhiddev
      Makefile:120: recipe for target '../../bin/qml' failed
      make[3]: *** [../../bin/qml] Error 1

      Note:- using GHS compiler version comp_201714

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

      @JaiSimha369 I don't know anything about Integrity OS (is it a Linux distribution?), but did you check whether it provides this library (libhiddev)?

      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