monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
9k stars 3.12k forks source link

Fail to build on PPC64 #3826

Closed hegjon closed 2 years ago

hegjon commented 6 years ago

Seems like this is the cause:

cc1: error: unrecognized command line option '-maes'
cc1: error: unrecognized command line option '-march=native'

Full log: https://kojipkgs.fedoraproject.org//work/tasks/3387/27023387/build.log

nioroso-x3 commented 5 years ago

Monero and wallet are fully syncing and working on your PR, tested on my G5 and on a newer power8 in be mode! I built two Fedora 27 VMs on a newer POWER8 server I got my hands into, big endian and little endian, you may use them for testing and building as you wish, it should be way faster then the G5.

monerodevs@nerv-la.ddns.net:1234 <- BE Fedora 27, 6 threads 8gb ram monerodevs@nerv-la.ddns.net:4321 <- LE Fedora 27, 6 threads 8gb ram

moneromooo-monero commented 5 years ago

Thanks, I'll try to go build/test from time to time and fix any problems.

selsta commented 2 years ago

Seems resolved.