ESP32 C3 eclipse 调试
Posted: Fri Sep 03, 2021 10:35 am
大家好,
按照https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md里的步骤, 到最后一步按下DEBUG出现错误如下:
弹出错误框提醒,Could not determine GDB version using command
cd 到相应目录,直接运行 .espressif\tools\riscv32-esp-elf\1.24.0.123_64eb9ff-8.4.0\riscv32-esp-elf\bin\riscv32-esp-elf-gdb.exe --version, 提示找不到 libstdc++-6.dll libgcc_s_seh-1.dll
IDF 版本为 V4.3 release 版本,target 为 ESP32C3
请问是什么原因呢?
按照https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md里的步骤, 到最后一步按下DEBUG出现错误如下:
弹出错误框提醒,Could not determine GDB version using command
cd 到相应目录,直接运行 .espressif\tools\riscv32-esp-elf\1.24.0.123_64eb9ff-8.4.0\riscv32-esp-elf\bin\riscv32-esp-elf-gdb.exe --version, 提示找不到 libstdc++-6.dll libgcc_s_seh-1.dll
IDF 版本为 V4.3 release 版本,target 为 ESP32C3
请问是什么原因呢?