Buildroot fails on MIPS32 in uclibc

Denys Vlasenko vda.linux at googlemail.com
Sat Nov 29 21:44:20 UTC 2008


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 * __NTH (__cmsg_nxthdr (struct msghdr *__mhdr,
                                      struct cmsghdr *__cmsg)) __THROW;
+libc_hidden_proto(__cmsg_nxthdr)

Does it work for you?
--
vda



More information about the uClibc mailing list