Post
Topic
Board Announcements (Altcoins)
Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO |
by
khunpoum
on 03/08/2018, 07:05:46 UTC
https://github.com/CryptoCoderz/sgminer_HMQ1725
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?

i try to compile under Ubuntu 16.04 and getting the same error.
how to fix it?
or where i can find another miner soft with algo hmq1725 for AMD GPU?