opencv - Visual Studio opaque compilation error indication -
i trying compile opencv cuda support using microsoft visual studio 2013 , following compilation error message:
22> cmake error @ cuda_compile_generated_pyrlk.cu.obj.cmake:264 (message): 22> error generating file 22> f:/nir/dev/opencv/build/visualstudioa/modules/cudaoptflow/cmakefiles/cuda_compile.dir/src/cuda/debug/cuda_compile_generated_pyrlk.cu.obj 22> 22> 22>c:\program files\msbuild\microsoft.cpp\v4.0\v120\microsoft.cppcommon.targets(170,5): error msb6006: "cmd.exe" exited code 1.
is there way more information error? increasing log verbosity, or getting nvcc command failed useful
cuda compile verbosity can enabled @ cmakecache.txt file:
//print out commands run while compiling cuda source file. // makefile generator defaults verbose variable // specified on command line, can forced on // option. cuda_verbose_build:bool=on
Comments
Post a Comment