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.
2 parents 4f4c8c4 + 26043e5 commit 539cf3fCopy full SHA for 539cf3f
tools/export/makefile/Makefile.tmpl
@@ -135,7 +135,7 @@ $(PROJECT).link_script{{link_script_ext}}: $(LINKER_SCRIPT)
135
136
{% block target_project_elf %}
137
$(PROJECT).elf: $(OBJECTS) $(SYS_OBJECTS) {% if pp_cmd -%} $(PROJECT).link_script{{link_script_ext}} {% else%} $(LINKER_SCRIPT) {% endif %}
138
- $(file > .link_options.txt,$(filter %.o, $^)
+ +@echo "$(filter %.o, $^)" > .link_options.txt
139
+@echo "link: $(notdir $@)"
140
@$(LD) $(LD_FLAGS) {{link_script_option}} $(filter-out %.o, $^) $(LIBRARY_PATHS) --output $@ {{response_option}}.link_options.txt $(LIBRARIES) $(LD_SYS_LIBS)
141
{% endblock %}
0 commit comments