BUGREPORT: fakeroot version 1.9.6

2008-11-29 Thread Alexander Voropay
Hi! Trying to build current snapshot I've got following error: wget --passive-ftp -nd -P /home/alec/buildroot-20081129/dl http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.9.6.tar.gz --21:14:04-- http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.9.6.tar.gz

Re: uclibc and mips32r2

2008-02-22 Thread Alexander Voropay
2008/2/19, Mile Davidovic [EMAIL PROTECTED]: Hello, is ti possible to build uClibC with MIPS32R2 and EABI as used ABI? No, it's impossible. There is no EABI ELF for the MIPS architecture, it's ARM-spacific. Only O32, N32 and N64 ELFs are available for MIPS (BE and LE variants)

Re: mipsel memcpy gcc3.4.6

2008-01-07 Thread Alexander Voropay
what are you defining as current ? the current release (4.2.2) certainly accepts it as does a large majority of compiler versions (going by the fact that this is the first such bug report after using this code for quite a while): As you told, GCC 3.4.6 accepts name##: w/o -std=gnu99 $

mipsel memcpy gcc3.4.6

2008-01-05 Thread Alexander Voropay
Hi! Can anyone help with this issue ? I've opened a bug in the busybox tracking system: http://busybox.net/bugs/view.php?id=1894 It there any way to compile uClibc for mipsel with gcc 3.4.6 ? Some notes: - uClibc uses platform-specific memcpy (libc/string/mips/memcpy.os) Is it possible