Yesterday I've tried to compile ccMiner like always ...
cd ccminer-djm34-0901
chmod +x configure autogen.sh
"This is easily fixed by adding at the end to Makefile.am"
AUTOMAKE_OPTIONS = subdir-objects
./autogen.sh
./configure
make
... but now I get the following error
./cuda_helper.h(493): error: more than one instance of overloaded function "__shfl" matches the argument list:
function "__shfl(int, int, int)"
function "__shfl(float, int, int)"
argument types are: (uint32_t, int)
./cuda_helper.h(494): error: more than one instance of overloaded function "__shfl" matches the argument list:
function "__shfl(int, int, int)"
function "__shfl(float, int, int)"
argument types are: (uint32_t, int)
2 errors detected in the compilation of "/tmp/tmpxft_00001fc8_00000000-12_cuda_blake512.compute_50.cpp1.ii".
Makefile:1666: recipe for target 'heavy/cuda_blake512.o' failed
make[2]: *** [heavy/cuda_blake512.o] Error 2
make[2]: Leaving directory '/home/user/ccminer-djm34-0901'
Makefile:1229: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/ccminer-djm34-0901'
Makefile:453: recipe for target 'all' failed
make: *** [all] Error 2