Post
Topic
Board Mining (Altcoins)
Re: [ANN] cpuminer-multi v1.3.1 (Linux + Windows VStudio/MinGW64) GPL Open Source
by
thanh_tan
on 03/02/2017, 13:55:14 UTC
Hi,

I tried to build on a AMRv7 but failed, the error is

Code:
algo/cpuminer-scrypt-jane.o: In function `scrypt_test_mix':
scrypt-jane.c:(.text+0x269e): undefined reference to `detect_cpu'
algo/cpuminer-timetravel.o: In function `next_permutation':
timetravel.c:(.text+0x228): undefined reference to `swap'
timetravel.c:(.text+0x230): undefined reference to `reverse'
timetravel.c:(.text+0x242): undefined reference to `reverse'
collect2: error: ld returned 1 exit status
Makefile:892: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory '/root/cpuminer-tpruvot'
Makefile:2477: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/cpuminer-tpruvot'
Makefile:568: recipe for target 'all' failed
make: *** [all] Error 2