Cant get debugger working
Posted: Tue Sep 17, 2024 9:22 am
Hi
I have a ESP-S3-devkit, witch I cant debug or flash(uart) via esspressif ide. I can flash it via UART in vs code but not debug.
To rule out everything on my PC I installed a fresh IDE(esp-idf v5.3) on a virtual machine using the windows installer.
I'm trying to get the "hello-word" example to run and debug.
The esp32s3 is found and my com port is linked to target esp32-s3.
I have three launch configurations and get these errors:
hello_world.elf
"Error with command: gdb --version"
hello_world
"Error with command: gdb --version"
hello_world configuration
First it gave me GDB timeout, increased the timeout to 500 and now I get Error: Failed to start algorithm (-4)!
I'm totally lost, should it not work with a clean install and an official dev-board?
Any help appreciated
I have a ESP-S3-devkit, witch I cant debug or flash(uart) via esspressif ide. I can flash it via UART in vs code but not debug.
To rule out everything on my PC I installed a fresh IDE(esp-idf v5.3) on a virtual machine using the windows installer.
I'm trying to get the "hello-word" example to run and debug.
The esp32s3 is found and my com port is linked to target esp32-s3.
I have three launch configurations and get these errors:
hello_world.elf
"Error with command: gdb --version"
hello_world
"Error with command: gdb --version"
hello_world configuration
First it gave me GDB timeout, increased the timeout to 500 and now I get Error: Failed to start algorithm (-4)!
I'm totally lost, should it not work with a clean install and an official dev-board?
Any help appreciated