Skip to content

Commit d6831b3

Browse files
authored
Merge pull request #3063 from theotherjimmy/make-srec-print
[Exporters] Add quick print to the makefile when srec_cat is required
2 parents f1d678f + 18b3479 commit d6831b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/export/makefile/Makefile.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ $(PROJECT).hex: $(PROJECT).elf
133133

134134
{% if hex_files %}
135135
$(PROJECT)-combined.hex: $(PROJECT).hex
136+
+@echo "NOTE: the $(SREC_CAT) binary is required to be present in your PATH. Please see http://srecord.sourceforge.net/ for more information."
136137
$(SREC_CAT) {% for f in hex_files %}{{f}} {% endfor %} -intel $(PROJECT).hex -intel -o $(PROJECT)-combined.hex -intel --line-length=44
137138
{% endif %}
138139
# Rules

0 commit comments

Comments
 (0)