arduino / toolchain-avr

The AVR toolchain used by the Arduino IDE
142 stars 48 forks source link

avr-gdb.exe is missing from the latest release #72

Closed psytribalogical closed 3 years ago

psytribalogical commented 3 years ago

Hello,

It seems the latest version released with the IDE version 1.8.13 is missing avr-gdb.exe

The files shipped with 1.8.12 had it hardware\tools\avr\bin, and this can be used to get GDB Functionality using the GDB Stub Tool on an UNO.

Will this be re-included in the next toolchain, or is there another way this should be downloaded in the future? (Also reported on ArduinoCore-avr: https://github.com/arduino/ArduinoCore-avr/issues/348)