On Tuesday 10 April 2012 13:06:44 Alberich de megres wrote:
> 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>

no.  uClibc provides sched.h.  you should see why it wasn't installed in the 
uClibc headers stage.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to