From 41bbdcc26b5af2c2da143c0094491d8d22ce5848 Mon Sep 17 00:00:00 2001 From: Alexey Lapshin Date: Tue, 17 May 2022 12:17:03 +0400 Subject: [PATCH] tools: Fix gdb version check Closes https://github.com/espressif/esp-idf/issues/8965 --- tools/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools.json b/tools/tools.json index 15df99f72e..6456ae5a8d 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -92,7 +92,7 @@ "esp32c3" ], "version_cmd": [ - "riscv32-esp-elf-gdb", + "riscv32-esp-elf-gdb-no-python", "--version" ], "version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",