Open MuffinsThaCat opened 9 months ago
We've not seen the "Illegal instruction" error before. Are you running this on an emulation layer? In our experience, edgelessrt requires real x64 hardware, even in simulation mode. (E.g., it won't run on Rosetta.)
I am trying to run edglessrt go sample
Getting error while running OE_SIMULATION=1 erthost enclave.signed root@d1cc01526652:/com.docker.devenvironments.code/edgelessrt/samples/go/build# OE_SIMULATION=1 erthost enclave.signed [erthost] running in simulation mode [erthost] loading enclave ... Illegal instruction
Steps to reproduce on our end:
clone edgelessrt and go to samples/go run mkdir build run cd build run cmake run make run OE_SIMULATION=1 erthost enclave.signed