Post
Topic
Board Mining (Altcoins)
Re: Antminer D3 firmware testing
by
slv1221
on 05/12/2017, 23:37:57 UTC
Ultimately I have been testing a firmware replacement for the Antminer D3.
broke my head. Sad
pls, how to compile?

I success cross compile my HelloWorld.c under windows10 for BBB (with arm-linux-gnueabihf-gcc.exe (Linaro GCC 7.2-2017.11) 7.2.1 20171011), but I cant compile cgminer prj with make, autoconfig, etc.
Pls, give advice where to go..
I need cut off fan check from cgminer, because I use TD-500/160 fan with 'NE555 fake-fan", I wanna phisicaly remove fake-fan with patching cgminer as well.

ps: I'm not english speaking, sorry for mistakes.

I use Linux for development so i cant help much with windows

but I configure like so
Code:
CC=/home/path/to/arm-linux-gnueabihf-gcc CCLD=/home/path/to/arm-linux-gnueabihf-ld CFLAGS="-O2 -Wall -march=armv7" ./configure --enable-bitmain-D1 --disable-libcurl --host armv7
then make
and you shoud be good
what Linux you use?
can you update cgminer to 4.10 version?