Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
clangQbs をオンにしてコンパイラを使用してプロジェクトをコンパイルしようとしていますWindows 10 x64。QtCreator インターフェイスを使用してツールを構成したところ、エラーModule cpp could not be loadedが表示されました。
clang
Windows 10 x64
Module cpp could not be loaded
これは私の構成です:
何が起こっている?
このメッセージは、clang ツールチェーンと Windows ターゲットの組み合わせに一致する cpp モジュール バックエンドが見つからないために表示されます。Windows で現在サポートされているコンパイラは、MSVC と mingw だけだと思います。本当にclangでWindowsバイナリを作成するつもりですか?