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 f1d678f + 18b3479 commit d6831b3Copy full SHA for d6831b3
tools/export/makefile/Makefile.tmpl
@@ -133,6 +133,7 @@ $(PROJECT).hex: $(PROJECT).elf
133
134
{% if hex_files %}
135
$(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."
137
$(SREC_CAT) {% for f in hex_files %}{{f}} {% endfor %} -intel $(PROJECT).hex -intel -o $(PROJECT)-combined.hex -intel --line-length=44
138
{% endif %}
139
# Rules
0 commit comments