Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile:214: recipe for target 'enclave.so' failed #3

Closed
SHUJAA14 opened this issue May 3, 2021 · 1 comment
Closed

Makefile:214: recipe for target 'enclave.so' failed #3

SHUJAA14 opened this issue May 3, 2021 · 1 comment

Comments

@SHUJAA14
Copy link

SHUJAA14 commented May 3, 2021

After installing all required libraries got this error how to link enclave
GEN => app/enclave_u.c
CXX <= app/enclave_u.c
CXX <= app/keygen.cpp
CXX <= app/matrix.cpp
CXX <= app/pub_key.cpp
CXX <= app/encryptor.cpp
CXX <= app/logistic_regression.cpp
CXX <= app/App.cpp
CXX <= app/helper.cpp
CXX <= app/evaluator.cpp
CXX <= app/context.cpp
CXX <= app/enclave_init.cpp
CXX <= tools/matrix_shared.cpp
CXX <= tools/sync_utils.cpp
CXX <= tools/secret_key.cpp
CXX <= tools/Queue.cpp
CXX <= tools/shared.cpp
LINK => a
GEN => enclave/enclave_t.c
CXX <= enclave/enclave_t.c
CXX <= enclave/Enclave.cpp
/usr/local/bin/ld: cannot open linker script file enclave/enclave.lds: No such file or directory
collect2: error: ld returned 1 exit status
Makefile:214: recipe for target 'enclave.so' failed
make: *** [enclave.so] Error 1

very much appreciated

@SHUJAA14
Copy link
Author

SHUJAA14 commented May 3, 2021

the file name was in capital and i change it to small letter and it worked! thanks a lot

@SHUJAA14 SHUJAA14 closed this as completed May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant