uClibc 0.9.29 build problem on powerpc (issue 1289)

2008-08-07 Thread Wade Berrier
Hi, I'm still seeing this on 0.9.29 (gcc 4.1 on ppc): http://busybox.net/bugs/view.php?id=1289 AS lib/crti.o AS lib/crtn.o STRIP -x -R .note -R .comment lib/libc.a AR cr lib/libc.a STRIP -x -R .note -R .comment lib/uclibc_nonshared.a AR cr lib/uclibc_nonshared.a AR cr libc/libc_so.

Re: uClibc 0.9.29 build problem on powerpc (issue 1289)

2008-08-11 Thread Wade Berrier
On Thu, Aug 7, 2008 at 9:38 AM, Wade Berrier <[EMAIL PROTECTED]> wrote: > Hi, > > I'm still seeing this on 0.9.29 (gcc 4.1 on ppc): > > http://busybox.net/bugs/view.php?id=1289 > > AS lib/crti.o > AS lib/crtn.o > STRIP -x -R .note -R .comment lib/libc.a &g

[PATCH] pread_write on powerpc

2008-08-18 Thread Wade Berrier
Hi, I mailed previously about this issue: LD libuClibc-0.9.29.so libc/libc_so.a(pread_write.os):(.text+0x14): undefined reference to `__illegally_sized_syscall_arg4' make[2]: *** [lib/libc.so] Error 1 make[1]: *** [lib/libc.so.0] Error 2 As said here ( http://www.busybox.net/lists/uclibc/2007-

Re: [PATCH] pread_write on powerpc

2008-08-19 Thread Wade Berrier
On Tue, 2008-08-19 at 12:17 +0200, Bernhard Reutner-Fischer wrote: > On Mon, Aug 18, 2008 at 04:26:25PM -0600, Wade Berrier wrote: > > > >I haven't tested without LFS support, but no patching would be necessary > >in that case since the offset would only be 4 bytes.