-
Notifications
You must be signed in to change notification settings - Fork 251
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
Cannot compile on Apple M1 #1283
Comments
Using |
Hi @cataggar, not sure if I understood you correctly. When I add the
I suggest to upgrade |
@christopher-wilke, that is an outdated crate, not to be used. Please see: |
@cataggar Thx for your quick feedback. The only thing I did was adding the Cargo. toml: I tested it on Linux and it worked. So I guess its related to my M1 processor. Is there anything I miss here? |
I am not able to compile the SDK on my Apple M1 processor. Seems the issue is related to
ring
.ring-0.14.6/pregenerated/aesv8-armx-linux64.S:193:1: error: unknown directive .type GFp_aes_hw_decrypt,%function
I believe this is a known issue, please see briansmith/ring#1063
The text was updated successfully, but these errors were encountered: