Re: Migration from glibc to uclibc [fix typos]

2007-11-20 Thread Carmelo AMOROSO
Vikas TM wrote: > Dear all, > I am facing below error during migration from glibc to uclibc, > > tar zxf /usr/share/allgon/mcu-linux/downloads/openntpd-3.6.1p1.tar.gz > (cd /usr/slask/pwav/checkout/mcu/hcl/vikas/mcu/openntpd-3.6.1p1 && > CC=powerpc-linux-uclibc-gcc ./configure \ >--host=powerpc

Re: uClibc Support for gettext funtionality??

2007-11-20 Thread Carmelo AMOROSO
Vikas TM wrote: > Hello all, > > Please help me to find answers for following questions > > 1. What version of uClibc supports gettext functionality? > none If you want to add this support into uCLibc will be appreciated. Otherwise you may build gettext libraries against uClibc and then explicit

uClibc Support for gettext funtionality??

2007-11-20 Thread Vikas TM
Hello all, Please help me to find answers for following questions 1. What version of uClibc supports gettext functionality? 2. Can I use mixture of both GLIBC and UCLIBC libraries in same environment? If so, should I need to do any special configuration setting? -- regards Vikas TM

Re: Migration from glibc to uclibc [fix typos]

2007-11-20 Thread Vikas TM
Dear all, I am facing below error during migration from glibc to uclibc, tar zxf /usr/share/allgon/mcu-linux/downloads/openntpd-3.6.1p1.tar.gz (cd /usr/slask/pwav/checkout/mcu/hcl/vikas/mcu/openntpd-3.6.1p1 && CC=powerpc-linux-uclibc-gcc ./configure \ --host=powerpc-linux-uclibc --prefix=/usr/s

Re: kernel header mismatch, ixp400_eth.ko module crashed while inserting

2007-11-20 Thread Jason Curl
Sunny Jp wrote: > Dear All, > >I am porting new linux 2.6.16.14 on IXP425 processor ,ADI COYOTE board. >As Ethernet driver and access library v2.4 from intel supprot > 2.6.16.X, i am going to build buildroot using 2.6.16.14 but the problem is i > am unable to select kernel header

Re: [PATCH]: ARM SHMLBA

2007-11-20 Thread Paul Mundt
On Tue, Nov 20, 2007 at 08:30:04AM +0100, Carmelo AMOROSO wrote: > Khem Raj wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi > > > > ARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm used shm.h from > > common directory where SHMLBA = __getpagesize() > > > > This patch fi