Post
Topic
Board Mining software (miners)
Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.2
by
Marrs
on 15/03/2013, 21:26:56 UTC
I presume you mean a BFL ASIC (wont be much point running FPGAs once everyone has an ASIC)
So, unless we change the defaults between now and then, the first step (in the future) of building from a git clone would be:
./autogen.sh --disable-opencl --enable-bflsc

This is exactly what I was looking for. Thanks!


I just tried compiling with that flag turned on, and got an error:
Code:
usbutils.c:1842:16: error: âbflsrc_drvâ undeclared (first use in this function)

It looks like line 1842 has a typo:
Code:
drv_count[[b]bflsrc_drv[/b].drv_id].limit = lim;

bflsrc_drv should be bflsc_drv, to match the definition at line 151.