Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
nomad1109
on 14/06/2014, 03:56:40 UTC
I'm getting the following errors compiling ccminer v1.1 on linux.  I'm using cuda6 libraries.  Is it possible that the __shfl operation isn't in there?

groestl_functions_quad.cu(258): error: identifier "__shfl" is undefined

groestl_functions_quad.cu(263): error: identifier "__shfl" is undefined

groestl_functions_quad.cu(268): error: identifier "__shfl" is undefined

bitslice_transformations_quad.cu(Cool: error: identifier "__shfl" is undefined

bitslice_transformations_quad.cu(414): error: identifier "__shfl" is undefined

I have zero experience with KopiemTu 1.3, but it was up and running JPC for me with the included ccminer.

I tried to do all the compile commands on there and saw a bunch of these streaming by, as well as a bunch that said there was 'something defined but never called'.

I tried to compile it and do it over and over with the same results... It would finish, and wouldn't complain at the end, but I couldn't get the cards to actually mine, they just sat there at 0kh/s.

If I copied back over the old files and re-started it would go back to mining not using the latest version.

If anyone gets it to work please let me know if you had to do anything special.

Wanted to report back that it didn't work for me...

Here were the steps that I did to compile (as provided to me by PVMining in a previous post).

Code:
cd /opt/miners/
mv /opt/miners/ccminer /opt/miners/ccminer-[date]
git clone https://github.com/cbuchner1/ccminer
cd ccminer
./autogen.sh
./configure
make