I write an ocall function on the app of execution. And then in enclave_ fa.edl, This ocall function declaration is added to the untrusted area of the file. Then I went to executor/src/builtin.rs The ocall function is introduced by using extern "C".
when i compile ,it go wrong : undefined reference to "ocall_test_func" I'm following the "ocall_ handle_ file_request”you wrote. this ocall function can comile. but my custom ocall go wrong, so how can i do that? -- 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/434
