Author

Topic: cudaminer compilation issue with salsa_kernel.cu (Read 1627 times)

newbie
Activity: 4
Merit: 0
Where is autotools.sh Huh
newbie
Activity: 9
Merit: 0
same here  Huh
sr. member
Activity: 252
Merit: 250
0x0a.nl operator
Wish this could be posted this in Christian (the developer)'s thread over here: https://bitcointalksearch.org/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229 , but this 'll have to do.

Debian Wheezy, up to date, multiarch (!).

After unzipping the source, doing chmod +x autotools.sh configure and running ./configure.sh and make, this happens:

nvcc -g -O2 -arch=compute_10 --maxrregcount=124 --ptxas-options=-v -I./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu
salsa_kernel.cu(273): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)

There are a few dozen of salsa_kernel.cu(N) errors for tex2D and tex1Dfetch. Then:

82 errors detected in the compilation of "/tmp/tmpxft_00001065_00000000-6_salsa_kernel.cpp1.ii".
make[2]: *** [salsa_kernel.o] Error 2

.. and it quits.

Jump to: