Goa introduction breaks

Guido Witmond guido at witmond.nl
Tue Feb 25 21:12:25 CET 2020


Hi Norman,

I'm running the goa Hello-example from the genodians page 
https://www.genodians.org/nfeske/2019-11-25-goa


However, I got this error at the goa run step:

     $ goa run
     Error: runtime lacks a configuration

     You may declare a 'config' attribute in the <runtime> node, or
     define a <config> node inside the <runtime> node.

I fixed it by adding a <config /> node in pkg/hello/runtime. ie:

     <runtime ram="1M" caps="100" binary="hello">
     <config />
     ...


You might want to update the genodians page so it keeps working for others.


Cheers, Guido.




More information about the users mailing list