i try to compile on Ubuntu 16.04 but display this error at the and of make.
ccminer-ccminer.o: nella funzione "miner_thread(void*)":
ccminer.cpp:(.text+0x7b75): riferimento non definito a "scanhash_timetravel10"
...
anyone can help me?
patch Makefile.am with this:
--- Makefile.am 2017-08-24 16:53:35.000000000 +0700
+++ Makefile.am.stock 2017-08-24 20:45:35.000000000 +0700
@@ -66,7 +66,7 @@
qubit/qubit.cu qubit/qubit_luffa512.cu qubit/deep.cu qubit/luffa.cu \
x11/x11.cu x11/fresh.cu x11/cuda_x11_luffa512.cu x11/cuda_x11_cubehash512.cu \
x11/cuda_x11_shavite512.cu x11/cuda_x11_simd512.cu x11/cuda_x11_echo.cu \
- x11/cuda_x11_luffa512_Cubehash.cu x11/x11evo.cu x11/timetravel.cu x11/timetravel10.cu x11/bitcore.cu \
+ x11/cuda_x11_luffa512_Cubehash.cu x11/x11evo.cu x11/timetravel.cu x11/bitcore.cu \
x13/x13.cu x13/cuda_x13_hamsi512.cu x13/cuda_x13_fugue512.cu \
x15/x14.cu x15/x15.cu x15/cuda_x14_shabal512.cu x15/cuda_x15_whirlpool.cu \
x15/whirlpool.cu x15/cuda_x15_whirlpool_sm3.cu \
then:
rm Makefile.in ; make clean ; make distclean ; ./autogen.sh ; ./configure ; make