Hello Le Bao, > Then I execute ./core, my program is stopping at > > int main(): --- create local services --- > int main(): --- start init --- > Could not open file "init" > ROM module "init" not present > int main(): transferred 79 MB to init > > Would you like give me some advice ?
you apparently missed to build the init program. Hence, core complains about the missing binary. You can fix the problem with make init For reference, you may also review the hello.run script at the 'hello_tutorial/run/' directory. It performs all steps of building, configuring, and running the hello-scenario. To execute it, simply issue 'make run/hello' from within your build directory. Cheers 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 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
