Hello Venkada,
Library libc-gen make[3]: *** No rule to make target `flt_rounds.o', needed by `libc-gen.lib.a'. Stop. make[2]: *** [libc-gen.lib] Error 2 make[1]: *** [gen_deps_and_build_targets] Error 2 make[1]: Leaving directory `/home/administrator/genode1/build.lx' Error: Genode build failed make: *** [run/lwip_lx] Error 252
how can i solve this problem.
you have missed to download the 3rd-party source code for the C runtime. Please change to the 'libports/' directory and issue 'make prepare PKG=libc'. Btw, you will need to do the same procedure for lwip ('make prepare PKG=lwip') as well. To see a list of the available libraries, just type 'make' without any arguments.
As an alternative to downloading library packages individually, you may prepare all available 3rd-party libraries at once by typing 'make prepare' without the 'PKG' argument.
Cheers Norman