We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a927eab commit e02324fCopy full SHA for e02324f
1 file changed
common.mk
@@ -2,7 +2,7 @@
2
DSPLIB=Libraries/CMSIS/DSP_Lib/Source
3
4
# Tool path
5
-TOOLROOT ?= Tools/gcc-arm-none-eabi-5_2-2015q4/bin
+TOOLROOT ?= Tools/gcc-arm-none-eabi-4_9-2015q2/bin
6
7
CMSIS ?= Libraries/CMSIS/Include/
8
@@ -64,7 +64,7 @@ $(BUILD)/%.map: $(BUILD)/%.elf
64
size:
65
$(NM) --print-size --size-sort $(BUILD)/$(TARGET).elf | tail -n 10
66
$(SIZE) $(BUILD)/$(TARGET).elf
67
- ls -s --block-size=1 $(BUILD)/$(TARGET).bin
+ ls -s $(BUILD)/$(TARGET).bin
68
69
# pull in dependencies
70
-include $(OBJS:.o=.d) $(SOLO_OBJS:.o=.d) $(MULTI_OBJS:.o=.d)
0 commit comments