I'm trying to run a docker renode image with ubuntu:20.04.
After i installed all dependencies and pulled the renode repository i keep getting the error after running the ./build.sh:
/home/renode/src/Infrastructure/src/Emulator/Cores/translate.cproj: error : In file included from tlib/arch/xtensa/cpu.h:761:0,
from tlib/exports.c:21:
tlib/include/exec-all.h:186:2: error: #error tb_set_jmp_target1 is missing
#error tb_set_jmp_target1 is missing
^
On Windows this doesn't seem to be a problem at all but on my new MacBook (M1 Chip) its not possible to get the renode-docker image running.