Discussion:
hello component doesn't run on foc_x86_32
john stokes
2017-04-05 05:36:31 UTC
Permalink
hello Genodians ,

when i run the run script situated in lab for hello world then it runs fine
on the linux_x86 but when i run it over foc_x86_32 then it shows this error
:
Error: No run script for hello
make: *** [run/hello] Error 255
although i have added the custom repository in the etc/build.conf file and
i have also created the run script named hello.run in the lab/run directory
the same thing is happening with the hello_tutorial component also.please
provide solution thanks in advace.
Christian Helmuth
2017-04-05 09:42:47 UTC
Permalink
Hello John,
Post by john stokes
when i run the run script situated in lab for hello world then it runs fine
on the linux_x86 but when i run it over foc_x86_32 then it shows this error
Error: No run script for hello
make: *** [run/hello] Error 255
although i have added the custom repository in the etc/build.conf file and
i have also created the run script named hello.run in the lab/run directory
the same thing is happening with the hello_tutorial component also.please
provide solution thanks in advace.
I can't imagine what's wrong in you case. Maybe there's a typo in the
build.conf? What version of Genode are you using? The following works
for me.

.../build/pbxa9> KERNEL=hw make run/hello
Error: No run script for hello
Makefile:307: recipe for target 'run/hello' failed
make: *** [run/hello] Error 255

.../build/pbxa9> echo 'REPOSITORIES += $(GENODE_DIR)/repos/hello_tutorial' >> etc/build.conf

.../build/pbxa9> KERNEL=hw make run/hello
including /plain/krishna/src/genode/genode_staging.git/tool/run/power_on/qemu
...

Please make sure that you use the right pass to your custom repo by
using an _absolute path_ for testing.

Regards
--
Christian Helmuth
Genode Labs

https://www.genode-labs.com/ · https://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
Loading...