Build Log
  

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

Command Lines
  
Creating temporary file "v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8050WDemo\ARM\pac_i8050WDemo\pac_i8050WDemo\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP000001125203908.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/pac_i8050WDemo.pch" /Fo"AM335x_WINCE7_SDK (ARMv4I)\Release/" /Fd"AM335x_WINCE7_SDK (ARMv4I)\Release/vc80.pdb" /W3 /c /Zi /TP

.\pac_i8050WDemo.cpp

.\pac_i8050WDemoDlg.cpp
]
Creating command line "cl.exe @"v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8050WDemo\ARM\pac_i8050WDemo\pac_i8050WDemo\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP000001125203908.rsp" /nologo"
Creating temporary file "v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8050WDemo\ARM\pac_i8050WDemo\pac_i8050WDemo\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP000002125203908.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/pac_i8050WDemo.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_i8050WDemo\ARM\pac_i8050WDemo\pac_i8050WDemo\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP000002125203908.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/pac_i8050WDemo.res" .\pac_i8050WDemo.rc"
Creating temporary file "v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8050WDemo\ARM\pac_i8050WDemo\pac_i8050WDemo\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP000003125203908.rsp" with contents
[
/OUT:"AM335x_WINCE7_SDK (ARMv4I)\Release\pac_i8050WDemo.exe" /INCREMENTAL:NO /MANIFEST:NO /NODEFAULTLIB:"oldnames.lib" /DEBUG /PDB:"v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8050WDemo\ARM\pac_i8050WDemo\pac_i8050WDemo\AM335x_WINCE7_SDK (ARMv4I)\Release\pac_i8050WDemo.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_i8050W.lib"

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

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

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

".\AM335x_WINCE7_SDK (ARMv4I)\Release\pac_i8050WDemo.res"
]
Creating command line "link.exe @"v:\Common\Demo2005\_VPx231_\Vc2008\IO\Local\pac_i8050WDemo\ARM\pac_i8050WDemo\pac_i8050WDemo\AM335x_WINCE7_SDK (ARMv4I)\Release\RSP000003125203908.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...
pac_i8050WDemo.cpp
pac_i8050WDemoDlg.cpp
.\pac_i8050WDemoDlg.cpp(180) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_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(509) : see declaration of 'sprintf'
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_i8050WDemo\ARM\pac_i8050WDemo\pac_i8050WDemo\AM335x_WINCE7_SDK (ARMv4I)\Release\BuildLog.htm"
pac_i8050WDemo - 0 error(s), 5 warning(s)