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 2021/06/01 12:31:27 UTC

[GitHub] [incubator-teaclave-sgx-sdk] mullefel commented on issue #342: Linker error: missing `u_pipe2_ocall` symbol when using `mio-sgx` inside the enclave

mullefel commented on issue #342:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/342#issuecomment-852086006


   Okay I think I found the problem. The `Enclave.edl` was missing the imports from `sgx_pipe`:
   
   In `Enclave.edl`
   ```
   from "sgx_pipe.edl" import *;
   ```


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