Skip to content

Commit 27128a8

Browse files
committed
Sysv format for ChibiOS arm-none-eabi-size
Some new patches to ChibiOS puts heap as it's own section. So the berkeley format is now useless, as the heap will be included in the BSS report. The sysv format displays the bss size correctly.
1 parent d4b8e68 commit 27128a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/chibios/chibios.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ CP = $(TRGT)objcopy
175175
AS = $(TRGT)gcc -x assembler-with-cpp
176176
AR = $(TRGT)ar
177177
OD = $(TRGT)objdump
178-
SZ = $(TRGT)size
178+
SZ = $(TRGT)size -A
179179
HEX = $(CP) -O ihex
180180
BIN = $(CP) -O binary
181181

0 commit comments

Comments
 (0)