Re: Doing simple I/O in clntsrv example
Valentin Hauner <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Does anyone have an idea? I need to get it to work until next Monday. Here, a similar problem is discussed, but no solution was found then: http://os.inf.tu-dresden.de/pipermail/l4-hackers/2014/006323.html Best regards, Valentin On 05/20/2014 11:11 AM, Valentin Hauner wrote: > On 05/19/2014 08:00 PM, Marcus Hähnel wrote: > >> Do 'svn up libc_be_stdin' in the pkg/ directory. Then build the new package and you can link against it. >> >> Thanks, compiling and linking works fine now. >> But when running the application with qemu (either directly via 'make >> qemu E=... MODULE_SEARCH_PATH=...' or via Qemulator), it does not stop >> for user input but goes on to the next line of code. >> >> Best regards, >> Valentin >>