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