Changed some source file paths for SRC_C to relative paths.

Added statements to validate GCCVERSION on Windows Command Prompt.
This commit is contained in:
kkitayam
2021-01-12 01:02:17 +09:00
parent 8fa083d79e
commit fc69dd70cf
14 changed files with 69 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ SRC_C += \
$(MCU_FAMILY_DIR)/src/da1469x_clock.c \
$(MCU_FAMILY_DIR)/src/hal_gpio.c \
SRC_S += $(TOP)/hw/bsp/$(BOARD)/gcc_startup_da1469x.S
SRC_S += hw/bsp/$(BOARD)/gcc_startup_da1469x.S
INC += \
$(TOP)/hw/bsp/$(BOARD) \