JeanLucPons / VanitySearch

Bitcoin Address Prefix Finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VanitySearch (compiling error) - here we go again

rs78GT opened this issue · comments

commented

Hi,
unfortunately that thread is closed, but there is nowhere the solution. I did leave a comment there: #41

If somebody knows some info about this, please let me know.
Thanks!

I don't think anybody will response because it's already closed. Anyway, this was my recent comment:

..

"Hi,
I know this thread is hundred years old, but I run this problem just recently. The problem exactly the same.. I tried to compile it in any way: cross-compile it from X86_64; from native armv7-a, from native armv8-a, with and without CUDA of course.

I tried to replace __builtin_ia32_addcarryx_u64 by a few _arm_builtin function (long long int), the result was worse.
I used gcc-8; 10; etc. The same error again and again. I red somewhere there is no problem with the 64 bit long on 32 bit arch, so I thought it is possible. The armv8 is 64 bit, so obviously that is not the case.

So, if someone read this, please tell me what is the workaround this compiler problem, if it possible.
Thanks in advance!

Oh, sorry! I forgot to mention: i wanna compile VanitySearch for armv7.

Originally posted by @rs78GT in #41 (comment) "