Busybox 1.4.1 Build Issue with Current Snapshot

Joakim Tjernlund joakim.tjernlund at transmode.se
Sun Feb 4 11:10:20 UTC 2007


> -----Original Message-----
> From: uclibc-bounces at uclibc.org 
> [mailto:uclibc-bounces at uclibc.org] On Behalf Of Mike Frysinger
> Sent: den 4 februari 2007 09:33
> To: uclibc at uclibc.org
> Subject: Re: Busybox 1.4.1 Build Issue with Current Snapshot
> 
> On Sunday 04 February 2007, Jim Gifford wrote:
> > If I change sched.h from
> 
> you know, there was probably a reason those were disabled
> 
> > taskset.c:(.text+0x450): undefined reference to `sched_getaffinity'
> > taskset.c:(.text+0x4f4): undefined reference to `sched_setaffinity'
> 
> and there it is ... uClibc doesnt implement these two functions

I got a test impl. of those syscalls, but it will only work for archs
that got a "modern" impl. of syscalls.h(INTERNAL_SYSCALL et. all)
Possibly I could test for INLINE_SYSCALL and disable the build for
archs that don't have it.

> 
> dont build the taskset applet in busybox and you wont have a problem
> -mike
> 




More information about the uClibc mailing list