Leo On Thu, 31 Jul 2025, Martin Husemann wrote:
On Thu, Jul 31, 2025 at 08:37:35AM +0200, leo.lundberg99%ikmail.com@localhost wrote:Hello! I have been making good usage of the aforementioned package. I have however noticed the lack of gdb included for the toolchain which I would have loved to have. Would it be possible to have it included? Does it already exist in another package I haven't found?I always use the in-tree gdb by adding -V MKCROSSGDB=yes to the build.sh command line. It creates a $TOOLDIR/bin/riscv64--netbsd-gdb binary. Martin