The toolchain is in the developer's environment. Development under Windows should not need to modify the makefile of SDK to define the toolchain path.

This commit is contained in:
dxl
2023-03-14 10:56:17 +08:00
parent 4799b01ea6
commit d81f11c3dc
@@ -1,3 +1,3 @@
GNU_INSTALL_ROOT := C:/UserProgram/arm_gcc/none/bin/
GNU_VERSION := 10.3.1
GNU_PREFIX := arm-none-eabi
GNU_INSTALL_ROOT ?= C:/Program Files (x86)/GNU Arm Embedded Toolchain/9 2020-q2-update/bin/
GNU_VERSION ?= 9.3.1
GNU_PREFIX ?= arm-none-eabi