You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
Returning Library.h and Library.cpp will produce different set of errors:
Error 1 error LNK2001: unresolved external symbol compressKernelDXT3 vc12\nvtt\CudaCompressorDXT.obj nvtt
Error 2 error LNK2001: unresolved external symbol setupOMatchTables vc12\nvtt\CudaCompressorDXT.obj nvtt
Error 3 error LNK2001: unresolved external symbol setupCompressKernel vc12\nvtt\CudaCompressorDXT.obj nvtt
Error 4 error LNK2001: unresolved external symbol compressKernelDXT1 vc12\nvtt\CudaCompressorDXT.obj nvtt
Error 5 error LNK2001: unresolved external symbol bindTextureToArray c12\nvtt\CudaCompressorDXT.obj nvtt
So, I'm really stuck. Can't even build this tool to test how it works.
Is there any latest binaries with CUDA available?
Thanks!
The text was updated successfully, but these errors were encountered:
JustAndreww
changed the title
Erros building nvtt with Visual Studio 2013 Community (Update 5) - CUDA
Errors building vc12/nvtt.sln with Visual Studio 2013 Community (Update 5) - CUDA
Aug 21, 2016
Hi,
I'm using Windows 7 x64 + Visual Studio 2013.5 + CUDA 7.5.
First error will appear:
Can be fixed via adding to ImageIO.cpp:
After fixing that and adding CUDA Include directory to nvtt solution additional directories I've met following errors in CudaUtils.cpp:
That code in CudaUtils.cpp is causing such error:
It seems that is somehow relates to: #230
Returning Library.h and Library.cpp will produce different set of errors:
So, I'm really stuck. Can't even build this tool to test how it works.
Is there any latest binaries with CUDA available?
Thanks!
The text was updated successfully, but these errors were encountered: