We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209cf9f commit 965ffc3Copy full SHA for 965ffc3
tools/export/gcc_arm_common.tmpl
@@ -89,13 +89,13 @@ all: $(PROJECT).bin $(PROJECT).hex size
89
90
.asm.o:
91
+@$(call MAKEDIR,$(dir $@))
92
- $(CC) $(CPU) -c $(ASM_FLAGS) $(INCLUDE_PATHS) -o $@ $<
+ $(CC) $(CPU) -c $(ASM_FLAGS) $(CC_SYMBOLS) $(INCLUDE_PATHS) -o $@ $<
93
.s.o:
94
95
96
.S.o:
97
98
99
100
.c.o:
101
0 commit comments