Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
cbuchner1
on 28/12/2013, 19:05:33 UTC
Hey first of all thanks for your effort in making cudaminer

well, when I had cuda-5.0 everything worked great but I updated it to 5.5 and now I can't compile Sad

Its the same error for 12-10 and 12-18, any ideas?


weird. the 12-18 is known to compile on  CUDA 5.5. For this to work, I changed the outdated Spinlock Kernel to use compute_12, and I had to lower the shared memory use (by limiting the max. no of warps to 12 I believe). No idea why it still uses compute_30 for you.

try running ./autogen.sh before configure and make, maybe?

Christian