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 *; ``` -- 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-sgx-sdk/issues/342#issuecomment-852086006
