Skip to content

GDB client does not support HW or SW breakpoints #119

Closed Answered by navnavnav
JackNWhite asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @JackNWhite,

That error is a result of you using an outdated version of GDB. 7.8 is 10 years old, and Bloom only supports version 8.1 and above, so you'll need to upgrade.

I would recommend 12.1 or above, as that's what I use and it works really well.

If you're on a Debian-based distro, you can install a newer version via the APT repository: sudo apt-get install gdb-avr, but you'll need to be on a recent version of Debian. See the "Installing GDB for AVR debugging" section on the Getting Started page for more.

Once you've upgraded GDB, you should be able to connect to Bloom's GDB server.

Let me know how it goes :)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JackNWhite
Comment options

@navnavnav
Comment options

@JackNWhite
Comment options

Answer selected by JackNWhite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants