Cannot Read cutil32.lib fatal error LNK1107

Hi friends…
i am new to cuda and just tried to build the examples given in SDK…am using VS SP1 on Win7 with latest nvidia driver(270) and toolkit(4.0)…my card is Gforce 210…

i am getting this error whenever i try to build any example…

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2/lib/Win32\cutil32.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x4AC5

i have placed all my lib and inc files and given the path but the file is not read able…

Waiting for reply

This seems to be a issue with linking path. Can you check LD_LIBRARY_PATH variable is properly set and it is pointing to right library (e.g. if system is 64 bit, it should point to lib64)