We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When running make -j after cmake .. -DCOMPILE_EXAMPLES=YES, I get the following error:
make -j
cmake .. -DCOMPILE_EXAMPLES=YES
c++: error: /home/vagrant/mbedtls-SGX/example/mbedtls_SGX-2.6.0/libs/libmbedtls_SGX_t.a: No such file or directory example/enclave/CMakeFiles/enclave.dir/build.make:254: recipe for target 'enclave.so' failed make[2]: *** [enclave.so] Error 1 CMakeFiles/Makefile2:369: recipe for target 'example/enclave/CMakeFiles/enclave.dir/all' failed make[1]: *** [example/enclave/CMakeFiles/enclave.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 76%] Built target mbedtls_SGX_t Makefile:127: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
fix building issues with example #7
1529158
Fixed now. If you have better ideas to improve the building of examples, PR is welcome!
Sorry, something went wrong.
No branches or pull requests
When running
make -j
aftercmake .. -DCOMPILE_EXAMPLES=YES
, I get the following error:The text was updated successfully, but these errors were encountered: