Open ghost opened 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?
Having the same issue.
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/
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.