undefined reference to `name_to_handle_at@GLIBC_2.14'
-
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 . :(
-
It looks like you're using glibc library older than 2.14
Can you check which version it is? -
I run dpkg -l libc6 and :
Name Version Architecture Description
===========================-==================-==================-====================================
libc6:i386 2.19-0ubuntu6.7 i386 Embedded GNU C Library: Shared libraries -
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. -
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 :)