NPTL not building?

Rob Landley rob at landley.net
Sat Jan 29 01:08:22 UTC 2011


On 01/27/2011 08:37 AM, Carmelo AMOROSO wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 1/27/2011 3:34 PM, Rob Landley wrote:
>> AS
>> libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.oS
>> libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:
>> Assembler messages:
>> libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:40:
>> Error: unknown pseudo-op: `.cfi_personality'
>> libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:42:
>> Error: unknown pseudo-op: `.cfi_lsda'
>> make: ***
>> [libpthread/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.oS]
>> Error 1
>>
>> Did I hork something in my .config? I replaced:
>>
>> LINUXTHREADS_OLD=y
>>
>> With
>>
>> UCLIBC_HAS_THREADS_NATIVE=y
>>
>> And it stopped building. Switched it back and it built fine.
>>
>> Rob
> 
> Rob,
> it seems that your binutils is too old and does not support CFI pseudo
> ops (or part of them).

It's the last GPLv2 release, binutils 2.17.  So you're saying that NPTL
support won't build under non-GPLv3 toolchain.

That's a show-stopper bug for me.

Rob


More information about the uClibc mailing list