Hello, L4-hackers. i have a short question. 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* 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");* Thank you for the answers -- *Regards,* *Erry Pradana Darajati | Student of Computer Engineering* *Politeknik Elektronika Negeri Surabaya / EEPIS, Indonesia*
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 adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
participants (2)
-
Adam Lackorzynski -
Erry Pradana Darajati