我在这里看到有引用: [sgx_qe_set_enclave_load_policy](https://github.com/apache/incubator-teaclave-sgx-sdk/blob/7b87824b9165e5b7a3ad21876e4a65b8c076fdb3/sgx_types/src/function.rs#L700)第三方远程证实的一些函数,但是调用的时候报错 ```bash undefined reference to `sgx_qe_set_enclave_load_policy' undefined reference to `sgx_ql_set_path' undefined reference to `sgx_ql_set_path' undefined reference to `sgx_ql_set_path' undefined reference to `sgx_qe_get_target_info' undefined reference to `sgx_qe_get_quote_size' undefined reference to `sgx_qe_get_quote' ``` 想确定一下这个错误是我代码本身的问题,还是因为框架还不支持dcap
-- 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/249
