Post
Topic
Board Hardware
Re: [ANN] Technobit HEX16A2 - 16 chip Avalon Gen2 board
by
gkahr78
on 01/02/2014, 21:15:17 UTC

I do not seem to get it right. I did:

wget https://github.com/ckolivas/cgminer/archive/v3.11.0.tar.gz
tar xfz v3.11.0.tar.gz
cd cgminer-3.11.0/
wget https://www.dropbox.com/s/t1rgvsvd6qxjga5/b535bc08267aef90511afff23cb9ec48c4a6a704.patch
patch -p1 < b535bc08267aef90511afff23cb9ec48c4a6a704.patch
./autogen.sh --enable-avalon --enable-hexminerc
sudo make install

But I get this error when doing make install:

Quote
...
gminer-driver-hexminerc.o: In function `hexminerc_send_tasks':
/home/pi/cgminer-3.11.0/driver-hexminerc.c:174: undefined reference to `SHA256_K'
collect2: ld returned 1 exit status
make[1]: *** [cgminer] Error 1
make[1]: Leaving directory `/home/pi/cgminer-3.11.0'
make: *** [install-recursive] Error 1

Any ideas?
Use following command:

Code:
./autogen.sh --enable-hexminera --enable-hexminerc

Got it sorted out.

libhexc.c had to be patched too. This blog entry helped me to get on the right track: http://www.cberendt.de/2014/01/technobit-asics-with-cgminer-raspbian/