From 623b28067c745c267765b25cf842324f3b965e64 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Wed, 23 May 2018 20:45:24 -0400 Subject: [PATCH] Removing "--print-memory-usage", not support for some compilers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e8a980..01c0538 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ LDFLAGS_F7 =-T stm32f7xx_link.ld $(MCFLAGS_F7) $(INCLUDES_LIBS_F7) # Common flags CFLAGS=-Os -ffunction-sections -fdata-sections -nostdlib -DCUSTOM_NEW -DNO_EXCEPTIONS -Wno-unused-parameter -nostdlib CXXFLAGS=-Os -fno-exceptions -ffunction-sections -fdata-sections -nostdlib -fno-rtti -DCUSTOM_NEW -DNO_EXCEPTIONS -Wno-unused-parameter -LDFLAGS=-Os --specs=nano.specs --specs=nosys.specs -Wl,--print-memory-usage +LDFLAGS=-Os --specs=nano.specs --specs=nosys.specs # Build Rules .PHONY: all release_f1 release_f4 release_f7 hs bl pi-f4 f446 f767 clean