Re: booting fails after "init free memory"

2007-09-14 Thread Mike Frysinger
On Friday 07 September 2007, [EMAIL PROTECTED] wrote: > I am using buildroot / uclibc to make initrd image. do not cross-post lists ... start debugging simple and once you narrow things down, take it up with the respective list i'd start with the buildroot list since it is general purpose > ucl

Re: PATCH: With BSD code disabled (index, bcopy, etc..) the uClibc installer uses index!

2007-09-14 Thread Mike Frysinger
On Sunday 09 September 2007, Kevin Day wrote: > It should not be using index() > This fails when index() is not in uClibc. i should pull from upstream as i believe i already got them to fix this ... i'll commit this in the meantime, thanks -mike signature.asc Description: This is a digitally si

Re: Faster memcpy for Cris and Crisv32

2007-09-14 Thread Mike Frysinger
On Friday 14 September 2007, Ricard Wanderlof wrote: > I have a patch (or rather an addition - it's mostly architecture-specific > files and a minor change to the default configuration) which adds > architecture optimized memcpy (et al) to uClibc. Should I post them as a > patch here or submit them

RE: __ctype_b_loc symbol in libc.a

2007-09-14 Thread Filippo ARCIDIACONO
Hi, You have to enable "Extended Locale Support" (__UCLIBC_HAS_XLOCALE__) also, to see __ctype_b_loc symbol. By, Filippo. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dound Sent: Friday, September 14, 2007 1:07 AM To: uclibc@uclibc.org Subject: __ctype

Faster memcpy for Cris and Crisv32

2007-09-14 Thread Ricard Wanderlof
Hi, I have a patch (or rather an addition - it's mostly architecture-specific files and a minor change to the default configuration) which adds architecture optimized memcpy (et al) to uClibc. Should I post them as a patch here or submit them directly to the svn repository? Being the official