compilation error for l4linux 2.6
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Sat Feb 12 16:18:44 CET 2005
On Fri Feb 11, 2005 at 11:02:33 -0600, Jayesh Salvi wrote:
> I am getting the following error while compiling the l4linux 2.6 kernel
> that I got from cvs
>
> [root at orion l4linux-2.6]# make
> CHK include/linux/version.h
> make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
> CHK include/linux/compile.h
> CHK usr/initramfs_list
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> ld: cannot find -lloader.s
>
> Any suggestions, what might be going wrong?
You are probably missing libloader.s.so in your build tree. This library
comes from l4/pkg/loader/lib/runtime and should install to
l4/lib/*/*/libloader.s.so. You also need to enable the option to
build libloader.s.so in the configuration menu.
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