Hi all,

Though I had some hard time to run l4linux-2.6, I still get build error.
When I build l4linux-2.6, the following error occured.

As far as I know, a global variable (xtime) was defined twice.

First, l4/pkg/generic_io/lib/clientlib/ARCH-x86/io_info.S
Second, some header file included in l4linux-2.6/kernel/sysctl.c

Any suggestion will help me much!

$ cd l4linux-2.6
$ make menuconfig
 ...
$ make
 ...
  CC      arch/l4/l4lxlib/l4env/task.o
  CC      arch/l4/l4lxlib/l4env/thread.o
  AR      arch/l4/l4lxlib/l4env/lib.a
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
/home/drops/l4linux-2.6-env/l4/lib/x86_586/l4v2/libio.a(io_info.o)(.ros
pace+0xc): In function `xtime':
: multiple definition of `xtime'
kernel/built-in.o(.bss+0x9650):/home/drops/l4linux-2.6-env/l4linux-2.6/
kernel/sysctl.c:1666: first defined here
make: *** [.tmp_vmlinux1] Error 1
$