qwertycoin-org / qwertycoin

Qwertycoin is a decentralized peer-to-peer protocol for safe payments worldwide.
https://qwertycoin.org
MIT License
33 stars 29 forks source link

c++: error: unrecognized command line option ‘-maes’ on ARM #30

Closed pavulon18 closed 5 years ago

pavulon18 commented 5 years ago

While trying to follow the instructions for building this software, I ran into the error listed in the title. After a little bit of research, I found the solution here.

https://github.com/monero-project/monero/issues/954

Basically, the -maes flag is an x86 specific flag which is not used on ARM architecture.

I removed the "-maes" flag from the "CMakeLists.txt" file. I don't know how to adjust the file to make it recognize when not to place the flag.

I am building this project now. So far, I have gotten further in the process than I had before.

qwertycoin-org commented 5 years ago

We had updated the core to newer platform files.

In theory you could use this guide: https://github.com/qwertycoin-org/qwertycoin#android-building-on-linux for building this on ARM architecture.