Hi,

I would like to build a Linux application which also uses L4 services. So, I tried to use l4linux mode in my makefile.
But I have this compilation error : "arm-none-linux-gnueabi/bin/ld: cannot find -l4lx-re.o". I don't know how to build this lib.

Pierre Larus

----------------------------------------------
My makefile :
PKGDIR          ?= ..
L4DIR           ?= $(PKGDIR)/../..

TARGET                   = main
MODE                     = l4linux
SRC_CC                     = main.cc
REQUIRES_LIBS            = cxx_libc_io cxx_io
include $(L4DIR)/mk/prog.mk