Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvcc fatal : Unsupported gpu architecture 'compute_70' #260

Closed
lordgamegenie opened this issue Aug 26, 2018 · 6 comments
Closed

nvcc fatal : Unsupported gpu architecture 'compute_70' #260

lordgamegenie opened this issue Aug 26, 2018 · 6 comments

Comments

@lordgamegenie
Copy link

lordgamegenie commented Aug 26, 2018

I need some help, I'm trying to compile CCMiner in Visual Studio 2015 to work with my older nvidia Graphics cards but I am running into a snag.

I was following the instructions here so I set up my system to meet the requirements to begin.

https://github.com/KlausT/ccminer/wiki/How-to-create-binaries-under-Windows

I initially got an error trying to open the ccminer.cln file

C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\ccminer.vcxproj : error : Unable to read the project file "ccminer.vcxproj".
C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\ccminer.vcxproj(58,5): The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 9.2.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

I fixed that issue from reading this here: modifying the ccminer.vcxproj file so that it pointed directly to the CUDA toolkit I installed v8.0 since I read that this was the last toolkit that would support older CUDA 2.x GPUs, which my nvidia Quadros are rated.

From there I went on to the initial instructions and Rebuild Solutions and I was hoping it would be smooth sailing from there, but now I am coming across an error of unsupported gpu compute_70.

Is there a way I can fix this?

Here's the Output below of the build order, use CTRL+F to nvcc fatal to jump to the error :

1>------ Rebuild All started: Project: ccminer, Configuration: Release x64 ------
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_bmw256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_bmw256.cu" -clean
1> cuda_bmw256.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_cubehash256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_cubehash256.cu" -clean
1> cuda_cubehash256.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\bitcoin.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\bitcoin.cpp" -clean
1> bitcoin.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_bitcoin.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\cuda_bitcoin.cu" -clean
1> cuda_bitcoin.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_neoscrypt_tpruvot.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\neoscrypt\cuda_neoscrypt_tpruvot.cu" -clean
1> cuda_neoscrypt_tpruvot.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\sia.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Sia\sia.cpp" -clean
1> sia.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\cuda.cpp" -clean
1> cuda.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_groestlcoin.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\cuda_groestlcoin.cu" -clean
1> cuda_groestlcoin.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_myriadgroestl.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\cuda_myriadgroestl.cu" -clean
1> cuda_myriadgroestl.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\nist5.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\nist5.cpp" -clean
1> nist5.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_lyra2v2.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\lyra2\cuda_lyra2v2.cu" -clean
1> cuda_lyra2v2.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\lyra2REv2.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\lyra2\lyra2REv2.cpp" -clean
1> lyra2REv2.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_jha_compactionTest.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\JHA\cuda_jha_compactionTest.cu" -clean
1> cuda_jha_compactionTest.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_jha_keccak512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\JHA\cuda_jha_keccak512.cu" -clean
1> cuda_jha_keccak512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\jackpotcoin.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\JHA\jackpotcoin.cpp" -clean
1> jackpotcoin.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=64 --machine 64 --compile --ptxas-options="-dlcm=cg" -Wno-deprecated-gpu-targets -use_fast_math -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\blake256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\blake256.cu" -clean
1> blake256.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\keccak256.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\keccak256.cpp" -clean
1> keccak256.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_blake256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_blake256.cu" -clean
1> cuda_blake256.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_fugue256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_fugue256.cu" -clean
1> cuda_fugue256.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_groestl256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_groestl256.cu" -clean
1> cuda_groestl256.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=92 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_keccak256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_keccak256.cu" -clean
1> cuda_keccak256.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_skein256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_skein256.cu" -clean
1> cuda_skein256.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_neoscrypt.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\neoscrypt\cuda_neoscrypt.cu" -clean
1> cuda_neoscrypt.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\neoscrypt.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\neoscrypt\neoscrypt.cpp" -clean
1> neoscrypt.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile --ptxas-options="-dlcm=cg" -Wno-deprecated-gpu-targets -use_fast_math -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\pentablake.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\pentablake.cu" -clean
1> pentablake.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=128 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_bmw512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\cuda_bmw512.cu" -clean
1> cuda_bmw512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_jh512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\cuda_jh512.cu" -clean
1> cuda_jh512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_jh512keccak512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\cuda_jh512keccak512.cu" -clean
1> cuda_jh512keccak512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_quark_blake512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\cuda_quark_blake512.cu" -clean
1> cuda_quark_blake512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_checkhash.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\cuda_checkhash.cu" -clean
1> cuda_checkhash.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_quark_compactionTest.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\cuda_quark_compactionTest.cu" -clean
1> cuda_quark_compactionTest.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_quark_groestl512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\cuda_quark_groestl512.cu" -clean
1> cuda_quark_groestl512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=88 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_quark_keccak512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\cuda_quark_keccak512.cu" -clean
1> cuda_quark_keccak512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_skein512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\cuda_skein512.cu" -clean
1> cuda_skein512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\quarkcoin.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\quark\quarkcoin.cpp" -clean
1> quarkcoin.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\deep.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\qubit\deep.cpp" -clean
1> deep.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\doom.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\qubit\doom.cpp" -clean
1> doom.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\qubit.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\qubit\qubit.cpp" -clean
1> qubit.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\qubit_luffa512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\qubit\qubit_luffa512.cu" -clean
1> qubit_luffa512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_sia.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Sia\cuda_sia.cu" -clean
1> cuda_sia.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=64 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\skein.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\skein.cpp" -clean
1> skein.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\c11.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\c11.cpp" -clean
1> c11.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x11_cubehash512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\cuda_x11_cubehash512.cu" -clean
1> cuda_x11_cubehash512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x11_echo.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\cuda_x11_echo.cu" -clean
1> cuda_x11_echo.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x11_luffa512_Cubehash.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\cuda_x11_luffa512_Cubehash.cu" -clean
1> cuda_x11_luffa512_Cubehash.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=128 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x11_shavite512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\cuda_x11_shavite512.cu" -clean
1> cuda_x11_shavite512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=64 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x11_simd512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\cuda_x11_simd512.cu" -clean
1> cuda_x11_simd512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\fresh.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\fresh.cpp" -clean
1> fresh.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\s3.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\s3.cpp" -clean
1> s3.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\x11.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\x11.cpp" -clean
1> x11.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=72 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x13_hamsi512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x13\cuda_x13_hamsi512.cu" -clean
1> cuda_x13_hamsi512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x13_fugue512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x13\cuda_x13_fugue512.cu" -clean
1> cuda_x13_fugue512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\x13.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x13\x13.cpp" -clean
1> x13.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_whirlpoolx.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x15\cuda_whirlpoolx.cu" -clean
1> cuda_whirlpoolx.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x14_shabal512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x15\cuda_x14_shabal512.cu" -clean
1> cuda_x14_shabal512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x15_whirlpool.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x15\cuda_x15_whirlpool.cu" -clean
1> cuda_x15_whirlpool.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\whirlpoolx.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x15\whirlpoolx.cpp" -clean
1> whirlpoolx.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x17_haval512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x17\cuda_x17_haval512.cu" -clean
1> cuda_x17_haval512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x17_sha512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x17\cuda_x17_sha512.cu" -clean
1> cuda_x17_sha512.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\whirlpool.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x15\whirlpool.cu" -clean
1> whirlpool.cu
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\x14.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x15\x14.cpp" -clean
1> x14.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\x15.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x15\x15.cpp" -clean
1> x15.cpp
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\x17.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x17\x17.cpp" -clean
1> x17.cpp
1> Compiling CUDA source file Algo256\cuda_bmw256.cu...
1> Compiling CUDA source file Algo256\cuda_cubehash256.cu...
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_bmw256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_bmw256.cu"
1> nvcc fatal : Unsupported gpu architecture 'compute_70'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_bmw256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_bmw256.cu"" exited with code 1.
1> Compiling CUDA source file bitcoin.cpp...
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_cubehash256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_cubehash256.cu"
1> nvcc fatal : Unsupported gpu architecture 'compute_70'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_cubehash256.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Algo256\cuda_cubehash256.cu"" exited with code 1.
1> Compiling CUDA source file cuda_bitcoin.cu...
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\bitcoin.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\bitcoin.cpp"
1> nvcc fatal : Unsupported gpu architecture 'compute_70'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\bitcoin.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\bitcoin.cpp"" exited with code 1.
1> Compiling CUDA source file neoscrypt\cuda_neoscrypt_tpruvot.cu...
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_bitcoin.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\cuda_bitcoin.cu"
1> nvcc fatal : Unsupported gpu architecture 'compute_70'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_bitcoin.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\cuda_bitcoin.cu"" exited with code 1.
1> Compiling CUDA source file Sia\sia.cpp...
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_70,code="sm_70,compute_70" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_37,code="sm_37,compute_37" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_neoscrypt_tpruvot.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\neoscrypt\cuda_neoscrypt_tpruvot.cu"

Truncating output code - - Too long for Github

1> nvcc fatal : Unsupported gpu architecture 'compute_70'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=64 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\cuda_x11_simd512.cu.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\cuda_x11_simd512.cu"" exited with code 1.
1> Compiling CUDA source file x11\fresh.cpp...
1> Compiling CUDA source file x11\s3.cpp...
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\fresh.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\fresh.cpp"
1> nvcc fatal : Unsupported gpu architecture 'compute_70'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\fresh.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\fresh.cpp"" exited with code 1.
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\s3.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x11\s3.cpp"
1> Skipping CUDA source file x11\simd_functions.cu (excluded from build).

Truncating Output build, too long for Github

1> nvcc fatal : Unsupported gpu architecture 'compute_70'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\x15.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x15\x15.cpp"" exited with code 1.
1>
1> C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\x17.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x17\x17.cpp"
1> nvcc fatal : Unsupported gpu architecture 'compute_70'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_35,code="sm_35,compute_35" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_37,code="sm_37,compute_37" -gencode=arch=compute_70,code="sm_70,compute_70" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I. -Icompat -Icompat\includes -I"compat\includes-x64" -Icompat\getopt -Icompat\includes\pthreads -I"compat\curl-for-windows\zlib" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep --keep-dir x64\Release\temp\x64 -maxrregcount=80 --machine 64 --compile -cudart shared -Wno-deprecated-gpu-targets -DHAVE_STRUCT_TIMESPEC -DWIN32 -DNDEBUG -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES -D_CRT_SECURE_NO_WARNINGS -DCURL_STATICLIB -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Ox /FS /Zi /MT /GR-" -o C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\Release\temp\x64\x17.cpp.obj "C:\Users\Clarence\Downloads\ccminer-windows\ccminer-windows\x17\x17.cpp"" exited with code 1.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

@KlausT
Copy link
Owner

KlausT commented Aug 26, 2018

Go to solution properties -> CUDA C/C++ ->Device -> Code Generation and remove the compute_70,sm_70 at the end.
Then you could add compute_20,sm_21 or whatever your card is.
screenshot
But it's unlikely that it will work because there's code that is not compatible with older cards.
Maybe try an older version from tprovot from about one or two years ago:
https://github.com/tpruvot/ccminer

By the way, any card you can buy now will be way faster than your old card.

@lordgamegenie
Copy link
Author

I did that step and it led me to this error. 62 of them.

image

I tried to go to an old version, downloaded one from August 18, 2016.
Extracted that one, opened the sln file with Visual Studio. Got the first error similar to the one I made in my first post that it could not read the ccminer.vcxproj file because it was looking for BuildCustomization path, this time CUDA 7.5 , so I changed that to 8.0 since that's the CUDA Toolkit I installed.
Soon as I did that I kept getting an error that "An item with the same key has already been added."
I called myself editing the vcxproj file there, and just deleting out the ExtensionSettings and ExtensionTargets all together to get passed that error. When I went to Rebuild Solution, I got ALL KINDS of Errors.

A newer nvidia video card is in my future, but not at the moment, I just recently picked up a newer AMD graphics card and ebayed these Quadro cards as I wanted to see what use I could make of them mining Altcoins.

@KlausT
Copy link
Owner

KlausT commented Aug 27, 2018

Can you find your cards in this list here?
https://developer.nvidia.com/cuda-gpus
Everything with compute capability 3.0 or more should work, I think.
In a few hours I have more time, then I could send you a project file for CUDA 8.0

@lordgamegenie
Copy link
Author

My card is on a different list from that page, it is, 5th item listed under CUDA-Enabled Quadro Products

@KlausT
Copy link
Owner

KlausT commented Aug 27, 2018

Try this vcxproj file:
ccminervcxproj.zip
With the latest ccminer code (https://github.com/KlausT/ccminer/archive/windows.zip) it compiles, but I think many algos will not work.
I didn't look at tpruvot's version yet.

@lordgamegenie
Copy link
Author

Wow it compiled with no errors. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants