I've tried many versions: os: ubuntu18.04 and ubuntu20.04 step 1: install linux dep refer to docker hub(baiduxlab/sgx-rust TAG: 1804-1.1.4 or 2004-1.1.4) "/bin/sh -c apt update && apt install -y ......" step 2: install intel sgx sdk. first is 2.17 and then 2.16. step 3: git clone teaclave sgx sdk, first v1.1.5 and then v1.1.4 But all sgx_unwind failed to compile. I tried to alter sgx_unwind/build.rs and libunwind/autogen.sh, because autogen.sh can not find libunwind/configure.
now: reset os use ubuntu20.04 step 1: only install automake autoconf libtool. step 2: install intel sgx sdk 2.17. step 3: git clone teaclave sgx sdk v1.1.5. It compiled successfully!!!!!! -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/399#issuecomment-1173237808 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave-sgx-sdk/issues/399/1173237...@github.com>