0

ガイドhttp://llvm.org/docs/GettingStartedVS.htmlを使用して、Visual Studio を使用して Windows 10 に LLVM をインストールしようとしていますが、エラーが発生します。

これが CMake GUI での私のビューで、C++ コンパイラを使用するように指示しましたC:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe

ソースディレクトリでビルドできないため、ビルド用に llvm という新しいディレクトリを作成済みです。

私は何を間違っていますか?

ここに画像の説明を入力

構成プロセスにより、次の出力が表示されます。

The C compiler identification is unknown
The CXX compiler identification is unknown
The ASM compiler identification is MSVC
Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
CMake Error at CMakeLists.txt:48 (project):
  No CMAKE_C_COMPILER could be found.



Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
CMake Error: Generator: execution of make failed. Make command was: "MSBuild.exe" "cmTC_c88f4.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.7/Modules/CMakeTestCXXCompiler.cmake:44 (message):
  The C++ compiler "C:/Program Files (x86)/Microsoft Visual Studio
  14.0/VC/bin/cl.exe" is not able to compile a simple test program.

  It fails with the following output:

   Change Dir: C:/dev/llvm/CMakeFiles/CMakeTmp



  Run Build Command:"MSBuild.exe" "cmTC_c88f4.vcxproj"
  "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"



  Generator: execution of make failed.  Make command was: "MSBuild.exe"
  "cmTC_c88f4.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"





  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:48 (project)


Configuring incomplete, errors occurred!
See also "C:/dev/llvm/CMakeFiles/CMakeOutput.log".
See also "C:/dev/llvm/CMakeFiles/CMakeError.log".
4

1 に答える 1