Missing cutil32.lib in SDK 3.1

Hi,

I have just installed Cuda SDK3.1 and when I tried to compile release version of win32, LNK1181 error shows that input file cutil32.lib is not found. I did search my c drive, it looks like cutil32D.lib, cutil64.lib and cutil64.lib all located in C:\Documents and Settings\All Users\Application Data\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\lib but no sight of cutil32.lib?

Can anyone double check this for me? Thank you so much!

Oh, I forgot to mention that I only installed win64 version on my x64 Windows, should I must also install win32 version to get this file?

I installed the 32 bit version and I don’t have it either. I only have cublas, cuda, cudart, cufft, and OpenCL libs.

I installed the 32 bit version and I don’t have it either. I only have cublas, cuda, cudart, cufft, and OpenCL libs.

Rolly, I had this same problem. I searched my PROJECTNAME_vc90.vcproj file for the cutil32.lib and edited the single occurrence to cultil32D.lib and it builds. I realize this is not a permanent solution, but lets you get a bit further along while we look for the final fix.

Rolly, I had this same problem. I searched my PROJECTNAME_vc90.vcproj file for the cutil32.lib and edited the single occurrence to cultil32D.lib and it builds. I realize this is not a permanent solution, but lets you get a bit further along while we look for the final fix.

From what I remember from the older SDKs (2.3 etc) you always had to build the utility libraries. Look into the common and C/common folders and find the project files. Then build release and debug versions of all the projects you find there. Good luck.

From what I remember from the older SDKs (2.3 etc) you always had to build the utility libraries. Look into the common and C/common folders and find the project files. Then build release and debug versions of all the projects you find there. Good luck.