Adding a custom library to l4/pkg/bootstrap

"Masti Ramya Jayaram" <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.devel
Message-ID <[email protected]>
Hi all,

I have managed to compile a custom C library (libscc-sec) as part of the l4 packages. Now I would like to use it in the bootstrap package (make a call to a function in the library). I did the following:

a. Added the library as a requirement in pkg/bootstrap/Control

requires: drivers_uart drivers_of libc l4util cxx_io libscc-sec

b. Modified the pkg/bootstrap/server/src/Make.rules so that it also looks for libscc-sec by:

L4_LIBS          = -static -nostdlib $(DRV_LIBS) -lcxx_base -lcxx_io -llibscc-sec

But on compiling, I get an error that says that -llibscc-sec not found

The package is getting compiled and I can see the library libscc-sec.a in the build folder. What am I missing?

Thanks,
ramya
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.