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

face_verification make failed #2

Closed
wxhhhhh opened this issue May 14, 2019 · 3 comments
Closed

face_verification make failed #2

wxhhhhh opened this issue May 14, 2019 · 3 comments

Comments

@wxhhhhh
Copy link

wxhhhhh commented May 14, 2019

when make the face_verification, it turns out:

untrusted/face_verification/face_verification.o: In function populate_database(hash_t*, char const*, int*)': face_verification.cpp:(.text+0x6ce): undefined reference to sgx_init_crypto_lib'
untrusted/face_verification/face_verification.o: In function workload_face_verification(void*)': face_verification.cpp:(.text+0xaeb): undefined reference to sgx_aes_ctr_decrypt'
face_verification.cpp:(.text+0xb6e): undefined reference to `sgx_aes_ctr_encrypt'
collect2: error: ld returned 1 exit status

I guess '-L/home/user/experiments-meni/graphene-bugfix/graphene/AptrLib/ippcp -lcrypto' in the sgx_u.mk is the problem
How to fix it?

@Bonjourz
Copy link

I meet the same problem... Is anybody here?

@shmeni
Copy link
Collaborator

shmeni commented Sep 10, 2019

Hey, I've pushed a fix for the compilation error. Please try it now by following the instructions at the README file.

@Bonjourz
Copy link

It works. Thank you!

@wxhhhhh wxhhhhh closed this as completed May 2, 2020
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

3 participants