Re: Doing simple I/O in clntsrv example
Marcus Hähnel <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Organization | Technische Universität Dresden |
| Message-ID | <[email protected]> |
Hi, On 2014-05-19 18:16, Valentin Hauner wrote: > Adding libstdc++ to REQUIRES_LIBS works like a charm, but adding > libc_be_file_stdin gives me the following error: >> Library dependencies missing: libc_be_file_stdin in directory > '/home/hnr/l4re-core-2014022818/src/l4/pkg/examples/clntsrv'; > aborting. >> /home/hnr/l4re-core-2014022818/src/l4/mk/binary.inc:348: *** Cflags > dependencies missing: libc_be_file_stdin in directory > '/home/hnr/l4re-core-2014022818/src/l4/pkg/examples/clntsrv'; > aborting.. Stop. The package can not be found because it is not currently checked out. You need to check out the libc_be_stdin package from the svn repository. Do 'svn up libc_be_stdin' in the pkg/ directory. Then build the new package and you can link against it. - Marcus > > I've executed (in l4 dir): > make O=... oldconfig > make O=... -j4 > > l4defs.mk.inc is located there, too. > > What's wrong again? > > Best regards, > Valentin > > _______________________________________________ > l4-hackers mailing list > [email protected] > http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers