capsule-corp-ternoa / worker

SubstraTEE worker for SubstraTEE node
Apache License 2.0
0 stars 0 forks source link

Compilation Error with sgx_ucrypto and sgx_tcrypto packages #55

Open gokulsan opened 3 years ago

gokulsan commented 3 years ago

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 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

haerdib commented 3 years ago

Could you provide more information about your building environment? Are you building within our docker, or somewhere else?