Build Log
  

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

Command Lines
  
Creating temporary file "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\RSP00000116566108.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"obj\\" /Fd"obj\vc80.pdb" /W3 /c /Wp64 /ZI /TC "..\mcssha3.c"

".\genKAT.c"
]
Creating command line "cl.exe @"c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\RSP00000116566108.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\TMP00000216566108.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\obj\\genKAT.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\obj\genKAT.exe.embed.manifest.res" "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\TMP00000216566108.tmp""
Creating temporary file "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\RSP00000316566108.rsp" with contents
[
/OUT:"KAT_MCT_tests\genKAT.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"obj\genKAT.exe.intermediate.manifest" /DEBUG /PDB:"c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\KAT_MCT_tests\genKAT.pdb" /SUBSYSTEM:CONSOLE /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

".\obj\genKAT.obj"

".\obj\mcssha3.obj"

".\obj\genKAT.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\RSP00000316566108.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\RSP00000416566108.rsp" with contents
[
/out:".\obj\genKAT.exe.embed.manifest" /notify_update /manifest

".\obj\genKAT.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\RSP00000416566108.rsp" /nologo"
Creating temporary file "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\BAT00000516566108.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\obj\mt.dep"
]
Creating command line """c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\BAT00000516566108.bat"""
Creating temporary file "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\TMP00000616566108.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\obj\\genKAT.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\obj\genKAT.exe.embed.manifest.res" "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\TMP00000616566108.tmp""
Creating temporary file "c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\RSP00000716566108.rsp" with contents
[
/OUT:"KAT_MCT_tests\genKAT.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"obj\genKAT.exe.intermediate.manifest" /DEBUG /PDB:"c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\KAT_MCT_tests\genKAT.pdb" /SUBSYSTEM:CONSOLE /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

".\obj\genKAT.obj"

".\obj\mcssha3.obj"

".\obj\genKAT.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\RSP00000716566108.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
genKAT.c
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
c:\mywork\nist\upgrade1\optimized_32 bit\kat_mct\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'
mcssha3.c
c:\mywork\nist\upgrade1\optimized_32 bit\mcssha3.c(78) : warning C4244: 'initializing' : conversion from 'DataLength' to 'BitSequence', possible loss of data
c:\mywork\nist\upgrade1\optimized_32 bit\mcssha3.c(201) : warning C4244: '=' : conversion from 'DataLength' to 'BitSequence', possible loss of data
c:\mywork\nist\upgrade1\optimized_32 bit\mcssha3.c(307) : warning C4244: '=' : conversion from 'DataLength' to 'BitSequence', possible loss of data
c:\mywork\nist\upgrade1\optimized_32 bit\mcssha3.c(329) : warning C4244: 'initializing' : conversion from 'DataLength' to 'BitSequence', possible loss of data
c:\mywork\nist\upgrade1\optimized_32 bit\mcssha3.c(343) : warning C4013: 'memcpy' undefined; assuming extern returning int
Generating Code...
Compiling manifest to resources...
Linking...
LINK : KAT_MCT_tests\genKAT.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Results
  
Build log was saved at "file://c:\MyWork\NIST\Upgrade1\Optimized_32 bit\KAT_MCT\obj\BuildLog.htm"
genKAT - 0 error(s), 29 warning(s)