Hi, On 09/08/2015 10:16 AM, Thotheolh Tay wrote: > Hi, > > I entered the build directory and ran "make run/virtualbox" and the > resulting message is: > > Error: No run script for virtualbox > make: *** [run/virtualbox] Error 255
You have to ensure that all necessary repositories are enabled in the 'etc/build.conf' file within your build directory, e.g. repos/ports and repos/libports, repos/dde_linux. To enable them, remove the '#' at the beginning of the corresponding line. Regards Stefan > On 7 Sep 2015 9:06 pm, "Norman Feske" <[email protected]> wrote: > >> Hello, >> >> On 07.09.2015 08:05, Thotheolh Tay wrote: >>> I decided to take a look around after managing to run the demo nitpicker >>> via "make run/demo" and so now I did a cd into the >>> "GENODE_DIR\repos\ports\run" folder and found some ".run" scripts >>> inside. I changed them to 777 permission as I noticed the permissions do >>> not allow execute somehow and did a "./virtualbox.run" to test out the >>> script. It threw me a >>> >>> line 7: core: command not found >>> line 8: drivers/framebuffer: No such file or directory >>> line 9: drivers/timer: No such fole or directory >>> line 10: syntax error near unexpected token '}' >>> line 10: '}' >>> >>> Am I running it to correct manner ? >> >> run scripts cannot be executed directly but are taken as input of the >> so-called run tool when invoking 'make run/<run-script-name>' from >> within the build directory. Please refer to Section "2.4. A simple >> system scenario" and Section "5.4.1. Run tool" of the documentation [1] >> to learn more about the underlying concept. >> >> [1] http://genode.org/documentation/genode-foundations-15-05.pdf >> >> Regards >> Norman >> >> -- >> Dr.-Ing. Norman Feske >> 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 >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> genode-main mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/genode-main >> > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > genode-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/genode-main > -- Stefan Kalkowski Genode Labs http://www.genode-labs.com/ · http://genode.org/ ------------------------------------------------------------------------------ _______________________________________________ genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
