ビルド ログ
  

ビルド 開始: プロジェクト: cblsrv、構成: Release|Win32

コマンド ライン
  
一時ファイル "c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\RSP00000517002568.rsp" を作成しています。内容 :
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "IMPACT_VERSION=100102" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Fp".\build\win32\Release/cblsrv.pch" /Fo".\build\win32\Release/" /Fd".\build\win32\Release/" /W4 /c /TP ".\src\utils.cpp"

".\src\parport.cpp"

".\src\cblsrv.cpp"

".\src\cable.cpp"

".\src\bits.cpp"
]
コマンド ライン "cl.exe @"c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\RSP00000517002568.rsp" /nologo /errorReport:prompt" を作成しています。
一時ファイル "c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\RSP00000617002568.rsp" を作成しています。内容 :
[
/OUT:".\build\win32\Release/cblsrv.exe" /INCREMENTAL:NO /LIBPATH:".\src\FTCJTAG" /MANIFEST /MANIFESTFILE:".\build\win32\Release\cblsrv.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:".\build\win32\Release/cblsrv.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 ws2_32.lib FTCJTAG.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

".\build\win32\Release\bits.obj"

".\build\win32\Release\cable.obj"

".\build\win32\Release\cblsrv.obj"

".\build\win32\Release\parport.obj"

".\build\win32\Release\utils.obj"
]
コマンド ライン "link.exe @"c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\RSP00000617002568.rsp" /NOLOGO /ERRORREPORT:PROMPT" を作成しています。
一時ファイル "c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\RSP00000717002568.rsp" を作成しています。内容 :
[
/outputresource:".\build\win32\Release\cblsrv.exe;#1" /manifest

".\build\win32\Release\cblsrv.exe.intermediate.manifest"
]
コマンド ライン "mt.exe @"c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\RSP00000717002568.rsp" /nologo" を作成しています。
一時ファイル "c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\BAT00000817002568.bat" を作成しています。内容 :
[
@echo マニフェスト リソースの最終更新日時: %TIME% (%DATE%) > ".\build\win32\Release\mt.dep"
]
コマンド ライン """c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\BAT00000817002568.bat""" を作成しています。
出力ウィンドウ
  
コンパイルしています...
utils.cpp
parport.cpp
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\cable.h(95) : warning C4100: 'rnum_bits' : 引数は関数の本体部で 1 度も参照されません。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\parport.h(112) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : '_snprintf' の宣言を確認してください。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\parport.h(133) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : '_snprintf' の宣言を確認してください。
.\src\parport.cpp(106) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
cblsrv.cpp
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\cable.h(95) : warning C4100: 'rnum_bits' : 引数は関数の本体部で 1 度も参照されません。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\parport.h(112) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : '_snprintf' の宣言を確認してください。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\parport.h(133) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : '_snprintf' の宣言を確認してください。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(22) : warning C4512: 'pin_state_t' : 代入演算子を生成できません。
        c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(13) : 'pin_state_t' の宣言を確認してください。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(178) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : '_snprintf' の宣言を確認してください。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(184) : warning C4100: 'b' : 引数は関数の本体部で 1 度も参照されません。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(187) : warning C4100: 'b' : 引数は関数の本体部で 1 度も参照されません。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(195) : warning C4100: 'state_from' : 引数は関数の本体部で 1 度も参照されません。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(344) : warning C4512: 'AmontecJTAGKey' : 代入演算子を生成できません。
        c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(299) : 'AmontecJTAGKey' の宣言を確認してください。
.\src\cblsrv.cpp(136) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : 'strcpy' の宣言を確認してください。
.\src\cblsrv.cpp(697) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : 'strcpy' の宣言を確認してください。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(52) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : 'std::copy' の宣言を確認してください。
        c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(44): クラス テンプレート のメンバ関数 'LongBits::LongBits(const unsigned char *,int,const int)' のコンパイル中
        with
        [
            Storage=unsigned char
        ]
        c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\ft2232jtag.h(254) : コンパイルされたクラスの テンプレート のインスタンス化 'LongBits' の参照を確認してください
        with
        [
            Storage=unsigned char
        ]
cable.cpp
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\cable.h(95) : warning C4100: 'rnum_bits' : 引数は関数の本体部で 1 度も参照されません。
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(52) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : 'std::copy' の宣言を確認してください。
        c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(44): クラス テンプレート のメンバ関数 'LongBits::LongBits(const unsigned char *,int,const int)' のコンパイル中
        with
        [
            Storage=unsigned char
        ]
        .\src\cable.cpp(337) : コンパイルされたクラスの テンプレート のインスタンス化 'LongBits' の参照を確認してください
        with
        [
            Storage=unsigned char
        ]
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(163) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : 'std::copy' の宣言を確認してください。
        c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(126): クラス テンプレート のメンバ関数 'LongBits &LongBits::append(const unsigned char *,int)' のコンパイル中
        with
        [
            Storage=unsigned char
        ]
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(234) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : 'std::copy' の宣言を確認してください。
        c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(208): クラス テンプレート のメンバ関数 'LongBits &LongBits::operator <<=(int)' のコンパイル中
        with
        [
            Storage=unsigned char
        ]
c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(107) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : 'std::copy' の宣言を確認してください。
        c:\tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\cvs_ignore\cblsrv-0.1_ft2232\src\long_bits.h(98): クラス テンプレート のメンバ関数 'void LongBits::auto_expand(const int)' のコンパイル中
        with
        [
            Storage=unsigned char
        ]
bits.cpp
コードを生成中...
リンクしています...
マニフェストを埋め込んでいます...
結果
  
ビルドログは "file://c:\Tools\eclipse\workspace\autopilot\external\cblsrv-0.1_ft2232\CVS_IGNORE\cblsrv-0.1_ft2232\build\win32\Release\BuildLog.htm" に保存されました。
cblsrv - エラー 0、警告 21