You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by xinuo <no...@github.com> on 2020/05/18 07:23:46 UTC

[apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

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

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

Posted by xinuo <no...@github.com>.
> #298 has fixeed this issue, but not merged yet.

Oh thanks.
I saw the contributers are working in baidu . So can i get some contact such like wechat or qq group?

-- 
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#issuecomment-629997316

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

Posted by xinuo <no...@github.com>.
OK.THANKS.

-- 
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#issuecomment-630015135

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

Posted by Mingshen Sun <no...@github.com>.
#298 has fixeed this issue, but not merged yet.

-- 
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#issuecomment-629995860

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

Posted by Mingshen Sun <no...@github.com>.
Sure. You can drop me an email (mssun at apache dot org), though, it's encouraged to discuss in an open way (e.g., in GitHub issues or mailing list) :)

-- 
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#issuecomment-630001231

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

Posted by xinuo <no...@github.com>.
Closed #299.

-- 
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#event-3345928806