-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compiling in 64-bit mode #4
Comments
It compiles fine for me on Linux. What OS and compilation command are you using? |
I'm on Mac OS.
Then
|
Afraid I can't help much as I don't have a Mac and didn't write the original code for this. But maybe it's related to this: https://stackoverflow.com/questions/25799551/why-does-this-movq-instruction-work-on-linux-and-not-osx |
I installed all on a Linux VM and seems to work.
Thanks.
<https://about.me/fgadaleta?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb>
Francesco Gadaleta
about.me/fgadaleta
<https://about.me/fgadaleta?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb>
…On 19 April 2018 at 11:20, pascholl ***@***.***> wrote:
Afraid I can't help much as I don't have a Mac and didn't write the
original code for this. But maybe it's related to this:
https://stackoverflow.com/questions/25799551/why-does-
this-movq-instruction-work-on-linux-and-not-osx
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALE4735a2XNA6BHPclfKXNncfuoP7P7Iks5tqFbmgaJpZM4TbP_H>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling libsimpleot in 64-bit mode seems to fail. Any fix?
fe25519_freeze.s:213:1: error: 32-bit absolute addressing is not supported in 64-bit mode
The text was updated successfully, but these errors were encountered: