【发布时间】:2021-06-17 03:35:02
【问题描述】:
我需要将riscv64-unknown-elf-gdb 与目前仅支持最高版本 9.2 的 Clion(在 Mac 上)一起使用,我已按照 here 的指示使用brew install riscv-tools 安装了riscv-tools,并获得了最新版本,即 10.1。
之后,我尝试了brew install riscv-tools@9.2.0,但得到:No available formula or cask with the name "riscv-tools@9.2.0"
有没有办法安装特定的旧版本?
在 Clion 中使用不受支持的 gdb 版本有多糟糕?到目前为止,它似乎仍然有效。
Linux 中的解决方案也将不胜感激。
【问题讨论】:
标签: linux macos version homebrew riscv