Hi, On 06/13/2013 11:30 AM, Archie Nidhi wrote: > There is a config folder with config in build when i moved that > to build/bin then it still gives the same message
You can try the following: 1. Add the hello_tutorial to your build/etc/build.conf: REPOSITORIES += $(GENODE_DIR)/hello_tutorial 2. Go to your build directory and enter: make run/hello This should start the hello example on Linux. 3. Copy the file 'config' from 'build/var/run/hello' to '/build/bin' 4. Go the '/build/bin' directory 5. Enter ./core which should also start the example. Please inspect the 'config' file, to see how the system is configured for the hello example. Regards, Sebastian -- Sebastian Sumpf Genode Labs http://www.genode-labs.com · http://genode.org Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
