EspExceptionDecoder icon indicating copy to clipboard operation
EspExceptionDecoder copied to clipboard

ESP8266 2.6.3 and ELF file

Open array81 opened this issue 5 years ago • 3 comments

After upgrade from 2.5.2 esp8266 library to 2.6.3 with use EspExceptionDecoder the IDE ask my ELF file. How can I fix it? Where is this file?

array81 avatar Feb 15 '20 17:02 array81

I had the same problem. The pop up window ask for an elf file.

gerald-lbn avatar Mar 03 '20 15:03 gerald-lbn

Hey have a look here i found a solution at issue #50 @array81

gerald-lbn avatar Mar 03 '20 15:03 gerald-lbn

If you're asked for an ELF file, it simply means you have not yet compiled the sketch, so the program doesn't know where to look for debug traces... Just recompile and open the EspExceptionDecoder.

balassy avatar Sep 17 '21 03:09 balassy