Explorar el Código

use arm-none-eabi-gdb from ubuntu-docker

aanper hace 5 años
padre
commit
44bb9ee403
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      make/rules.mk

+ 1 - 1
make/rules.mk

@@ -68,7 +68,7 @@ upload: $(OBJ_DIR)/upload
 
 debug: flash
 	set -m; st-util -n --semihosting & echo $$! > $(OBJ_DIR)/st-util.PID
-	arm-none-eabi-gdb-py \
+	arm-none-eabi-gdb \
 		-ex "target extended-remote 127.0.0.1:4242" \
 		-ex "set confirm off" \
 		-ex "source ../debug/FreeRTOS/FreeRTOS.py" \