bitcoinfibre / bitcoinfibre

Fast Internet Bitcoin Relay Engine
http://bitcoinfibre.org/
Other
128 stars 20 forks source link

arm7 beaglebone debian compile fails #17

Open taosubs opened 4 years ago

taosubs commented 4 years ago

Like the others compil,ing around ARM7 architecture, faced with wirehair and tmmintrin.h errors, I am faced with the same errors. I need help understanding the mod done by Aaron-Hanson, https://github.com/bitcoinfibre/bitcoinfibre/issues/15. Did he only modify src/wirehair/ gf256.cpp?

Where can I download the modified file that he created, or else can someone PLEASE help me by rewriting the file so that ARM7 compile can ignore SSSE3 intrinsic cals

Thanks!

taosubs commented 4 years ago

And I will add the modified source to my gh repo, aand submit an upstream patch...

taosubs commented 4 years ago

./wirehair/gf256.h:93.24 error: '__m128i" does not have a type

define GF256_M128 __m1281

make fails here...