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.
我正在设置我的环境以在硬件上使用 Eclipse 进行一些开发,但在尝试运行调试时遇到了一个奇怪的错误。
Error while launching command: arm-none-eabi-gdb --version
奇怪的是,然后我尝试arm-none-eabi-gdb --version在命令行上运行命令它工作得很好。我是新手,所以我不知道哪些信息可能相关,所以请在评论中提问。
arm-none-eabi-gdb --version
在调试配置菜单 -> Debugger -> GDB Commands 上,输入整个路径,而不是仅仅输入 arm-none-eabi-gdb。为我工作