Skip to content

Commit 18b3479

Browse files
committed
Add quick print to the makefile when srec_cat is required
1 parent 7bcc63b commit 18b3479

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)