Compiling CUDA examples gives build error

后端 未结 3 1819
悲哀的现实
悲哀的现实 2021-01-18 21:11

I am running Windows 7 64bit, with Visual Studio 2008. I installed the CUDA drivers and SDK. The SDK comes with quite a few examples including compiled executables and sour

3条回答
  •  甜味超标
    2021-01-18 21:44

    You're focusing on the wrong error message.

    The .obj file doesn't exist because the nvcc compile step failed.

    nvcc fatal   : Visual Studio configuration file '(null)' could not be found for installation at 'c:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/../..'
    

提交回复
热议问题