You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing Makefiles to handle the reference(s) to certprotos/certifier.proto [ changes arising from fixes to address issue #116 ], the following simple make command fails on SGX-machine:
sgx-server:[60] $ pwd
/home/sgx/agurajada/certifier-framework-for-confidential-computing/openenclave_test
make
The fix to access certifier_service/certprotos/certifier.proto is working fine:
After fixing Makefiles to handle the reference(s) to certprotos/certifier.proto [ changes arising from fixes to address issue #116 ], the following simple
make
command fails on SGX-machine:The fix to access
certifier_service/certprotos/certifier.proto
is working fine:Later we fail at link phase:
Further failures:
NOTE: Similarly:
$ make
inopenenclave_test/enclave
also fails.This whole build in this
openenclave_test/
needs to be re-examined.The text was updated successfully, but these errors were encountered: