mpc-msri / EzPC

MIT License
401 stars 122 forks source link

In Aramis module, when I Makefile in Party0, it shows undifined reference of some functions! #138

Closed CrazyMotor closed 2 years ago

CrazyMotor commented 2 years ago

/usr/local/bin/ld: App/Enclave_u.o: in function Enclave_invoke_service_ocall': /home/share/EzPC/Aramis/3party-aramis/party0/App/Enclave_u.c:863: undefined reference toinvoke_service_ocall' /usr/local/bin/ld: App/Enclave_u.o: in function Enclave_close_session_ocall': /home/share/EzPC/Aramis/3party-aramis/party0/App/Enclave_u.c:855: undefined reference toclose_session_ocall' /usr/local/bin/ld: App/Enclave_u.o: in function Enclave_exchange_report_ocall': /home/share/EzPC/Aramis/3party-aramis/party0/App/Enclave_u.c:847: undefined reference toexchange_report_ocall' /usr/local/bin/ld: App/Enclave_u.o: in function Enclave_create_session_ocall': /home/share/EzPC/Aramis/3party-aramis/party0/App/Enclave_u.c:839: undefined reference tocreate_session_ocall' collect2: error: ld returned 1 exit status make: *** [Makefile:210: aramis] Error 1

CrazyMotor commented 2 years ago

The intel sgx sdk version is "linux_x64_sdk_2.16"