Closed minchao-sun closed 4 months ago
I see that brew install riscv-tools will not give me riscv64-unknown-elf-gdb.
brew install riscv-tools
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!
Problem solved. brew install riscv64-elf-gdb would do.
brew install riscv64-elf-gdb
I see that
brew install riscv-tools
will not give meriscv64-unknown-elf-gdb
.Is there some other ways to install a compatible
riscv64-unknown-elf-gdb
?My platform: MacOS: 14 (Sonama) Chip: Intel
Thanks!