Re: link error when trying to run XS JavaScript engine

2021-08-05 Thread Alexander Boettcher
Hello, On 05.08.21 04:20, Dan Connolly wrote: XS is a JavaScript engine designed for microcontrollers. I have been working on getting it running under genode in fits and starts. https://github.com/dckc/genode-js-xs In my most recent episode, I can get goa build to work, but when I try goa run,

Re: how to find the thread stack limit?

2021-08-05 Thread Alexander Boettcher
Hello, On 05.08.21 04:27, Dan Connolly wrote: I'm trying to port this XS JavaScript engine to genode. It wants to know the stack limit. Any suggestions on how to do this? https://github.com/Moddable-OpenSource/moddable/blob/public/xs/sources/xsCommon.c#L518-L542 char* fxCStackLimit() { #if

Re: app/seoul: build fails with several "duplicate case value" errors

2021-08-05 Thread Alexander Boettcher
Hello, On 03.08.21 21:09, Joel Valenciano wrote: I use Arch Linux, so it may be too recent. python says version "2.7.18", so I don't think that is the problem. GCC says version "11.1.0", I think that's probably where the problem is. indeed. I think it will be fixed with one of our next