You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/05/06 04:15:32 UTC

[GitHub] [incubator-teaclave] mssun opened a new issue #283: Avoid compiling/linking mismatched version of Intel SGX SDK

mssun opened a new issue #283:
URL: https://github.com/apache/incubator-teaclave/issues/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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #283: Avoid compiling/linking mismatched version of Intel SGX SDK

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #283:
URL: https://github.com/apache/incubator-teaclave/issues/283#issuecomment-624907452


   The first fix in the proposal has been implemented in #285.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun closed issue #283: Avoid compiling/linking mismatched version of Intel SGX SDK

Posted by GitBox <gi...@apache.org>.
mssun closed issue #283:
URL: https://github.com/apache/incubator-teaclave/issues/283


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org