riscvarchive / risc-v-getting-started-guide

The official RISC-V getting started guide
https://risc-v-getting-started-guide.readthedocs.io/en/latest/
Creative Commons Attribution 4.0 International
198 stars 56 forks source link

Reference to GDB should be GCC? #46

Open TommyMurphyTM1234 opened 2 years ago

TommyMurphyTM1234 commented 2 years ago

On this page:

https://risc-v-getting-started-guide.readthedocs.io/en/latest/zephyr-hifive1.html

# GDB
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-2018.07.0-x86_64-linux-ubuntu14.tar.gz

Shouldn't the comment actually be

# GCC toolchain and GDB

or something similar since the tarball doesn't just contain GDB but a full GCC/GDB/binutils/newlib etc. toolchain?