gcc + uclibc

Alberich de megres alberich2k5 at gmail.com
Tue Apr 10 17:06:44 UTC 2012


After some testings, and check your script and link (thanks for both),
i'm having a different problem:

while building gcc step 2, and libgcc:
libgcc/../gcc/libgcc2.c:29:
/opt/x/usr/include/pthread.h:25:19: fatal error: sched.h: No such file
or directory

In pthread.h I can see the include line is this one:
#include <sched.h>

while headers are located at include/linux/sched.h

shouldn't it be:
#include <linux/sched.h>

thanks!




On Mon, Apr 2, 2012 at 7:16 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> On Mon, Apr 2, 2012 at 04:13, Alberich de megres <alberich2k5 at gmail.com> wrote:
>> I'm trying to understand the toolchain creation, by building one. I
>> want to learn how they work.
>
> http://embedded.gentoo.org/handbook/?part=1&chap=2#doc_chap3
> -mike


More information about the uClibc mailing list