Re: Question: Does uclibc support NPTL TLS ?
Bernhard Reutner-Fischer <[email protected]> Thu, 28 May 2015 21:27:41 +0200
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <CAC1BbcQOxSKh2jO2gVSrQow67mFqMShc2ZScmCtv-EYLqRdf8A@mail.gmail.com> |
On 28 May 2015 at 04:00, Khem Raj <[email protected]> wrote: > Seems like gdb is not able to comprehend the TLS structure that uclibc is putting. So you need to investigate > that part, either gdb or libthread-db may be where the issue lies. OE essentially produces broken libs for the uClibc package due to --strip-unneeded. I have tweaked my split_and_strip_files() but as a quick-fix you might want to enable DOSTRIP in the uClibc .config and add INHIBIT_PACKAGE_STRIP := "1" to meta/recipes-core/uclibc/uclibc.inc thanks,