I was trying to install the CUDA 2.1 Beta drivers - but something failed. This resulted in a roll-back to the 2.0 setup.
But even this rollback did’nt work. At the moment the cudafe++.exe I suppose its a compiler crashes and VS wants to debug it - when I try to compile my cuda files. The errors are :
[codebox]
1>c:\cuda\include\common_functions.h(56): warning: dllexport/dllimport conflict with “clock”
1>C:\Programmer\Microsoft Visual Studio 8\VC\INCLUDE\time.h(176): here; dllimport/dllexport dropped
1>C:\Programmer\Microsoft Visual Studio 8\VC\INCLUDE\xutility(870): internal error: assertion failed at: “D:/Bld/rel/gpgpu/toolkit/r2.0/compiler/edg/EDG_3.9/src/lower_name.c”, line 4179
[/codebox]
since the D drive on this machine is somesort of HP-recovery drive - I have no idea what that is… I’m curius to find out what caurses this error and how to fix it.
Martin