Update interpreter program used in ARM scatter file

Change interpreter program from armcc to armclang. Pass it different
optional arguments: specify the target compiler and core core type.
pull/14019/head
Harrison Mutai 2020-12-09 15:25:19 +00:00
parent 6b0fceb2ff
commit e3cee85350
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! armcc -E #! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m3
;****************************************************************************** ;******************************************************************************
; File: ADuCM3029.sct ; File: ADuCM3029.sct
; Scatter loading file for Analog Devices ADuCM3029 processor ; Scatter loading file for Analog Devices ADuCM3029 processor

View File

@ -1,4 +1,4 @@
#! armcc -E #! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
;****************************************************************************** ;******************************************************************************
; File: ADuCM4050.sct ; File: ADuCM4050.sct
; Scatter loading file for Analog Devices ADuCM4050 processor ; Scatter loading file for Analog Devices ADuCM4050 processor