EspExceptionDecoder icon indicating copy to clipboard operation
EspExceptionDecoder copied to clipboard

Requests ELF file instead of copy/paste stack trace

Open GadgetRho opened this issue 8 years ago • 9 comments

The readme file states that one should copy and paste the stack trace, but this tool wants an elf file.

GadgetRho avatar Aug 22 '17 23:08 GadgetRho

...Compile the sketch and it will not ask for elf... someone wrote a few days ago

Torben80 avatar Aug 31 '17 18:08 Torben80

This solved the problem for me.

MrUrdam avatar Feb 08 '18 06:02 MrUrdam

Does not always work. You can find the elf in Libraries/Arduino15/packages/esp8266/hardware/esp8266/**version**/bootloaders/eboot/eboot.elf.

dresende avatar Feb 21 '18 12:02 dresende

i found the elf file, but i didn't know where i need to put then

pauloeduardosp avatar Apr 05 '18 13:04 pauloeduardosp

The elf file is needed when the ESP Exception Decoder window opens and requests it. If it just works you don't need to point to the elf file.

dresende avatar Apr 05 '18 14:04 dresende

Does not always work. You can find the elf in Libraries/Arduino15/packages/esp8266/hardware/esp8266/**version**/bootloaders/eboot/eboot.elf.

This file is also good for esp32?

zuqualla avatar Jun 05 '19 11:06 zuqualla

Update: Sorry, I didn't realize I would need to recompile the project to create the new file after doing my upgrade. Once I recompiled my Arduino project, now when I open the ESPExceptionDecoder it no longer prompts for the *.Elf file.

Original post: After installing Arduino 1.8.10 and reinstalling the ESPExceptionDecoder, now each time I start it I am asked to locate the *.Elf file. Before this never happened. What config file contains the path to the Elf file. Can I update it so it never asks again?

RickHolc avatar Nov 01 '19 21:11 RickHolc

Makes sense that recompiling is needed, once you think about what the decoder is trying to achieve and how it will do it.

I, too, hadn't realised that it would be the compiler that made the ELF that it needs. Very helpful to know this.

nicechocolate avatar Jan 12 '21 14:01 nicechocolate

...Compile the sketch and it will not ask for elf... someone wrote a few days ago

thanks this worked

SHERAMII avatar Aug 04 '21 10:08 SHERAMII