Hello Maloth Naresh,
welcome to the Genode maling list.
On Mon, Oct 14, 2013 at 01:06:49AM -0400, GANESH MALOTH wrote:
Can any one please suggest me how to deal with following error in fiasco demo run...
ERROR:
cannot stat `bin/fb_drv': No such file or directory while executing
[...]
We recently moved the fb_drv from the os repository to libports as it depends on the third-party x86emu library. To build the fb_drv please do the following steps
* In the Genode source directory do
make -C libports prepare PKG=x86emu
* Uncomment the following line in <build directory>/etc/build.conf
REPOSITORIES += $(GENODE_DIR)/libports
For further information have a look at
http://genode.org/documentation/developer-resources/getting_started#Using_pl...
Regards