-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Arduino IDE 1.8.19
Boards:
AVR 1.8.3
Esp32 2.0.11
Esp8266 3.1.2
Esp exception decoder 2.0.3
When I try to run the esp exception decoder, I get the following error:
gdbPath: C:\Users\kors\Documents\ArduinoData\packages\esp32\tools\xtensa-esp-elf-gdb\11.2_20220823/bin/xtensa-lx106-elf-gdb.exe
ERROR: xtensa-lx106-elf-gdb.exe not found!
It can be seen that the problem is that the search for xtensa-lx106-elf-gdb.exe for some reason is carried out along the path C:\Users\kors\Documents\ArduinoData\packages\esp32, although the file itself is located in c:\Users\kors \Documents\ArduinoData\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.1.0-gcc10.3-e5f9fec\bin\xtensa-lx106-elf-gdb.exe
Esp exception decoder is installed as recommended by the developer:
c:\Arduino\tools\EspExceptionDecoder\tool\EspExceptionDecoder.jar
The suggested solution #36 (comment) above didn't help.
Just in case, I reinstalled c:\Users\kors\Documents\ArduinoData\packages\esp32. Did not help
How to fix?