-----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). cheers, carmelo > _______________________________________________ > uClibc mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/uclibc > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1BgxgACgkQoRq/3BrK1s9MHwCbBZTUfj5VfQ8xyf0f6UDdXzFv BrkAoOj+caSFzKgikjA1FTAe0QBangYg =QXBj -----END PGP SIGNATURE----- _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
