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

Armv8 aarch64 compile fails #9

Open
babyrig opened this issue Jun 30, 2018 · 0 comments
Open

Armv8 aarch64 compile fails #9

babyrig opened this issue Jun 30, 2018 · 0 comments

Comments

@babyrig
Copy link

babyrig commented Jun 30, 2018

Can you guide me how to achieve compile in the armv8 or if are possible at this moment ?

and if possible can you check this other miner is armv8 compatible maybe need some tweak because I can compile and running but are m7m algo:
https://github.com/glukolog/m-cpuminer-v2.1-armv8
thanks

with the actual code trying to compile:

all deps installed fine

followed the instructions to build in a linux machine Ubuntu 16.4.4 LTS

Architecture: aarch64
Byte Order: Little Endian
CPU(s): 8
gcc version 8.1.0 (GCC)

Errors:
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -g -O2 -march=native -MT cuckoo.o -MD -MP -MF $depbase.Tpo -c -o cuckoo.o cuckoo.cpp &&
mv -f $depbase.Tpo $depbase.Po
In file included from cuckoo.cpp:16:
siphash.h:17:10: fatal error: immintrin.h: No such file or directory
#include <immintrin.h> // for mm256* intrinsics
^~~~~~~~~~~~~
compilation terminated.

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

1 participant