There is a config folder with config in build when i moved that to build/bin then it still gives the same message
On Thu, Jun 13, 2013 at 2:51 PM, Sebastian Sumpf < Sebastian.Sumpf@...1...> wrote:
[image: Boxbe] https://www.boxbe.com/overview This message is eligible for Automatic Cleanup! (Sebastian.Sumpf@...1...) Add cleanup rulehttps://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Ftoken%3DmlLRUqrwZVXM51sTZ9rPKOg%252BCeFzXH9CiHNhpio6D7IlBcFDeOgReK%252BZJcnggbeI9Y5loOUx8a%252Fg4Zh5BvzcQvDP2r09KR800DeD1kGMEJigQ4rCLytkQP310tbQRBH8xm9y4q44%252F%252F3J0swnCW0OgyGWYmJp0SUU%26key%3DWAeJWkPZAbk85ov%252Br%252BQLI3%252FPbEfbyjPB5M%252BlBzf1Oj4%253D&tc_serial=14367238444&tc_rand=1477294052&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001| More infohttp://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=14367238444&tc_rand=1477294052&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001
Hi Archie,
On 06/13/2013 09:58 AM, Archie wrote:
I am getting an error in running hello_tutorial
There was no config in build/bin as specified in
http://genode.org/documentation/developer-resources/client_server_tutorial
so i created a new directory config and moved the config in hello_tutorial/config to this new directory
When I enter ./core in build/bin I get this error
int main(): --- create local services --- int main(): --- start init --- int main(): transferred 17592186044415 MB to init int main(): --- init created, waiting for exit condition --- [init] Could not open file "ld.lib.so" Quota exceeded! amount=4096, size=4096, consumed=4096 [init] upgrading quota donation for SIGNAL session [init] Could not open file "config" [init] Could not obtain config file [init] C++ runtime: Genode::Config::Invalid [init] void* abort(): abort called
Please tell me what is wrong
You need to move the config file to 'build/bin'.
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 Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
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