riscv-software-src / homebrew-riscv

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

cant find gdb #123

Closed ACCLE123 closed 5 months ago

ACCLE123 commented 6 months ago

I used

$ brew tap riscv/riscv
$ brew install riscv-tools

for downloading on arm64. However,

(base) yangqi@yq ~ % riscv64-unknown-elf-gcc --version
riscv64-unknown-elf-gcc (gc891d8dc2) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(base) yangqi@yq ~ % riscv64-unknown-elf-gdb --version
zsh: command not found: riscv64-unknown-elf-gdb

And also, I couldn't find riscv64-unknown-elf-gdb in the bin directory.

bosscharlie commented 6 months ago

Same problem.

sbeamer commented 6 months ago

Correct. It does not build gdb.