Open stalagmite opened 6 years ago
received the following errors after running make:
g++ -g -O2 -Lyes/lib -Lyes/lib -Lyes/lib -Lyes/lib -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-api.o cpuminer-sysinfos.o cpuminer-uint256.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-aesb.o algo/cpuminer-scrypt.o algo/cpuminer-sha2.o -lcurl -lz -lssl -lcrypto -ljansson -lpthread algo/cpuminer-sha2.o: In function scanhash_sha256d': sha2.c:(.text+0x361c): undefined reference tosha256_use_4way' sha2.c:(.text+0x7018): undefined reference to `sha256d_ms_4way' collect2: error: ld returned 1 exit status Makefile:591: recipe for target 'cpuminer' failed make[2]: [cpuminer] Error 1 make[2]: Leaving directory '/home/odroid/Downloads/veriumMiner-main' Makefile:928: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/odroid/Downloads/veriumMiner-main' Makefile:451: recipe for target 'all' failed make: *** [all] Error 2
scanhash_sha256d': sha2.c:(.text+0x361c): undefined reference to
note: running build.sh seems to work fine
received the following errors after running make:
g++ -g -O2 -Lyes/lib -Lyes/lib -Lyes/lib -Lyes/lib -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-api.o cpuminer-sysinfos.o cpuminer-uint256.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-aesb.o algo/cpuminer-scrypt.o algo/cpuminer-sha2.o -lcurl -lz -lssl -lcrypto -ljansson -lpthread
algo/cpuminer-sha2.o: In function
scanhash_sha256d': sha2.c:(.text+0x361c): undefined reference to
sha256_use_4way' sha2.c:(.text+0x7018): undefined reference to `sha256d_ms_4way' collect2: error: ld returned 1 exit status Makefile:591: recipe for target 'cpuminer' failed make[2]: [cpuminer] Error 1 make[2]: Leaving directory '/home/odroid/Downloads/veriumMiner-main' Makefile:928: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/odroid/Downloads/veriumMiner-main' Makefile:451: recipe for target 'all' failed make: *** [all] Error 2note: running build.sh seems to work fine