nvcc fatal : Visual Studio configuration file ‘(null)’ could not be found for installation at ‘C:/Program Files (x86)/Microsoft Visual Studio 8/VC/bin’
I also get this error, anyone have any ideas? I am running Windows XP 64-bit.
Don’t know if this has anything to do with it, but I previously installed VS 2008, and uninstalled it and installed Visual C++ 2005 Express Edition to work with CUDA.
Has any one try with Visual C++ 2005 version 8.0.50727.42. I have this error. I also try to install Visual C++ 2005 Express Edition, but is does not work too.
I seem to remember going through this that visual studio on xp64 does not install the 64bit compiler by default. Go back to the visual studio installer and check in custom installation and turn on all the options to get installed. Then studio solutions/projects can be built for 64bit (including CUDA ones).
Here’s a little more detail: go into windows control panel add/remove programs and select visual studio. Click Add or Remove features. Under Language Tools->Visual C++ select: X64 Compilers and Tools
Now when you’re building project, build for x64 not win32
I’ve installed CUDA 2.2 on a x64 XP without a GPU card (for emulation only). The SDK examples didn’t compile and printed "Visual Studio configuration file ‘(null)’ … " to the output (error). I’ve installed X64 Compilers ant Tools as described above, then changed project properties → Configuration Properties → Linker → Advanced → MachineX64 (For EmuDebug Configuration). Then changed the platform in the configuration manager to x64.
I’m trying to compile the Szeta.cu example in a x64 machine using Matlab r2009a. To change project properties, you had to have a Visual C++ project. Have you created one ? What files have you include in your project ?