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

Reply via email to