Skip to content

Commit e3cee85

Browse files
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.
1 parent 6b0fceb commit e3cee85

File tree

2 files changed

+2
-2
lines changed
  • targets/TARGET_Analog_Devices

2 files changed

+2
-2
lines changed

targets/TARGET_Analog_Devices/TARGET_ADUCM302X/TARGET_ADUCM3029/TOOLCHAIN_ARM_STD/ADuCM3029.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! armcc -E
1+
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m3
22
;******************************************************************************
33
; File: ADuCM3029.sct
44
; Scatter loading file for Analog Devices ADuCM3029 processor

targets/TARGET_Analog_Devices/TARGET_ADUCM4X50/TARGET_ADUCM4050/TOOLCHAIN_ARM_STD/ADuCM4050.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! armcc -E
1+
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
22
;******************************************************************************
33
; File: ADuCM4050.sct
44
; Scatter loading file for Analog Devices ADuCM4050 processor

0 commit comments

Comments
 (0)