> > @ClawSeven Hi, I notice two issues with your PR: > > > > 1. your `emm` sample code cannot be built with `BUILD_STD=cargo` > > 2. I merged your commits in this PR into the current `v2.0.0-preview` > > branch to support the latest rust toolchain as this [fork > > branch](https://gitlab.com/dexlabs/incubator-teaclave-sgx-sdk/-/tree/v2.0.0-sgx-emm?ref_type=heads), > > however, I see problems with `httpreq` sample code, it will have pointer > > alignment issues while doing ocall "u_getaddrinfo_ocall", the pointer > > address of the argument and the return value is misaligned, which will > > cause panic in the repo. It seems that your implementation has some > > conflicts with the recent Rust toolchain. > > Please take a look, thank you! > > Is upgrading Intel SGX SDK to 2.21 to enable EDMM?
Thanks a lot for your reply, we are using SGX2 on 3rd Gen Xeon Scalable Processor with MKTME, and we will need large dynamic heap allocations. We are now using v1.1.6 with Intel SGX SDK 2.21. We are trying to upgrade to v2.0.0 with support to the later Rust toolchain. -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/436#issuecomment-1951412654 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave-sgx-sdk/pull/436/c1951412...@github.com>