Replies: 1 comment 3 replies
-
Hey Lief, I would recommend GDB 12.1, as that's what I use on a daily basis for AVR debugging. But a newer version should work fine. It looks like 12.1 is available in the Debian repository for Bookworm: https://packages.debian.org/bookworm/gdb-avr. A new maintainer has come along since Sep 2022 and they seem to be quite active. The most recent build was pushed in April, for version 13.2, (for Debian unstable): https://metadata.ftp-master.debian.org/changelogs//main/g/gdb-avr/gdb-avr_13.2-4_changelog. So you may not need to build GDB from source. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Nav,
I've decided to build all new versions of the avr tool chain on the Raspberry Pi as Debian's are quite old. I'm using 9.4 gcc, 2.39 binutils, 2.1 libc (avrdudes version) and 7.3 of avrdude.
Which version do you recommend for gdb?
Thanks!
Lief
Beta Was this translation helpful? Give feedback.
All reactions