You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/04/03 09:49:07 UTC

[GitHub] [incubator-teaclave-sgx-sdk] czzmmc opened a new issue #216: http_req samplecode not working

czzmmc opened a new issue #216: http_req samplecode not working
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/216
 
 
   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

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish closed issue #216: http_req samplecode not working

Posted by GitBox <gi...@apache.org>.
dingelish closed issue #216: http_req samplecode not working
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/216
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #216: http_req samplecode not working

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #216: http_req samplecode not working
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/216#issuecomment-608661330
 
 
   thanks for the report! confirmed. it's a bug. fixed in 779acddb67863d33bf3cf2e73efa5c80a3d8da2c.
   
   Thank you!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org