On Wed, Feb 16, 2011 at 06:01:51PM -0600, Nitin Garg wrote: >Is it fixed, I cannot build for ARM with NPTL threads now: > > STRIP -x -R .note -R .comment libc/libc_so.a > LD libuClibc-0.9.32-rc2-git.so >libc/libc_so.a(popen.os): In function `pclose': >popen.c:(.text+0x320): undefined reference to `__GI_waitpid' >collect2: ld returned 1 exit status >make[1]: *** [lib/libc.so] Error 1
Should be fixed now, sorry for the inconvenience (and delay). Thanks! > >Regards, >Nitin > >On Wed, Feb 16, 2011 at 12:58 PM, Bernhard Reutner-Fischer ><[email protected]> wrote: >> On Tue, Feb 15, 2011 at 10:14:12PM +0800, Tony Wu wrote: >>>commit 18e7136e79a89ba5e978f0dc445a8fcf8d619a40 broke build for >>>non-NPT config. The new logic is the reverse of the old one. >>> >>>+CSRC-$(UCLIBC_HAS_THREADS_NATIVE) += fork.c getpid.c raise.c open.c close.c >>>\ >>>+ read.c write.c >>>-ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y) >>>-CSRC := $(filter-out fork.c getpid.c raise.c open.c close.c read.c >>>write.c, $(CSRC)) >> >> Fixed, Thanks! >>> >>>Tony >> _______________________________________________ >> uClibc mailing list >> [email protected] >> http://lists.busybox.net/mailman/listinfo/uclibc >> _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
