I installed the riscv-toolchain on my Mac followed the instruction in the README, it works well with qemu but when I run the riscv64-unknown-elf-gdb, an error occurred as follows:
I cd into the /usr/local/Cellar/riscv-gnu-toolchain/master/share/ ,but don't find a file named gdb.
meantime, there is another error says
and each time I enter any gdb command e.g. step, stepi ...., this error repeats.
How to solve this problem ?
I installed the riscv-toolchain on my Mac followed the instruction in the README, it works well with qemu but when I run the riscv64-unknown-elf-gdb, an error occurred as follows:
I cd into the /usr/local/Cellar/riscv-gnu-toolchain/master/share/ ,but don't find a file named gdb. meantime, there is another error says
and each time I enter any gdb command e.g. step, stepi ...., this error repeats. How to solve this problem ?