Re: iostream and string in L4Re
Adam Lackorzynski <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
On Thu Dec 18, 2014 at 02:03:05 +0700, Erry Pradana Darajati wrote:
> Is iostream and string functions present in L4Re. Since i cannot use it. I
> have already included the line below in my makefile :
>
> *REQUIRES_LIBS += libc_be_file_stdin libstdc++ cxx_libc_io cxx_io*
Do not include "cxx_libc_io cxx_io" here. In which way is it not
working?
> And also, how to make hello-cfg be able to accept keyboard input. I have
> already include libc_be_file_stdin and include line below in my hello.cfg
> but it still not working :
>
> *L4.default_loader:start({ caps = { log = L4.Env.log,},l4re_dbg =
> L4.Dbg.Warn,log = { "l4linux", "yellow" },}, "rom/hello");*
That looks ok to me. How are you trying to get the input in your
program?
Adam
--
Adam [email protected]
Lackorzynski http://os.inf.tu-dresden.de/~adam/