From 4c203dba2d4239878f17474055c13c4293ebbd16 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Fri, 14 Apr 2017 16:46:28 +0200 Subject: Fixed MSP430 build with latest msp-gcc (6.2) --- .../startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'os/common/startup/MSP430X/compilers/GCC/mk') diff --git a/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk b/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk index 9c063cd..022bf9f 100644 --- a/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk +++ b/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk @@ -1,10 +1,11 @@ # List of the ChibiOS generic MSP430X startup and linker files. -STARTUPSRC = +STARTUPSRC = #$(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC/vectors.c - -STARTUPASM = -STARTUPINC = $(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC +STARTUPASM = + +STARTUPINC = $(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC \ +$(CHIBIOS_CONTRIB)/os/common/ext/MSP430/inc STARTUPLD = $(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC/ld -- cgit v1.2.3