When I follow ReadMe.md ,
`
docker run --rm -v $(pwd):/teaclave -w /teaclave   -it 
teaclave/teaclave-build-ubuntu-1804-sgx-2.9:latest    bash -c ". 
/root/.cargo/env && \
     mkdir -p build && cd build && \
     cmake -DTEST_MODE=ON -DSGX_SIM_MODE=ON .. && \
     make --trace"
`
and it show:
`
CMake Error at CMakeLists.txt:12 (message):
Intel SGX SDK (version 2.9.1) is not found or version not matched.
`
when i saw CMakeLists.txt line 12 ,it check the sgx sdk version.
And in my host,it already install the sgx sdk version 2.9.1.But in the docker 
image(teaclave-build-ubuntu-1804-sgx-2.9),i think it is not install the sdk.
So,if i should install the sdk in the docker image?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/299

Reply via email to