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. cannot find -lqconnmanbearer -lqgenericbearer and -lqnmbearer

cannot find -lqconnmanbearer -lqgenericbearer and -lqnmbearer

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 1.0k 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.
  • A Offline
    A Offline
    Antonio Ortiz
    wrote on last edited by
    #1

    Hi, I'm trying to crosscompile an app to a Beagleboard-xm and the compiler is througing this error:

    home/antonio/Aplicaciones/crosscompile/gcc-linaro/bin/../lib/gcc/armv8l-linux-gnueabihf/6.3.1/../../../../armv8l-linux-gnueabihf/bin/ld: cannot find -lqconnmanbearer
    /home/antonio/Aplicaciones/crosscompile/gcc-linaro/bin/../lib/gcc/armv8l-linux-gnueabihf/6.3.1/../../../../armv8l-linux-gnueabihf/bin/ld: cannot find -lqgenericbearer
    Makefile:257: recipe for target 'vordi_server' failed
    /home/antonio/Aplicaciones/crosscompile/gcc-linaro/bin/../lib/gcc/armv8l-linux-gnueabihf/6.3.1/../../../../armv8l-linux-gnueabihf/bin/ld: cannot find -lqnmbearer
    collect2: error: ld returned 1 exit status
    make: *** [vordi_server] Error 1
    

    I have compile Qt 5.8 for the Beagle platform using:

        ../configure -static -release -opengl es2 -device linux-beagleboard-g++ -device-option CROSS_COMPILE=/directory_for_linaro/linaro/gcc-linaro/bin/armv8l-linux-gnueabihf- -sysroot /directory_for_sysrrot/sysroot/sysroot -prefix /opt/Qt-beagle -no-opengl -qt-zlib -qt-libjpeg -qt-libpng -qt-xcb -qt-freetype -qt-pcre -qt-harfbuzz -nomake examples -nomake tests
    
    

    And configure Qt Creator to use the Beagle Kit.
    I tried to edit the .pro file and recompile Qt, but nothing I did work.

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

      Hi,

      Looks like the network plugins are missing. Are you sure they where built ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Looks like the network plugins are missing. Are you sure they where built ?

        A Offline
        A Offline
        Antonio Ortiz
        wrote on last edited by
        #3

        @SGaist Thanks for your quick response. It looks like. I will try to compile again and update the thread with the result.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Antonio Ortiz
          wrote on last edited by
          #4

          Sorry for the late replay. I rebuild qt and the error was solved. Thank @SGaist.

          The instruction I used to compile qt was:

          ./configure -release -opengl es2 -device linux-beagleboard-g++ -device-option CROSS_COMPILE=/home/user/linaro_directory/gcc-linaro/bin/armv8l-linux-gnueabihf- -sysroot /home/user/sysroot_directory/sysroot -prefix /opt/Qt-beagle -no-opengl -qt-zlib -qt-libjpeg -qt-libpng -qt-xcb -qt-freetype -qt-pcre -qt-harfbuzz -nomake examples -nomake tests
          
          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