CUDA SKD examples could not been compiled except device quary. Help

platform : intel dual core E6500 ,XP SP3 , VC 2005 SP1

I have tried cuda 2.2 2.3 … that is the same …all example could but pass compiler expect device quary.

ex : oceanFFT :

1>LINK : fatal error LNK1181: cannot open input file
‘.\Debug\oceanFFT_kernel.cu.obj’

I have look up website, that is said chinese character should not in path routine. I indeed done this. (I am Taiwanese)

Then, I copy the compile command into cmd to excute that, and there is no any warnning/error:

“C:\NVIDIA\CUDA\bin\nvcc.exe” -arch sm_10 -ccbin “C:\Program
Files\Microsoft Visual Studio 8\VC\bin” -Xcompiler “/EHsc /W3 /nologo /Od
/Zi /MTd " -I"C:\NVIDIA\CUDA\include” -I"./" -I"…/…/common/inc"
-maxrregcount=32 --compile -o “Debug\oceanFFT_kernel.cu.obj”
“c:\NVIDIA\CUDA\SDK\projects\oceanFFT\oceanFFT_kernel.cu”

But therei is no oceanFFT_kernel.cu.obj.

So, what should I do now? :wacko:

PS: The computer iw within cuda 2.1 in my home, that is all normal…