In EcMain.cpp the extern void *operator new(size_t size) fails to allocate memory for a new object on its first invocation. I think that the problem is that _main() is never called, so init_mempool is never called. Does anyone know where the call to _main() is made?
BTW I'm using RTX166
What am I looking for in this example? I still can't see a call to _main(), and the example doesn't dynamically create any objects.