This release is the final update for the legacy Arm Compiler 5 toolchain and is often required for legacy projects that are not yet compatible with Arm Compiler 6 (armclang).
CC = armcc CFLAGS = --cpu=Cortex-M4 --littleend -O2 -g --apcs=interwork LDFLAGS = --scatter=memmap.scat