Hi, I tried http_req samplecode in both HW and SW mode, and I got the same error. Here is it.
cp ./target/release/libhttpreqenclave.a ../lib/libenclave.a make[1]: Leaving directory '/root/sgx/samplecode/http_req/enclave' make -C /root/sgx/compiler-rt/ 2> /dev/null make[1]: Entering directory '/root/sgx/compiler-rt' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/root/sgx/compiler-rt' cp /root/sgx/compiler-rt/libcompiler-rt-patch.a ./lib ./lib/libenclave.a(sgx_libc-fd0a3e880c2101d2.sgx_libc.14eng8nx-cgu.3.rcgu.o): In function `sgx_libc::linux::x86_64::ocall::stat64': sgx_libc.14eng8nx-cgu.3:(.text._ZN8sgx_libc5linux6x86_645ocall6stat6417he2b503da1412f08eE+0x27): undefined reference to `u_stat64_ocall' collect2: error: ld returned 1 exit status Makefile:127: recipe for target 'enclave/enclave.so' failed make: *** [enclave/enclave.so] Error 1 Anyone help? THX -- 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-sgx-sdk/issues/216
