riscv-software-src / homebrew-riscv

homebrew (macOS) packages for RISC-V toolchain
https://riscv.org
304 stars 50 forks source link

How to install `riscv64-unknown-elf-gdb`? #128

Closed minchao-sun closed 2 months ago

minchao-sun commented 2 months ago

I see that brew install riscv-tools will not give me riscv64-unknown-elf-gdb.

Is there some other ways to install a compatible riscv64-unknown-elf-gdb?

My platform: MacOS: 14 (Sonama) Chip: Intel

Thanks!

minchao-sun commented 2 months ago

Problem solved. brew install riscv64-elf-gdb would do.