Advertisement
Guest User

Untitled

a guest
Jun 11th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 KB | None | 0 0
  1. The system is: Windows - 10.0.22000 - AMD64
  2. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  3. Compiler:
  4. Build flags:
  5. Id flags:
  6.  
  7. The output was:
  8. 0
  9. Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12. Build started 6/10/2022 11:38:14 PM.
  13. Project "D:\build_windows_Full_x64_vc17_Release\CMakeFiles\3.23.2\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
  14. PrepareForBuild:
  15. Creating directory "Debug\".
  16. Creating directory "Debug\CompilerIdC.tlog\".
  17. InitializeBuildStatus:
  18. Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  19. ClCompile:
  20. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc143.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
  21. CMakeCCompilerId.c
  22. Link:
  23. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
  24. CompilerIdC.vcxproj -> D:\build_windows_Full_x64_vc17_Release\CMakeFiles\3.23.2\CompilerIdC\CompilerIdC.exe
  25. PostBuildEvent:
  26. for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  27. :VCEnd
  28. CMAKE_C_COMPILER=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x64\cl.exe
  29. FinalizeBuildStatus:
  30. Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  31. Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
  32. Done Building Project "D:\build_windows_Full_x64_vc17_Release\CMakeFiles\3.23.2\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  33.  
  34. Build succeeded.
  35. 0 Warning(s)
  36. 0 Error(s)
  37.  
  38. Time Elapsed 00:00:00.57
  39.  
  40.  
  41. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
  42.  
  43. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
  44.  
  45. The C compiler identification is MSVC, found in "D:/build_windows_Full_x64_vc17_Release/CMakeFiles/3.23.2/CompilerIdC/CompilerIdC.exe"
  46.  
  47. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  48. Compiler:
  49. Build flags:
  50. Id flags:
  51.  
  52. The output was:
  53. 0
  54. Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework
  55. Copyright (C) Microsoft Corporation. All rights reserved.
  56.  
  57. Build started 6/10/2022 11:38:14 PM.
  58. Project "D:\build_windows_Full_x64_vc17_Release\CMakeFiles\3.23.2\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
  59. PrepareForBuild:
  60. Creating directory "Debug\".
  61. Creating directory "Debug\CompilerIdCXX.tlog\".
  62. InitializeBuildStatus:
  63. Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  64. ClCompile:
  65. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc143.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
  66. CMakeCXXCompilerId.cpp
  67. Link:
  68. C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
  69. CompilerIdCXX.vcxproj -> D:\build_windows_Full_x64_vc17_Release\CMakeFiles\3.23.2\CompilerIdCXX\CompilerIdCXX.exe
  70. PostBuildEvent:
  71. for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  72. :VCEnd
  73. CMAKE_CXX_COMPILER=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x64\cl.exe
  74. FinalizeBuildStatus:
  75. Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  76. Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
  77. Done Building Project "D:\build_windows_Full_x64_vc17_Release\CMakeFiles\3.23.2\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
  78.  
  79. Build succeeded.
  80. 0 Warning(s)
  81. 0 Error(s)
  82.  
  83. Time Elapsed 00:00:00.44
  84.  
  85.  
  86. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
  87.  
  88. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
  89.  
  90. The CXX compiler identification is MSVC, found in "D:/build_windows_Full_x64_vc17_Release/CMakeFiles/3.23.2/CompilerIdCXX/CompilerIdCXX.exe"
  91.  
  92. Detecting C compiler ABI info compiled with the following output:
  93. Change Dir: D:/build_windows_Full_x64_vc17_Release/CMakeFiles/CMakeTmp
  94.  
  95. Run Build Command(s):C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe cmTC_48756.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:m && Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework
  96. Copyright (C) Microsoft Corporation. All rights reserved.
  97.  
  98. Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31329 for x64
  99. CMakeCCompilerABI.c
  100. Copyright (C) Microsoft Corporation. All rights reserved.
  101. cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_48756.dir\Debug\\" /Fd"cmTC_48756.dir\Debug\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.23\Modules\CMakeCCompilerABI.c"
  102. cmTC_48756.vcxproj -> D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\Debug\cmTC_48756.exe
  103.  
  104.  
  105.  
  106. Detecting CXX compiler ABI info compiled with the following output:
  107. Change Dir: D:/build_windows_Full_x64_vc17_Release/CMakeFiles/CMakeTmp
  108.  
  109. Run Build Command(s):C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe cmTC_49864.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:m && Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework
  110. Copyright (C) Microsoft Corporation. All rights reserved.
  111.  
  112. Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31329 for x64
  113. CMakeCXXCompilerABI.cpp
  114. Copyright (C) Microsoft Corporation. All rights reserved.
  115. cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_49864.dir\Debug\\" /Fd"cmTC_49864.dir\Debug\vc143.pdb" /external:W3 /Gd /TP /errorReport:queue "C:\Program Files\CMake\share\cmake-3.23\Modules\CMakeCXXCompilerABI.cpp"
  116. cmTC_49864.vcxproj -> D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\Debug\cmTC_49864.exe
  117.  
  118.  
  119.  
  120. Performing C SOURCE FILE Test SUPPORT_SSE_BUILD succeeded with the following compile output:
  121. Change Dir: D:/build_windows_Full_x64_vc17_Release/CMakeFiles/CMakeTmp
  122.  
  123. Run Build Command(s):C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe cmTC_d729a.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:m && Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework
  124. Copyright (C) Microsoft Corporation. All rights reserved.
  125.  
  126. Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31329 for x64
  127. src.c
  128. D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\src.c(3,31): warning C4101: 'v': unreferenced local variable [D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\cmTC_d729a.vcxproj]
  129. Copyright (C) Microsoft Corporation. All rights reserved.
  130. cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D SUPPORT_SSE_BUILD /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_d729a.dir\Debug\\" /Fd"cmTC_d729a.dir\Debug\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\src.c
  131. cmTC_d729a.vcxproj -> D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\Debug\cmTC_d729a.exe
  132.  
  133.  
  134. ...and run output:
  135.  
  136. Return value: 1
  137. Source file was:
  138.  
  139. #include <xmmintrin.h>
  140. int main(void) { __m128 v = _mm_setzero_ps(); return 0; }
  141. Performing C SOURCE FILE Test SUPPORT_SSE2_BUILD succeeded with the following compile output:
  142. Change Dir: D:/build_windows_Full_x64_vc17_Release/CMakeFiles/CMakeTmp
  143.  
  144. Run Build Command(s):C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe cmTC_74695.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:m && Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework
  145. Copyright (C) Microsoft Corporation. All rights reserved.
  146.  
  147. Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31329 for x64
  148. src.c
  149. D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\src.c(3,32): warning C4101: 'v': unreferenced local variable [D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\cmTC_74695.vcxproj]
  150. Copyright (C) Microsoft Corporation. All rights reserved.
  151. cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D SUPPORT_SSE2_BUILD /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_74695.dir\Debug\\" /Fd"cmTC_74695.dir\Debug\vc143.pdb" /external:W3 /Gd /TC /errorReport:queue D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\src.c
  152. cmTC_74695.vcxproj -> D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\Debug\cmTC_74695.exe
  153.  
  154.  
  155. ...and run output:
  156.  
  157. Return value: 1
  158. Source file was:
  159.  
  160. #include <emmintrin.h>
  161. int main(void) { __m128d v = _mm_setzero_pd(); return 0; }
  162.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement