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.
clang我正在尝试使用带有 Qbs的编译器来编译我的项目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 二进制文件吗?