Build an hybrid program
Pierre Larus
pierre.larus at laposte.net
Thu Jul 12 17:07:42 CEST 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://os.inf.tu-dresden.de/pipermail/l4-hackers/attachments/20120712/d1a26d79/attachment.html>
More information about the l4-hackers
mailing list