Guest User

Untitled

a guest
Jul 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. out/host/linux-x86/obj/STATIC_LIBRARIES/libutils_intermediates/libutils.a(Threads.o): in function androidCreateRawThreadEtc:frameworks/base/libs/utils/Threads.cpp:145: error: undefined reference to 'pthread_create'
  2. /usr/bin/ld: out/host/linux-x86/obj/STATIC_LIBRARIES/libutils_intermediates/libutils.a(Threads.o): in function androidCreateRawThreadEtc:frameworks/base/libs/utils/Threads.cpp:139: error: undefined reference to 'pthread_attr_setstacksize'
  3. /usr/bin/ld: out/host/linux-x86/obj/STATIC_LIBRARIES/libcutils_intermediates/libcutils.a(threads.o): in function thread_store_set:system/core/libcutils/threads.c:36: error: undefined reference to 'pthread_key_create'
  4. /usr/bin/ld: out/host/linux-x86/obj/STATIC_LIBRARIES/libcutils_intermediates/libcutils.a(threads.o): in function thread_store_set:system/core/libcutils/threads.c:44: error: undefined reference to 'pthread_setspecific'
  5. /usr/bin/ld: out/host/linux-x86/obj/STATIC_LIBRARIES/libcutils_intermediates/libcutils.a(threads.o): in function thread_store_get:system/core/libcutils/threads.c:27: error: undefined reference to 'pthread_getspecific'
  6. collect2: ld returned 1 exit status
  7. make: *** [out/host/linux-x86/obj/EXECUTABLES/localize_intermediates/localize] Error 1
Add Comment
Please, Sign In to add comment