From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Fri, 27 Jan 2012 16:12:42 +0100 Subject: [Buildroot] Bug 3877 - Patch not working In-Reply-To: (inblueswithu@hotmail.com's message of "Fri, 27 Jan 2012 15:24:09 +0530") References: Message-ID: <87wr8dji1h.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "inblueswithu" == inblueswithu writes: inblueswithu> Hi, inblueswithu> I 've got "undefined reference to `accept4'" this error inblueswithu> while using buildroot. When I googled, I got this patch: inblueswithu> https://bugs.uclibc.org/attachment.cgi?id= inblueswithu> 3415&action=edit uClibc will only add an accept4() function if your kernel headers expose sys_accept4, which for ARM was only added in 2.6.36. Make sure your kernel headers (and runtime kernel) is atleast 2.6.36. -- Bye, Peter Korsgaard