Build Log |
|
Command Lines |
Creating temporary file "c:\Users\a0034508\Documents\Visual Studio 2008\Projects\eigenvalues\NVIDIA GPU Computing SDK\C\src\eigenvalues\Debug\RSP00000120846324.rsp" with contents [ /OUT:"../../bin/win32/Debug/eigenvalues.exe" /INCREMENTAL:NO /LIBPATH:"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\lib\win32" /LIBPATH:"C:\Users\a0034508\Documents\Visual Studio 2008\Projects\eigenvalues\NVIDIA GPU Computing SDK\C\common\lib" /MANIFEST /MANIFESTFILE:"Debug\eigenvalues.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /NODEFAULTLIB:"libcmt.lib" /DEBUG /PDB:"Debug/eigenvalues.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 cudart.lib cutil32D.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\bisect_large.cu.obj" ".\Debug\bisect_small.cu.obj" ".\Debug\main.cu.obj" ".\Debug\gerschgorin.obj" ".\Debug\matlab.obj" ] Creating command line "link.exe @"c:\Users\a0034508\Documents\Visual Studio 2008\Projects\eigenvalues\NVIDIA GPU Computing SDK\C\src\eigenvalues\Debug\RSP00000120846324.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Linking... bisect_small.cu.obj : error LNK2005: "float __cdecl computeMidpoint(float,float)" (?computeMidpoint@@YAMMM@Z) already defined in bisect_large.cu.obj bisect_small.cu.obj : error LNK2005: "unsigned int __cdecl computeNumSmallerEigenvals(float *,float *,unsigned int,float,unsigned int,unsigned int,float *,float *,unsigned int)" (?computeNumSmallerEigenvals@@YAIPAM0IMII00I@Z) already defined in bisect_large.cu.obj bisect_small.cu.obj : error LNK2005: "unsigned int __cdecl computeNumSmallerEigenvalsLarge(float *,float *,unsigned int,float,unsigned int,unsigned int,float *,float *,unsigned int)" (?computeNumSmallerEigenvalsLarge@@YAIPAM0IMII00I@Z) already defined in bisect_large.cu.obj ../../bin/win32/Debug/eigenvalues.exe : fatal error LNK1169: one or more multiply defined symbols found |
Results |
Build log was saved at "file://c:\Users\a0034508\Documents\Visual Studio 2008\Projects\eigenvalues\NVIDIA GPU Computing SDK\C\src\eigenvalues\Debug\BuildLog.htm" eigenvalues - 4 error(s), 0 warning(s) |