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
Link Copied
Intel SGX remote attestation service does not support SGX in simulation mode. Please run it in debug or release mode.
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.
For more complete information about compiler optimizations, see our Optimization Notice.