Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By MaxCamillo
#84208 I need python support in my gdb for my ESP8266. As the packed version of gdb in the ESP8266 does not have activated python support I would like to build my own version.
The problem is, that I only find older versions of xtensa-lx106-elf-gcc respectively crosstool-ng and they do not work with the latest ESP8266 2.5.2 package.

When I switch to v2.4 the function gdbstub_init(); is not recognized.

Therefore I'm searching for the sources of xtensa-lx106-elf-gcc or any other idea to get python support while debugging my ESP8266/NodeMCU with arduino

Best regards

Max