lldb Windows错误与clang 10

问题描述 投票:0回答:1

我有Clang 10.0.0 for Windows,是在以下地方安装的 此处

我还用社区VS安装程序安装了3个组件,据我了解是clang 10需要的。

  • C++ 2019 Redistributable Update
  • MSVC v142 - VS 2019 C++ x64x86 构建工具 (v14.26)
  • Windows 10 SDK (10.0.18362.0)

clang本身工作正常--我可以编译、链接到 -fuse-ld=lld,用概念运行一些代码。std::span,看起来不错。

当我运行 lldb.exe,我得到。

..python36.dll was not found..

如果我把 python36.dll 路径上,我就得到。

The application was unable to start correctly (0xc000007b)..

我正在学习C++,想开始使用调试器 但我卡在这里了。

我需要安装整个Python 3.6才行吗?我已经安装了3.8了)。

lldb clang++ llvm-clang
1个回答
0
投票

我需要64位版本的 python36.dll,得到了它从 wikidll

© www.soinside.com 2019 - 2024. All rights reserved.