jdolinay / avr_debug

Source level debugger for Arduino - GDB stub for Atmega328 microcontroller used in Arduino Uno.
GNU Lesser General Public License v3.0
142 stars 33 forks source link

no elf #42

Closed geetee24 closed 2 years ago

geetee24 commented 2 years ago

see pic IMG004

jdolinay commented 2 years ago

The root cause is probably #40, the program is not built, that is why the .elf file does not exist. There should be build errors before you get to this point, such as the one in #41. If the program builds without error, then it is also possible that the name or location of the output file is different. Check if you have the "output": ".\build", line in your arduino.json.