Hello Everyone,
I am trying to run microEJ on ESP32 A1S but I am getting following error when I run my own “helloWorld” java example.
TRACE:
This is ESP32 chip with 2 CPU cores, WiFi/BT/BLE, silicon revision 1, 4MB external flash
Reset reason CPU 0:POWERON_RESET
Reset reason CPU 1:EXT_CPU_RESET
Running application from factory partition
MicroEJ START
MicroEJ execution error (err = -1).
from LLMJVM.h I see
/**
- Exit code returned when the SOAR used for the application is not compatible with the MicroJvm virtual machine.
*/
#define LLMJVM_E_SOAR_FILE_INCOMPATIBLE (-1)
Thanks.