You are not logged in.

#1 2014-10-11 22:34:59

wilson888888888
Member
Registered: 2014-09-12
Posts: 17

Can't make cudaminer

I'm trying to get cudaminer working so that I can mine some cryptocurrencies. I installed cuda using the repos, and downloaded cudaminer from github. I ran ./autogen.sh and ./configure, but when I try to make, it gives me this output:

make  all-recursive
make[1]: Entering directory '/home/wilson/CudaMiner-2014-02-28'
Making all in compat
make[2]: Entering directory '/home/wilson/CudaMiner-2014-02-28/compat'
make[3]: Entering directory '/home/wilson/CudaMiner-2014-02-28/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/wilson/CudaMiner-2014-02-28/compat'
make[2]: Leaving directory '/home/wilson/CudaMiner-2014-02-28/compat'
make[2]: Entering directory '/home/wilson/CudaMiner-2014-02-28'
/opt/cuda/bin/nvcc -g -O2 -Xptxas "-abi=no -v" -arch=compute_1--maxrregcount=64 --ptxas-options=-v  -o salsa_kernel.o -c salsa_kernel.cu
Makefile:1062: recipe for target 'salsa_kernel.o' failed
make[2]: Leaving directory '/home/wilson/CudaMiner-2014-02-28'
Makefile:643: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/home/wilson/CudaMiner-2014-02-28'
Makefile:396: recipe for target 'all' failed

Offline

#2 2014-10-11 23:00:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,548
Website

Re: Can't make cudaminer

Why aren't you using the PKGBUILD in the aur?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2014-10-11 23:04:35

wilson888888888
Member
Registered: 2014-09-12
Posts: 17

Re: Can't make cudaminer

When I try to install from the aur it gives the same output.

Offline

#4 2014-10-11 23:11:31

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,548
Website

Re: Can't make cudaminer

I just tried to build from aur and it failed on the same step - but it looks like you've cut off the output - specifically the error message.  Do you get this:

/opt/cuda/bin/nvcc -g -O2 -Xptxas "-abi=no -v" -arch=compute_10 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu
nvcc fatal   : Value 'compute_10' is not defined for option 'gpu-architecture'
Makefile:1062: recipe for target 'salsa_kernel.o' failed

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2014-10-11 23:42:27

wilson888888888
Member
Registered: 2014-09-12
Posts: 17

Re: Can't make cudaminer

I'm getting the same error message. I must not have pasted it correctly.

Offline

Board footer

Powered by FluxBB