Build Log
  

Rebuild started: Project: genKAT, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\RSP00000817484236.rsp" with contents
[
/O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TC "..\mcssha3.c"

".\genKAT.c"
]
Creating command line "cl.exe @"c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\RSP00000817484236.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\TMP00000917484236.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Release\\genKAT.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Release\genKAT.exe.embed.manifest.res" "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\TMP00000917484236.tmp""
Creating temporary file "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\RSP00000A17484236.rsp" with contents
[
/OUT:".\KAT_MCT_tests\genKAT.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Release\genKAT.exe.intermediate.manifest" /DEBUG /PDB:"c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\KAT_MCT_tests\genKAT.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\release\genKAT.obj"

".\release\mcssha3.obj"

".\Release\genKAT.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\RSP00000A17484236.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\RSP00000B17484236.rsp" with contents
[
/out:".\release\genKAT.exe.embed.manifest" /notify_update /manifest

".\release\genKAT.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\RSP00000B17484236.rsp" /nologo"
Creating temporary file "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\BAT00000C17484236.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\release\mt.dep"
]
Creating command line """c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\BAT00000C17484236.bat"""
Creating temporary file "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\TMP00000D17484236.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Release\\genKAT.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Release\genKAT.exe.embed.manifest.res" "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\TMP00000D17484236.tmp""
Creating temporary file "c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\RSP00000E17484236.rsp" with contents
[
/OUT:".\KAT_MCT_tests\genKAT.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Release\genKAT.exe.intermediate.manifest" /DEBUG /PDB:"c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\KAT_MCT_tests\genKAT.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\release\genKAT.obj"

".\release\mcssha3.obj"

".\Release\genKAT.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\RSP00000E17484236.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
mcssha3.c
..\mcssha3.c(78) : warning C4244: 'initializing' : conversion from 'DataLength' to 'BitSequence', possible loss of data
..\mcssha3.c(201) : warning C4244: '=' : conversion from 'DataLength' to 'BitSequence', possible loss of data
..\mcssha3.c(307) : warning C4244: '=' : conversion from 'DataLength' to 'BitSequence', possible loss of data
..\mcssha3.c(329) : warning C4244: 'initializing' : conversion from 'DataLength' to 'BitSequence', possible loss of data
genKAT.c
.\genKAT.c(50) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\genKAT.c(55) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\genKAT.c(56) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\genKAT.c(62) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(70) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(81) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(113) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\genKAT.c(118) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\genKAT.c(119) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\genKAT.c(125) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(133) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(144) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(176) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\genKAT.c(181) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\genKAT.c(182) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\genKAT.c(188) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(196) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(205) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(212) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(252) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\genKAT.c(257) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\genKAT.c(258) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\genKAT.c(264) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
.\genKAT.c(272) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
Generating Code...
Compiling manifest to resources...
Linking...
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification
Embedding manifest...
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification
Results
  
Build log was saved at "file://c:\MyWork\NIST\Upgrade2\Optimized_64 bit\KAT_MCT\Release\BuildLog.htm"
genKAT - 0 error(s), 30 warning(s)