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.
我已经使用巧克力安装了 msys2。我也尝试过 Chocolatey 的 msys2-installer 模块。但我在我的系统上找不到 objdump。我应该安装更多的东西吗?
MSYS2 支持三种不同的编译器工具链,它们都有自己的 objdump 实用程序。我不确定你想使用哪一个,但你可以通过运行来安装它们:
sudo pacman -S binutils mingw-w64-x86_64-binutils mingw-w64-i686-binutils