chuan-xu commented on issue #399: URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/399#issuecomment-1173237808
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!!!!!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org