me-no-dev / EspExceptionDecoder

Exception Stack Trace Decoder for ESP8266 and ESP32
GNU General Public License v2.0
1.04k stars 137 forks source link

ERROR: null-esp32-elf-gdb.exe not found! #74

Closed IsaacFroes closed 2 years ago

IsaacFroes commented 2 years ago

I'm having a crash in some random moments in my program. I was hoping to use the decoder to read the backtrace but I'm having the error below after I try to run the decoder.

Arch Not Found for 'ESP32 Dev Module, Disabled, Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None'. Defaulting to 'xtensa' Target Not Found for 'ESP32 Dev Module, Disabled, Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None'. Defaulting to 'esp32' ERROR: null-esp32-elf-gdb.exe not found!

error

vicatcu commented 2 years ago

I was getting the same error using the 1.6.0 package, but the problem was fixed when I updated to the latest 2.2.0

beniroquai commented 2 years ago

Same here on Mac Os 10.15.7. I am using the latest version from the release tab.

IsaacFroes commented 2 years ago

I was using the latest release (2.0.1). I fix the problem by downgrading to the 1.1.0. Thanks for the help. 😃