Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

Can't make RemoteAttestation in Linux

stone__victor
Beginner
462 Views

When I make the samplecode  RemoteAttestation in Ubuntu 16.04LTS,with the command "make SGXMODE=SIM",

it's said    ../libsample_libcrypto.so: undefined reference to  'sgx_disp_ippsAES_GCMGetTag'

                 ../libsample_libcrypto.so: undefined reference to  'sgx_disp_ippsAES_GCMGetSize'

                 ../libsample_libcrypto.so: undefined reference to  'sgx_disp_XXXX'  and so on....

 

How to deal with it

0 Kudos
2 Replies
Hoang_N_Intel
Employee
462 Views

Intel SGX remote attestation service does not support SGX in simulation mode. Please run it in debug or release mode.

0 Kudos
stone__victor
Beginner
462 Views

Hoang Nguyen (Intel) wrote:

Intel SGX remote attestation service does not support SGX in simulation mode. Please run it in debug or release mode.

Thank you very much ! I will try again.

0 Kudos
Reply