| Build Log |
|
| Command Lines |
Creating temporary file "d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\BAT00001339323664.bat" with contents [ @echo off "C:\CUDA\bin\nvcc.exe" -ccbin "C:\Program Files\Microsoft Visual Studio 8\VC\bin" -c -D_DEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/Wp64,/Od,/Zi,/RTC1,/MTd -I"C:\CUDA\include" -I./ -I../../common/inc -o Debug\cppIntegration.obj cppIntegration.cu if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step" exit 1 :VCEnd ] Creating command line """d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\BAT00001339323664.bat""" Creating temporary file "d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\RSP00001439323664.rsp" with contents [ /OUT:"../../bin/win32/Debug/cppIntegration.exe" /INCREMENTAL:NO /LIBPATH:"C:\CUDA\lib" /LIBPATH:"../../common/lib" /MANIFEST /MANIFESTFILE:"Debug\cppIntegration.exe.intermediate.manifest" /DEBUG /PDB:"Debug/cppIntegration.pdb" /SUBSYSTEM:CONSOLE /OPT:NOICF /MACHINE:X86 cudart.lib cutil32D.lib kernel32.lib ".\debug\csl.lib" ".\Debug\cppIntegration.obj" ".\Debug\cppIntegration_gold.obj" ".\Debug\main.obj" ] Creating command line "link.exe @"d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\RSP00001439323664.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\RSP00001539323664.rsp" with contents [ /outputresource:"..\..\bin\win32\debug\cppIntegration.exe;#1" /manifest ".\Debug\cppIntegration.exe.intermediate.manifest" ] Creating command line "mt.exe @"d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\RSP00001539323664.rsp" /nologo" Creating temporary file "d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\BAT00001639323664.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\BAT00001639323664.bat""" Creating temporary file "d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\BAT00001739323664.bat" with contents [ @echo off IF EXIST cg_variables.h move cg_variables.h Debug\ if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." exit 1 :VCEnd ] Creating command line """d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\BAT00001739323664.bat""" |
| Output Window |
Performing Custom Build Step
cppIntegration.cu
"d:\prog\[graphics]\mgml_math_example\csl\MPMG.h", line 323: warning: template
parameter "This_Class" may not be used in an elaborated type
specifier
friend class This_Class;
^
"d:\prog\[graphics]\mgml_math_example\csl\MGML_VECTOR.h", line 117: warning:
type qualifier on return type is meaningless
__declspec(__device__) __declspec(__host__) const float x() const {return M[0];}
^
"d:\prog\[graphics]\mgml_math_example\csl\MGML_VECTOR.h", line 118: warning:
type qualifier on return type is meaningless
__declspec(__device__) __declspec(__host__) const float y() const {return M[1];}
^
"d:\prog\[graphics]\mgml_math_example\csl\MGML_VECTOR.h", line 119: warning:
type qualifier on return type is meaningless
__declspec(__device__) __declspec(__host__) const float z() const {return M[2];}
^
"d:\prog\[graphics]\mgml_math_example\csl\MGML_VECTOR.h", line 120: warning:
type qualifier on return type is meaningless
__declspec(__device__) __declspec(__host__) const float w() const {return M[3];}
^
"d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\cppIntegration_kernel.cu", line 75: warning:
variable "f" was set but never used
FEDOR_CLASS<1,2,float> f;
^
tmpxft_00000c00_00000000-3.gpu
tmpxft_00000c00_00000000-7.gpu
tmpxft_00000c00_00000000-3.c
tmpxft_00000c00_00000000-12.i
Linking...
Embedding manifest...
Performing Post-Build Event...
|
| Results |
Build log was saved at "file://d:\PROG\[Graphics]\MGML_MATH_EXAMPLE\cppIntegration\Debug\BuildLog.htm" cppIntegration - 0 error(s), 6 warning(s) |