2011-09-30 42 views
1

我試圖在Visual Studio 2010 Express的Windows 7 32位計算機上設置CUDA開發環境。使用Visual Studio 2010 Express編譯CUDA示例

但是當我嘗試編譯跟隨CUDA SDK的bandwithTest項目時,我總是收到以下錯誤!

1>------ Build started: Project: cutil, Configuration: Release Win32 ------ 
2>------ Build started: Project: shrUtils, Configuration: Release Win32 ------ 
2>LINK : fatal error LNK1104: cannot open file 'lib\Win32\shrUtils32.lib' 
1>LINK : fatal error LNK1104: cannot open file 'lib\Win32\\cutil32.dll' 
3>------ Build started: Project: bandwidthTest, Configuration: Release Win32 ------ 
3>LINK : fatal error LNK1104: cannot open file '../../bin/win32/Release//bandwidthTest.exe' 
========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ========== 

回答

相關問題