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