Hi Prece Vincent, Joanne Prscilla, On 10/08/2014 11:23 AM, Prece Vincent wrote:
Hello Sebastian, I am an Intern Student at IIT-M. I faced a problem while enabling file system server in dde_rump folder. Can i know if there is any possible way to enable libc_fs plugin??
If you use a Genode version below 14.08, you only need to add 'libc_fs' to your 'LIBS' variable in your target.mk file.
With Genode 14.08 'libc_fs' is deprecated and replaced by the VFS approach (see release notes). It was also removed from Genode. In order to use VFS you must link against 'libc' only and configure VFS in your config node. As an example have a look at 'repos/run/dde_linux/rump_ext2.run' and search for a <vfs> node. There is also a comprehensive article on the Genode mailing list: http://sourceforge.net/p/genode/mailman/message/32264058/
Regards,
Sebastian