powerpc NPTL port

Natanael Copa natanael.copa at gmail.com
Mon May 10 09:36:37 UTC 2010


On Mon, May 10, 2010 at 6:28 AM, Rob Landley <rob at landley.net> wrote:

> It built with CPUS=1, but when I took that out and it autodetected an SMP
> build (it does real CPUs *1.5, thus make -j 3 in this case), the build died
> with:
>
>  CC libpthread/nptl/sysdeps/unix/sysv/linux/gen_lowlevelbarrier.s
> In file included from ./include/sys/syscall.h:24,
>                 from ./libc/sysdeps/linux/common/sysdep.h:20,
>                 from ./libc/sysdeps/linux/powerpc/sysdep.h:19,
>                 from libpthread/nptl/sysdeps/powerpc/tcb-offsets.c:1:
> ./include/features.h:187:33: error: bits/uClibc_config.h: No such file or
> directory

I got this too and worked around it with:

make -j 1 pregen
make -j $JOBS

-- 
Natanael Copa


More information about the uClibc mailing list