Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. undefined reference to `name_to_handle_at@GLIBC_2.14'
Forum Updated to NodeBB v4.3 + New Features

undefined reference to `name_to_handle_at@GLIBC_2.14'

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 1.7k 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.
  • P Offline
    P Offline
    powerboy2988
    wrote on last edited by
    #1

    Hi, When i want compile my project i get this error :

    lib//libudev.so: undefined reference to `name_to_handle_at@GLIBC_2.14'
    

    What is this??

    I did search a lot but i couldn`t find anything . :(

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

      It looks like you're using glibc library older than 2.14
      Can you check which version it is?

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

      1 Reply Last reply
      0
      • P Offline
        P Offline
        powerboy2988
        wrote on last edited by
        #3

        I run dpkg -l libc6 and :

         Name                        Version            Architecture       Description
        

        ===========================-==================-==================-====================================
        libc6:i386 2.19-0ubuntu6.7 i386 Embedded GNU C Library: Shared libraries

        1 Reply Last reply
        0
        • jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You asked this question already in another thread.
          In that thread you said that you're doing cross-compilation, right?
          If so then you need to check glibc version of your target not host.

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

          1 Reply Last reply
          0
          • P Offline
            P Offline
            powerboy2988
            wrote on last edited by
            #5

            Yes, i could cross compile in my host and run in target with command prompt ..
            But i want do it with Qt , and i get those errors ...
            I think i can solve my problem if i create another thread with better question :)

            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