Open tomaszchacuk opened 8 years ago
Hello
I have a similar problem, I tried to integrade GDB in my PlatformIO project using the ESP8266. It seems that I don't managed to add the full xtensa toolchain. As soon I call gdb_init, there are further files missing.. It would be nice if the needed GDB ressources (full xtensa-toolchain) would be already integrated in PlatformIO.
Hi,
For a couple of days, I've been struggling to configure debugging for ESP8266 running on Arduino and using PlatformIO. I managed to build a proper binary file with http://blog.squix.org/2016/04/esp8266-offline-debugging-with.html:
Can someone pint me what I'm missing ? I have 2 suspicions :
I am using Windows.