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

Can't compile on ARM #21

Closed
ghost opened this issue Apr 24, 2021 · 3 comments
Closed

Can't compile on ARM #21

ghost opened this issue Apr 24, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 24, 2021

armv7l GNU/Linux
Ubuntu 20.04

...
checking for objcopy... /bin/objcopy
checking whether C++ compiler accepts -Werror... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Wformat... yes
checking whether C++ compiler accepts -Wvla... yes
checking whether C++ compiler accepts -Wformat-security... yes
checking whether C++ compiler accepts -Wthread-safety-analysis... no
checking whether C++ compiler accepts -Wunused-parameter... yes
checking whether C++ compiler accepts -Wself-assign... no
checking whether C++ compiler accepts -Wunused-local-typedef... no
checking whether C++ compiler accepts -Wdeprecated-register... no
checking whether C++ compiler accepts -Wimplicit-fallthrough... yes
checking whether C++ compiler accepts -msse4.2... no
checking whether C++ compiler accepts -maes... no
configure: error: "Compiler does not support -maes which is required by Cryptonight."
@kevacoin-project
Copy link
Owner

Kevacoin uses Cryptonight hash algorithm, which requires aes-ni instruction (x86 or x64). Cryptonight will be significantly slower without hardware aes-ni instruction. Unfortunately ARM doesn't have aes-ni instruction, hence the error message.

@ghost
Copy link
Author

ghost commented Jun 3, 2021

Thank you for answer!

@ghost ghost closed this as completed Jun 3, 2021
This issue was closed.
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

2 participants