gcode-mirror / truecrack

Automatically exported from code.google.com/p/truecrack
GNU General Public License v3.0
0 stars 1 forks source link

Error compute_30 #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Dear all

I have some problems regarding installation truecrack. When i hit ./configure 
in my laptop with GeForce GT 710,there is an error happening but i don't know 
why. I have installed nvcc in ubuntu software center but not really sure about 
it.

What steps will reproduce the problem?
1. ./configure and it gives this result
ihsan@ihsan-Aspire-V5-471PG:~/Downloads/truecrack$ make
make  all-recursive
make[1]: Entering directory `/home/ihsan/Downloads/truecrack'
Making all in src
make[2]: Entering directory `/home/ihsan/Downloads/truecrack/src'
make[3]: Entering directory `/home/ihsan/Downloads/truecrack'
make[3]: Leaving directory `/home/ihsan/Downloads/truecrack'
cat Cuda/Core.cu > Cuda.cu 
cat Cuda/Pkcs5.cu >> Cuda.cu
cat Cuda/Aes.cu >> Cuda.cu
cat Cuda/Serpent.cu >> Cuda.cu
cat Cuda/Twofish.cu >> Cuda.cu
cat Cuda/Crypto.cu >> Cuda.cu
cat Cuda/Xts.cu >> Cuda.cu
cat Cuda/Rmd160.alternative.cu >> Cuda.cu
cat Cuda/Sha2.cu >> Cuda.cu
cat Cuda/Whirlpool.cu >> Cuda.cu
nvcc -c Cuda.cu -g -I./Common/ -I./Crypto/ -I./Cuda/ -I./Main/ -I./ 
-I/usr/local/cuda/include/   -D_GPU_ -gencode arch=compute_10,code=sm_10 
-gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 
-gencode arch=compute_35,code=sm_35 -ftz=true -use_fast_math --opencc-options 
-OPT:Olimit=0  -o Cuda.o
nvcc fatal   : Unsupported gpu architecture 'compute_30'
make[2]: *** [Cuda.o] Error 255
make[2]: Leaving directory `/home/ihsan/Downloads/truecrack/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ihsan/Downloads/truecrack'
make: *** [all] Error 2

What is the expected output? What do you see instead?
Able to install truecrack 

What version of the product are you using? On what operating system?
truecrack v.35, Ubuntu 12.04 64 bits, Nvidia GeForce GT 710

Please provide any additional information below.

Thanks

Original issue reported on code.google.com by ihsanhai...@gmail.com on 12 Apr 2015 at 10:42

GoogleCodeExporter commented 9 years ago
sorry, it supposed to be make not ./configure. my bad

Original comment by ihsanhai...@gmail.com on 12 Apr 2015 at 10:45