Bitcoin Forum

Other => Beginners & Help => Topic started by: 0btc on April 21, 2013, 06:35:25 AM



Title: cudaminer compilation issue with salsa_kernel.cu
Post by: 0btc on April 21, 2013, 06:35:25 AM
Wish this could be posted this in Christian (the developer)'s thread over here: https://bitcointalk.org/index.php?topic=167229.0 , 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<ulong2, 1, cudaReadModeElementType>, 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.



Title: Re: cudaminer compilation issue with salsa_kernel.cu
Post by: xavier83 on April 22, 2013, 10:27:46 AM
same here  ???


Title: Re: cudaminer compilation issue with salsa_kernel.cu
Post by: DamienB on April 16, 2014, 04:00:23 PM
Where is autotools.sh ???