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:
parent
e117292d62
commit
7843b5a28d
|
@ -409,3 +409,7 @@ openblt_clean:
|
||||||
|
|
||||||
# Enable precompiled header
|
# Enable precompiled header
|
||||||
include rusefi_pch.mk
|
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
|
||||||
|
|
Loading…
Reference in New Issue