lvaccaro / truecrack

TrueCrack is a brute-force password cracker for TrueCrypt (Copyrigth) volumes. It works on Linux and it is optimized for Nvidia Cuda technology.
GNU General Public License v3.0
152 stars 59 forks source link

--opencc-options is deprecated #48

Open ghost opened 8 years ago

ghost commented 8 years ago

hello-

as of CUDA 7.5 (and possibly earlier), --opencc-options/-Xopencc flags for nvcc are obsolete (and not even PRESENT In 7.5).

see: src/Makefile.in:438: $(COMPILER) -c Cuda.cu $(CFLAGS) --opencc-options -OPT:Olimit=0 $< -o $@ src/Makefile.am:59: $(COMPILER) -c Cuda.cu $(CFLAGS) --opencc-options -OPT:Olimit=0 $< -o $@

please refer to http://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#options-for-passing-specific-phase-options for valid relevant flags.

overdrivemachines commented 8 years ago

I am unable to install TrueCrack because when I run $sudo make I get the error: nvcc fatal : Unknown option '-opencc-options'

I'm on Ubuntu 14.04.3 LTS 64bit. How can I get around this error?

superbonaci commented 7 years ago

Having the same issue.

superbonaci commented 7 years ago

You can download the deb file her: https://launchpad.net/~cybersec/+archive/ubuntu/chaos-ppa-v1/+build/7591341 http://repo.kali.org/kali/pool/main/t/truecrack/