On 02/27/2015 09:08 PM, Mohammad Hamad wrote: > Hi all, > > in libc/src/lib/libc there is Dummies.cc file which contains many methods. > Actually i am trying to port ISAKMP which use most of them ( such as fork, > getuid , > socketpair, sendmsg and etc) . i was able to compile it but i face many no > implementation for " method" message , so I think i need to implement all > these methods, am i right ?! > > from where i should start, should i use new libc plugin or i should > implement them in specific places. >
When porting stuff to Genode, there are three ways to go: 1. Try to do without libc. 2. Implement a libc plugin that meets your needs. 3. Build it in the noux environment. 1 = most desirable 3 = least desirable Good luck, Sebastian` ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ genode-main mailing list genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main