volcano
volcano
@wang384670111 Thanks for reporting this issue.
Sorry I've been debugging and reviewing Occlum and teaclave's EDMM features recently, I will update the rust toolchain as soon as possible.
I plan to complete the rust-toolchain upgrade in November.
I will focus on maintaining v2.0.0. Since some other projects are still using the master branch (such as [Occlum](https://github.com/occlum/occlum)), the upgrade of the master branch is mainly to adapt to...
@wang384670111 Thanks for reporting this issue.
Thank you for reporting this issue. Fixed. [commit](https://github.com/apache/incubator-teaclave-sgx-sdk/commit/2d1e0a43e996dff95d0b33010496536704d58e85)
Error code 0x1009 means "the enclave is running out of stack". Try increasing `kernel_space_stack_size` in the Occlum.json.
Occlum supports the SGX1 platform.
@reclock You can use the docker development image provided by occlum. `docker pull occlum/occlum:0.30.1-ubuntu20.04`
Before installing occlum, you need to compile and install the [Intel SGX SDK](https://github.com/occlum/linux-sgx/tree/sgx_2.20_for_occlum) modified by occlum. You can refer to the process in the [dockerfile](https://github.com/occlum/occlum/blob/master/tools/docker/Dockerfile.ubuntu20.04).