edgelessrt icon indicating copy to clipboard operation
edgelessrt copied to clipboard

Running sample

Open MuffinsThaCat opened this issue 2 years ago • 1 comments

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

MuffinsThaCat avatar Feb 13 '24 18:02 MuffinsThaCat

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.)

thomasten avatar Feb 14 '24 16:02 thomasten