Build Log |
|
Command Lines |
Creating temporary file "c:\Workspace\OpenGL_tutorial7\tutorial7\SDK2wince7 (ARMv4I)\Debug\RSP00000159125016.rsp" with contents [ /Od /I "C:\Program Files (x86)\NVIDIA Corporation\ce6_tegra_250_5265393/include" /D "_DEBUG" /D "_WIN32_WCE=0x700" /D "UNDER_CE" /D "WINCE" /D "DEBUG" /D "_WINDOWS" /D "ARM" /D "_ARM_" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /MTd /fp:fast /GR- /Fo"SDK2wince7 (ARMv4I)\Debug/" /Fd"SDK2wince7 (ARMv4I)\Debug/vc80.pdb" /W3 /c /Zi /TP .\font.cpp .\timer.cpp .\texture.cpp .\render.cpp .\mesh.cpp .\main.cpp ] Creating command line "cl.exe @"c:\Workspace\OpenGL_tutorial7\tutorial7\SDK2wince7 (ARMv4I)\Debug\RSP00000159125016.rsp" /nologo" Creating temporary file "c:\Workspace\OpenGL_tutorial7\tutorial7\SDK2wince7 (ARMv4I)\Debug\RSP00000259125016.rsp" with contents [ /OUT:"SDK2wince7 (ARMv4I)\Debug/tutorial7.exe" /INCREMENTAL /LIBPATH:"C:\Program Files (x86)\NVIDIA Corporation\ce6_tegra_250_5265393/lib/release" /MANIFEST:NO /NODEFAULTLIB:"oldnames.lib" /DEBUG /PDB:"SDK2wince7 (ARMv4I)\Debug/tutorial7.pdb" /STACK:65536,4096 /DYNAMICBASE /NXCOMPAT /subsystem:windowsce,5.00 libGLESv1_CM.lib libEGL.lib coredll.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib ".\SDK2wince7 (ARMv4I)\Debug\font.obj" ".\SDK2wince7 (ARMv4I)\Debug\main.obj" ".\SDK2wince7 (ARMv4I)\Debug\mesh.obj" ".\SDK2wince7 (ARMv4I)\Debug\render.obj" ".\SDK2wince7 (ARMv4I)\Debug\texture.obj" ".\SDK2wince7 (ARMv4I)\Debug\timer.obj" ] Creating command line "link.exe @"c:\Workspace\OpenGL_tutorial7\tutorial7\SDK2wince7 (ARMv4I)\Debug\RSP00000259125016.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... main.cpp .\main.cpp(32) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details. c:\program files (x86)\windows ce tools\sdks\sdk2wince7\include\armv4i\stdlib.h(501) : see declaration of 'sprintf' .\main.cpp(34) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details. c:\program files (x86)\windows ce tools\sdks\sdk2wince7\include\armv4i\stdlib.h(547) : see declaration of 'fopen' .\main.cpp(38) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details. c:\program files (x86)\windows ce tools\sdks\sdk2wince7\include\armv4i\stdlib.h(547) : see declaration of 'fopen' mesh.cpp render.cpp texture.cpp timer.cpp font.cpp .\font.cpp(87) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details. c:\program files (x86)\windows ce tools\sdks\sdk2wince7\include\armv4i\stdlib.h(501) : see declaration of 'vsprintf' Generating Code... Linking... |
Results |
Build log was saved at "file://c:\Workspace\OpenGL_tutorial7\tutorial7\SDK2wince7 (ARMv4I)\Debug\BuildLog.htm" tutorial7 - 0 error(s), 4 warning(s) |