can we use xtensa-esp32-elf-gdb.exe for esp8266 as well?
Posted: Mon Apr 10, 2017 1:15 pm
hi,
i'm using ESP8266 RTOS SDK V1.5.0 and i wanna deal with some debugging stuff. so, in xtensa tool chain i ain't finding any gdb tool, so i gave a shot to xtensa-esp32-elf-gdb.exe(xtensa gdb for esp32) to debug using app1.out(elf file) file which gets created in build folder in my sdk.
i tried to use some commands like setting breakpoints, which works fine, but when i try for RUN and START command for gdb, it's coming like,
"don't know how to use run. try 'help target '."
prompted messages are not giving clear idea about further process.
so, how to continue further debugging thing? i'm kind of stuck there.
same thing i've tried with esp32 as well, but getting the same message.
please reply your suggestions if you've already dealt with same thing.
thanks for stopping by and for your patience.
i'm using ESP8266 RTOS SDK V1.5.0 and i wanna deal with some debugging stuff. so, in xtensa tool chain i ain't finding any gdb tool, so i gave a shot to xtensa-esp32-elf-gdb.exe(xtensa gdb for esp32) to debug using app1.out(elf file) file which gets created in build folder in my sdk.
i tried to use some commands like setting breakpoints, which works fine, but when i try for RUN and START command for gdb, it's coming like,
"don't know how to use run. try 'help target '."
prompted messages are not giving clear idea about further process.
so, how to continue further debugging thing? i'm kind of stuck there.
same thing i've tried with esp32 as well, but getting the same message.
please reply your suggestions if you've already dealt with same thing.
thanks for stopping by and for your patience.