You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Mingshen Sun <no...@github.com> on 2020/05/06 04:15:31 UTC

[apache/incubator-teaclave] Avoid compiling/linking mismatched version of Intel SGX SDK (#283)

Right now, Tealcave only support a specific version of Intel SGX SDK. Linking with a different version may result in undefined behavior. Basically, there are two methods to avoid compiling with a mismatch version of Intel SGX SDK:

  - Check Intel SGX SDK version in cmake
  - Install the compatible SDK on demand

We can do both in our building system and add an option to download the specific version of SDK on demand.

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

Re: [apache/incubator-teaclave] Avoid compiling/linking mismatched version of Intel SGX SDK (#283)

Posted by Mingshen Sun <no...@github.com>.
Closed #283.

-- 
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/283#event-3640448609

Re: [apache/incubator-teaclave] Avoid compiling/linking mismatched version of Intel SGX SDK (#283)

Posted by Mingshen Sun <no...@github.com>.
The first fix in the proposal has been implemented in #285.

-- 
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/283#issuecomment-624907452