Hi all, 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 "exec cp bin/$binary [run_dir]/genode" (procedure "copy_and_strip_genode_binaries_to_run_dir" line 4) invoked from within "copy_and_strip_genode_binaries_to_run_dir $binaries" (procedure "build_boot_image" line 8) invoked from within "build_boot_image $boot_modules" (file "/home/maloth/genode-13.08/os/run/demo.run" line 135) invoked from within "source $include_name" ("foreach" body line 3) invoked from within "foreach include_name [get_cmd_arg --include ""] { puts "using run script $include_name" source $include_name }" (file "/home/maloth/genode-13.08/tool/run" line 771) make: *** [run/demo] Error 1
Looking forward for somebody's response.
Thanking you,
Maloth Naresh
Hello Maloth Naresh,
welcome to the Genode maling list.
On Mon, Oct 14, 2013 at 01:06:49AM -0400, GANESH MALOTH wrote:
[...]
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