From 683688c05da4d8901926c12ee8df7e40b3f645f5 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 12 Jul 2022 14:12:23 +0200 Subject: [PATCH] Fix gcc required subversion --- make/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tools.mk b/make/tools.mk index 60294f48eb..f4041232aa 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -18,7 +18,7 @@ # Set up ARM (STM32) SDK ARM_SDK_DIR ?= $(TOOLS_DIR)/gcc-arm-none-eabi-10.3-2021.10 # Checked below, Should match the output of $(shell arm-none-eabi-gcc -dumpversion) -GCC_REQUIRED_VERSION ?= 10.3 +GCC_REQUIRED_VERSION ?= 10.3.1 .PHONY: arm_sdk_version