Post
Topic
Board Announcements (Altcoins)
Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO |
by
alex31
on 02/06/2016, 10:07:52 UTC

Fix for the error during compilation against current git master:
Code:
diff --git a/algorithm.h b/algorithm.h
index b2527d1..eb9542e 100644
--- a/algorithm.h
+++ b/algorithm.h
@@ -21,6 +21,7 @@ typedef enum {
   ALGO_X15,
   ALGO_KECCAK,
   ALGO_QUARK,
+  ALGO_HMQ1725,
   ALGO_TWE,
   ALGO_FUGUE,
   ALGO_NIST,

yes I fixed algorithm.h but new error occurs :
"sgminer-algorithm.o:(.data+0x750): undefined reference to `hmq1725_regenhash'"
what can I fix  also?