Problem with Matlab2008 & Cuda 2.0

nvmex -f nvmexopts.bat Szeta.cu -IC:\cuda\include -LC:\cuda\lib -lcufft -lcudart
Undefined subroutine &main::uuidgen called at C:\Program Files\MATLAB\R2008b\bin\nvmex.pl line 728.
??? Error using ==> nvmex at 206
Unable to complete successfully.

I HAVE THIS MESSAGE IN MATLAB WHEN I TRY TO COMPILE CUDA SOURCE EXAMPLE
HOW CAN I SOLVE THIS PROBLEM?
INSTALLED:
MATLAB 2008
VISUAL STUDIO 2005
CUDA 2.0 on geforce 9600m

second this problem using matlabR2008B on winxp64, visual studio express 2008… not familiar enough with the code yet to know exactly what it’s taking exception to… anybody able to point me in the right direction to start troubleshooting? unsure if this is system dependent, compiler dependent, matlab dependent, or what…

Thanks,

Andy

Same Problem. I think it may have something to do with permission issues. I am not an Admin and this portion of code is attempting to write a temp directory, which may not be writable for a limited user.

I also have met this problem. Anyone knows how to sovle it?

I have found the solution in http://forums.nvidia.com/index.php?showtopic=67538. I use the file posted by abdelali zahi.
Now it works. But the speed seems not that fast .It shows :

nvmex -f nvmexopts.bat Szeta.cu -IC:\cuda\include -LC:\cuda\lib -lcufft -lcudart
abdelali target arch: win64
Szeta.cu
tmpxft_00000908_00000000-3_Szeta.cudafe1.gpu
tmpxft_00000908_00000000-8_Szeta.cudafe2.gpu
tmpxft_00000908_00000000-3_Szeta.cudafe1.cpp

tic; FS_2Dturb(128,1,1,1); toc;

CFL =

0.1017

Gsqav =

1.1995

Elapsed time is 5.912872 seconds.

My GPU is GTX260+, vista 64bit