Hi,
I tried running demo/pridwen but it failed during the initialization phase. The sgx_create_enclave_ex function returns the error SGX_ERROR_UNEXPECTED. I adjusted the options in enclave.conf.xml but it didn't work. I also tested the switchless sample of sgxsdk and it works fine.
BTW, I'm not sure if I compiled the correct content, and multiple directories containing wasm confuse me a bit.
@marioolf Sorry, I haven't been able to solve this problem. I have switched to WAMR and ENARX to do my research work. Both of them are WASM runtimes that support SGX, but they are more complex than wasmjit.
Hi, I tried running demo/pridwen but it failed during the initialization phase. The
sgx_create_enclave_ex
function returns the errorSGX_ERROR_UNEXPECTED
. I adjusted the options in enclave.conf.xml but it didn't work. I also tested the switchless sample of sgxsdk and it works fine.BTW, I'm not sure if I compiled the correct content, and multiple directories containing wasm confuse me a bit.