[Bug 5618] New: uClibc build is broken: undefined reference to `__emutls_get_address' in function `__syscall_error'
bugzilla at busybox.net
bugzilla at busybox.net
Sun Oct 21 11:00:42 UTC 2012
https://bugs.busybox.net/show_bug.cgi?id=5618
Summary: uClibc build is broken: undefined reference to
`__emutls_get_address' in function `__syscall_error'
Product: uClibc
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: Other
AssignedTo: unassigned at uclibc.org
ReportedBy: dougmencken at gmail.com
CC: uclibc-cvs at uclibc.org
Estimated Hours: 0.0
I'm trying to build current git master (uclibc-v0.9.34-rc3-784-g6a76edd).
That's what I've got with make V=2:
----------------------------------------
$ make V=2
make -C extra/locale locale_headers
make[1]: Nothing to be done for `locale_headers'.
rm -f lib/libc.so lib/libc.so.0 lib/libuClibc-0.9.34-git.so
gcc -Wl,-EB -shared -Wl,--warn-common -Wl,--warn-once -Wl,-z,combreloc
-Wl,-z,relro -Wl,--hash-style=gnu -Wl,-z,defs -Wl,-s -Wl,-init,__uClibc_init
-Wl,-soname=libc.so.0 -nostdlib -o lib/libuClibc-0.9.34-git.so
-Wl,--whole-archive libc/libc_so.a -Wl,--no-whole-archive ./lib/interp.os
./lib/ld-uClibc.so.0 ./lib/uclibc_nonshared.a
/usr/lib/gcc/powerpc32-gnu-linux-uclibc/4.8.0/libgcc.a
libc/libc_so.a(__syscall_error.os): In function `__syscall_error':
__syscall_error.c:(.text+0x20): undefined reference to
`__emutls_get_address'
collect2: error: ld returned 1 exit status
make: *** [lib/libc.so] Error 1
----------------------------------------
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the uClibc-cvs
mailing list