I am running CUDA 2.1, driver 182.22 on WinXP32 using a QUADRO 1700 GPU and Matlab R2008b: Lcc-win32 C 2.4.1 in C:\PROGRA~1\MatLab\sys\lcc
I installed the driver, CUDA and the SDK fine on a new MSXP-32bit install. Then downloaded MATLAB_CUDA_1.1 and attempted install.
As per the readme I copied nvmex to the Matlab bin (and all DLL’s from CUDA install) as instructed and ran the scripts from the README.
The first MEX line fails as follows;
mex fft2_cuda.c -IC:\CUDA\include -LC:\CUDA\lib -lcudart -lcufft
Writing library for fft2_cuda.mexw32
c:\docume~1\20070860\locals~1\temp\mex_uv~1\fft2_cuda.obj .text: undefined reference to ‘_cudaMalloc@8’
c:\docume~1\20070860\locals~1\temp\mex_uv~1\fft2_cuda.obj .text: undefined reference to ‘_cudaMemcpy@16’
c:\docume~1\20070860\locals~1\temp\mex_uv~1\fft2_cuda.obj .text: undefined reference to ‘_cufftPlan2d@16’
c:\docume~1\20070860\locals~1\temp\mex_uv~1\fft2_cuda.obj .text: undefined reference to ‘_cufftExecC2C@16’
c:\docume~1\20070860\locals~1\temp\mex_uv~1\fft2_cuda.obj .text: undefined reference to ‘_cufftDestroy@4’
c:\docume~1\20070860\locals~1\temp\mex_uv~1\fft2_cuda.obj .text: undefined reference to ‘_cudaFree@4’
C:\PROGRA~1\MATLAB\BIN\MEX.PL: Error: Link of ‘fft2_cuda.mexw32’ failed.
??? Error using ==> mex at 213
Unable to complete successfully.
Can you help?