EspExceptionDecoder icon indicating copy to clipboard operation
EspExceptionDecoder copied to clipboard

Can this run on windows? I'm on Win 10 Pro and it is asking me for elf lol

Open tedlu-tw opened this issue 4 years ago • 13 comments

tedlu-tw avatar Apr 18 '20 08:04 tedlu-tw

Yes it runs on Win 10 Pro Can you provide more context ? Are you using Arduino IDE, or Platformio, for instance?

reivaxy avatar Apr 18 '20 08:04 reivaxy

@reivaxy I am using Arduino IDE and it is just asking me if I got some ELF file and idk what just happened haha

tedlu-tw avatar Apr 18 '20 08:04 tedlu-tw

@reivaxy If u want the screenshot here it is image

tedlu-tw avatar Apr 18 '20 08:04 tedlu-tw

did you compile the sketch ?

reivaxy avatar Apr 18 '20 09:04 reivaxy

@reivaxy Oh after compiling it can work?

tedlu-tw avatar Apr 18 '20 09:04 tedlu-tw

also this isn't the code i am using lol

tedlu-tw avatar Apr 18 '20 09:04 tedlu-tw

Well, if you don't compile, you won't have the elf file... But if you don't compile, you don't run, and then you don't need EspExceptionDecoder

reivaxy avatar Apr 18 '20 09:04 reivaxy

AHA gottem, tks man

tedlu-tw avatar Apr 18 '20 10:04 tedlu-tw

@Sax-Ted are you able to use this tool on windows (10 i assume)?

evgesha14 avatar Jul 02 '20 15:07 evgesha14

Uh yea it works when I compile it, sorry!

El El jue, 2 jul 2020 a las 23:31, evgesha14 [email protected] escribió:

@Sax-Ted https://github.com/Sax-Ted are you able to use this tool on windows (10 i assume)?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/me-no-dev/EspExceptionDecoder/issues/53#issuecomment-653075479, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4FNQJWPNS4UZBFLRUMPJLRZSR37ANCNFSM4MLIOIAQ .

-- Sax Ted

tedlu-tw avatar Jul 02 '20 15:07 tedlu-tw

Same here, would be great if it would tell something about "please compile first" instead of "select elf" :-)

shivan avatar Feb 13 '21 18:02 shivan

How do you have a stack trace if you haven't compiled and run the code first?

trullock avatar Mar 03 '21 07:03 trullock

How do you have a stack trace if you haven't compiled and run the code first?

In my case, the fact that I had already uploaded code that caused my ESP32 to throw an error stack trace is the thing that led me to Google and find this tool in the first place - so, I have already compiled and uploaded the code on my board, and simply enabling the serial monitor allows me to copy and receive the stack trace - it wasn't clear from the instructions of the description of "Select .elf file" that an additional compilation is required after having installed the tool

alastaira avatar Mar 06 '21 10:03 alastaira