Skip to content

Commit e02324f

Browse files
author
mars
committed
tools changed
1 parent a927eab commit e02324f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DSPLIB=Libraries/CMSIS/DSP_Lib/Source
33

44
# Tool path
5-
TOOLROOT ?= Tools/gcc-arm-none-eabi-5_2-2015q4/bin
5+
TOOLROOT ?= Tools/gcc-arm-none-eabi-4_9-2015q2/bin
66

77
CMSIS ?= Libraries/CMSIS/Include/
88

@@ -64,7 +64,7 @@ $(BUILD)/%.map: $(BUILD)/%.elf
6464
size:
6565
$(NM) --print-size --size-sort $(BUILD)/$(TARGET).elf | tail -n 10
6666
$(SIZE) $(BUILD)/$(TARGET).elf
67-
ls -s --block-size=1 $(BUILD)/$(TARGET).bin
67+
ls -s $(BUILD)/$(TARGET).bin
6868

6969
# pull in dependencies
7070
-include $(OBJS:.o=.d) $(SOLO_OBJS:.o=.d) $(MULTI_OBJS:.o=.d)

0 commit comments

Comments
 (0)