Print BSS and RAM4 totals at the end of make. (#3527)

If java is unable to run, don't error out the Makefile, just complain a little and move on.  Until
the gcc_map_reader actually works with RAM4, we print it manually.
This commit is contained in:
Scott Smith 2021-11-11 08:51:35 -08:00 committed by GitHub
parent e117292d62
commit 7843b5a28d
1 changed files with 4 additions and 0 deletions

View File

@ -409,3 +409,7 @@ openblt_clean:
# Enable precompiled header
include rusefi_pch.mk
POST_MAKE_ALL_RULE_HOOK: $(BUILDDIR)/$(PROJECT).elf
@java -jar ../java_tools/gcc_map_reader.jar $(BUILDDIR)/$(PROJECT).map | grep Total || echo Unable to run gcc_map_reader
@$(TRGT)objdump -h $(BUILDDIR)/$(PROJECT).elf | grep -w ram4