Build Log
  

Rebuild started: Project: 8048, Configuration: Release|AM335x_WINCE7_SDK (ARMv4I)

Command Lines
  
Creating temporary file "v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8048WDemo\ARM\pac_i8048WDemo\8048\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP0000011255611716.rsp" with contents
[
/O2 /D "NDEBUG" /D "_WIN32_WCE=0x700" /D "UNDER_CE" /D "WINCE" /D "ARM" /D "_ARM_" /D "STANDARDSHELL_UI_MODEL" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /fp:fast /GR- /Yu"stdafx.h" /Fp"AM335x_WINCE7_SDK (ARMv4I)\Release/8048.pch" /Fo"AM335x_WINCE7_SDK (ARMv4I)\Release/" /Fd"AM335x_WINCE7_SDK (ARMv4I)\Release/vc80.pdb" /W3 /c /Zi /TP

.\8048.cpp

.\8048Dlg.cpp
]
Creating command line "cl.exe @"v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8048WDemo\ARM\pac_i8048WDemo\8048\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP0000011255611716.rsp" /nologo"
Creating temporary file "v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8048WDemo\ARM\pac_i8048WDemo\8048\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP0000021255611716.rsp" with contents
[
/O2 /D "NDEBUG" /D "_WIN32_WCE=0x700" /D "UNDER_CE" /D "WINCE" /D "ARM" /D "_ARM_" /D "STANDARDSHELL_UI_MODEL" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /fp:fast /GR- /Yc"stdafx.h" /Fp"AM335x_WINCE7_SDK (ARMv4I)\Release/8048.pch" /Fo"AM335x_WINCE7_SDK (ARMv4I)\Release/" /Fd"AM335x_WINCE7_SDK (ARMv4I)\Release/vc80.pdb" /W3 /c /Zi /TP

.\stdafx.cpp
]
Creating command line "cl.exe @"v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8048WDemo\ARM\pac_i8048WDemo\8048\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP0000021255611716.rsp" /nologo"
Creating command line "rc.exe /d "NDEBUG" /d "_WIN32_WCE=0x700" /d "UNDER_CE" /d "_UNICODE" /d "UNICODE" /l 0x409 /I "AM335x_WINCE7_SDK (ARMv4I)\Release" /fo"AM335x_WINCE7_SDK (ARMv4I)\Release/8048.res" .\8048.rc"
Creating temporary file "v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8048WDemo\ARM\pac_i8048WDemo\8048\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP0000031255611716.rsp" with contents
[
/OUT:"AM335x_WINCE7_SDK (ARMv4I)\Release\8048.exe" /INCREMENTAL:NO /MANIFEST:NO /NODEFAULTLIB:"oldnames.lib" /DEBUG /PDB:"v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8048WDemo\ARM\pac_i8048WDemo\8048\AM335x_WINCE7_SDK (ARMv4I)\Release\8048.pdb" /STACK:65536,4096 /OPT:REF /OPT:ICF /ENTRY:"WinMainCRTStartup" /DYNAMICBASE /NXCOMPAT  /subsystem:windowsce,7.00 PACSDK.lib ole32.lib oleaut32.lib uuid.lib

".\pac_i8048W.lib"

".\AM335x_WINCE7_SDK (ARMv4I)\Release\8048.obj"

".\AM335x_WINCE7_SDK (ARMv4I)\Release\8048Dlg.obj"

".\AM335x_WINCE7_SDK (ARMv4I)\Release\stdafx.obj"

".\AM335x_WINCE7_SDK (ARMv4I)\Release\8048.res"
]
Creating command line "link.exe @"v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8048WDemo\ARM\pac_i8048WDemo\8048\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP0000031255611716.rsp" /NOLOGO /ERRORREPORT:QUEUE"
Output Window
  
Compiling...
stdafx.cpp
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ce\include\altcecrt.h(308) : warning C4985: '_wcstoi64': attributes not present on previous declaration.
        c:\program files (x86)\windows ce tools\sdks\am335x_wince7_sdk\include\armv4i\stdlib.h(684) : see declaration of '_wcstoi64'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ce\include\altcecrt.h(309) : warning C4985: '_wcstoui64': attributes not present on previous declaration.
        c:\program files (x86)\windows ce tools\sdks\am335x_wince7_sdk\include\armv4i\stdlib.h(685) : see declaration of '_wcstoui64'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ce\include\altcecrt.h(380) : warning C4985: '_strtoi64': attributes not present on previous declaration.
        c:\program files (x86)\windows ce tools\sdks\am335x_wince7_sdk\include\armv4i\stdlib.h(654) : see declaration of '_strtoi64'
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ce\include\altcecrt.h(381) : warning C4985: '_strtoui64': attributes not present on previous declaration.
        c:\program files (x86)\windows ce tools\sdks\am335x_wince7_sdk\include\armv4i\stdlib.h(655) : see declaration of '_strtoui64'
Compiling...
8048.cpp
8048Dlg.cpp
.\8048Dlg.cpp(166) : warning C4996: 'swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\windows ce tools\sdks\am335x_wince7_sdk\include\armv4i\stdlib.h(522) : see declaration of 'swprintf'
.\8048Dlg.cpp(174) : warning C4996: 'swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\windows ce tools\sdks\am335x_wince7_sdk\include\armv4i\stdlib.h(522) : see declaration of 'swprintf'
.\8048Dlg.cpp(104) : warning C4101: 'i' : unreferenced local variable
.\8048Dlg.cpp(195) : warning C4996: 'swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\windows ce tools\sdks\am335x_wince7_sdk\include\armv4i\stdlib.h(522) : see declaration of 'swprintf'
.\8048Dlg.cpp(198) : warning C4996: 'swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\windows ce tools\sdks\am335x_wince7_sdk\include\armv4i\stdlib.h(522) : see declaration of 'swprintf'
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
Results
  
Build log was saved at "file://v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8048WDemo\ARM\pac_i8048WDemo\8048\AM335x_WINCE7_SDK (ARMv4I)\Release\BuildLog.htm"
8048 - 0 error(s), 9 warning(s)