mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
6b0fceb2ff
commit
e3cee85350
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue