{"init terminating in do_boot",{'cannot load',erlualib,get_file}}
stofel opened this issue · 1 comments
stofel commented
When compile in embedded, start ends with error.
{"init terminating in do_boot",{'cannot load',erlualib,get_file}}
erlualib.beam not exists, so I change erlualib/src/erlualib.app.src,
{mod, { erlualib, []}},
to
{mod, { lua, []}},
I don`t know is this right way or not, but work.
motiejus commented
Please tell me exactly how to reproduce the error. Doesn't seem the right way to do it though.