Buildroot fails on MIPS32 in uclibc

2008-11-24 Thread Stefan de Konink
libc/sysdeps/linux/common/cmsg_nxthdr.c:43: error: '__EI___cmsg_nxthdr' aliased to undefined symbol '__GI___cmsg_nxthdr' I'm using gcc-4.3.1 and the uclibc snapshot. Stefan ___ uClibc mailing list uClibc@uclibc.org http://busybox.net/cgi-bin/mailman/l

Re: Buildroot fails on MIPS32 in uclibc

2008-11-24 Thread Cheng bin
I got right the same thing when trying mips32 under Cygwin(the latest release). I know little about uClibc's codes, and still don't know why. BTW : under Linux it's alright without any trouble On Tue, Nov 25, 2008 at 1:27 AM, Stefan de Konink <[EMAIL PROTECTED]> wrote: > libc/sysdeps/linux/comm

Re: Buildroot fails on MIPS32 in uclibc

2008-11-29 Thread Alexander Voropay
Hi! I have the same error under Linux (OpenSUSE) with current uClibc snapshot and have no such probles with uClibc 0.9.29 release. 2008/11/25 Cheng bin <[EMAIL PROTECTED]>: > I got right the same thing when trying mips32 under Cygwin(the latest > release). > I know little about uClibc's codes,

Re: Buildroot fails on MIPS32 in uclibc

2008-11-29 Thread Denys Vlasenko
On Saturday 29 November 2008 18:18, Alexander Voropay wrote: > Hi! > > I have the same error under Linux (OpenSUSE) with current > uClibc snapshot and have no such probles with uClibc 0.9.29 release. libc/sysdeps/linux/mips/bits/socket.h needs libc_hidden_proto here: extern struct cmsghdr * _

Re: Buildroot fails on MIPS32 in uclibc

2008-12-08 Thread Rob Landley
On Saturday 29 November 2008 15:44:20 Denys Vlasenko wrote: > On Saturday 29 November 2008 18:18, Alexander Voropay wrote: > > Hi! > > > > I have the same error under Linux (OpenSUSE) with current > > uClibc snapshot and have no such probles with uClibc 0.9.29 release. > > libc/sysdeps/linux/mips/

Re: Buildroot fails on MIPS32 in uclibc

2008-12-08 Thread Denys Vlasenko
On Tuesday 09 December 2008 00:45, Rob Landley wrote: > On Saturday 29 November 2008 15:44:20 Denys Vlasenko wrote: > > On Saturday 29 November 2008 18:18, Alexander Voropay wrote: > > > Hi! > > > > > > I have the same error under Linux (OpenSUSE) with current > > > uClibc snapshot and have no suc