New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requests ELF file instead of copy/paste stack trace #26
Comments
...Compile the sketch and it will not ask for elf... |
This solved the problem for me. |
Does not always work. You can find the elf in |
i found the elf file, but i didn't know where i need to put then |
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. |
This file is also good for esp32? |
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: |
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. |
thanks this worked |
The readme file states that one should copy and paste the stack trace, but this tool wants an elf file.
The text was updated successfully, but these errors were encountered: