[uClibc]State of uClibc?

Erik Andersen andersen at lineo.com
Fri Apr 20 17:29:12 UTC 2001


On Fri Apr 20, 2001 at 12:55:00PM -0400, Tom Walsh wrote:
> Hello,
> 
> I am working on porting the 2.4 kernel onto my MC68EZ328 platform.  I
> have it running and now I wish to start bringing userland functionality
> into my code system.  I first started with mount and discovered that
> mount required the sigfillset() function, as it was not in my current
> uClibc, I downloaded the tarball of uClibc, copied the Config.m68 over
> Config, then edited the KERNEL_SOURCE variable.
> 
> I am running into errors when compiling the uClibc under m68k-elf-gcc. 
> Initially, sysdeps/linux/ptrace.c would fail with an error of
> 'SYS_ptrace' undeclared.  Following the sys/syscall.h include leads into
> include/sys/syscall.h and shows a conditional:

Nobody should be using the SYS_ syscall names.  Use the __NR_<foo>
names instead.  I have just checked in a fix for the m68k code.
Could you try again now?

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the uClibc mailing list