Back to UTCB IPC

Adam Lackorzynski adam at os.inf.tu-dresden.de
Fri Mar 7 00:36:54 CET 2008


On Thu Mar 06, 2008 at 12:37:37 +0100, Marc CHALAND wrote:
> > These suffixes are registered at names (and the kernel debugger) to ease
> > debugging.
> > rm: l4/pkg/l4env/lib/src/startup.c: 316
> > main: l4/pkg/l4env/lib/src/startup.c: 322
> 
> These lines doesn't match my startup.c. I use r315 of public repository.

I think Ron meant line 319 and 338.
 
> I updated last version of uclibc. It seems that bcmp, bcopy and bzero
> disapeared, isn't it ?

Yep, considered obsolete, so I just let it be this way. Replace with
memcpy, memmove, memset (note the reversed arguement for memmove..).

> I cannot link my applications :
> /home/chaland/l4/build-tudos-ia32/lib/x86_586/libuc_c.a(tzset.o): In
> function `tzset':
> /home/chaland/l4/build-tudos-ia32/pkg/uclibc/lib/uclibc/ARCH-all/libc/misc/time/time.c:1876:
> undefined reference to `time'
> Any idea to solve this ?

Add -lrtc -lc_be_time to libs.



Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list