While trying to do the sgx-keyvault deployment from a freshly downloaded repo as instructed in the installation instruction, I am facing the following error with the native static library - 'sgx__tcrypto' and sgx_ucrypto`
Compiling rand_os v0.1.3
Compiling rand v0.4.6
Compiling jobserver v0.1.22
Compiling which v4.1.0
error: could not find native static library sgx_tcrypto, perhaps an -L flag is missing?
error: aborting due to previous error
error: could not compile sgx_ucrypto
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
make: *** [Makefile:179: bin/ternoa-client] Error 101
Dear Team,
While trying to do the sgx-keyvault deployment from a freshly downloaded repo as instructed in the installation instruction, I am facing the following error with the native static library - 'sgx__tcrypto' and sgx_ucrypto`
Compiling rand_os v0.1.3 Compiling rand v0.4.6 Compiling jobserver v0.1.22 Compiling which v4.1.0 error: could not find native static library
sgx_tcrypto
, perhaps an -L flag is missing? error: aborting due to previous error error: could not compilesgx_ucrypto
To learn more, run the command again with --verbose. warning: build failed, waiting for other jobs to finish... error: build failed make: *** [Makefile:179: bin/ternoa-client] Error 101