Skip to content

Commit

Permalink
Remove --warn-unresolved-symbols - it should be error not warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jan 7, 2019
1 parent 889385d commit 27f2185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif

LDFLAGS= $(COMMON_FLAGS) \
-Wall -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--unresolved-symbols=report-all -Wl,--warn-common \
-Wl,--warn-section-align -Wl,--warn-unresolved-symbols \
-Wl,--warn-section-align \
-save-temps -nostartfiles \
--specs=nano.specs --specs=nosys.specs
BUILD_PATH=build/$(BOARD)
Expand All @@ -64,6 +64,8 @@ COMMON_SRC = \
src/init_$(CHIP_FAMILY).c \
src/startup_$(CHIP_FAMILY).c \
src/usart_sam_ba.c \
src/screen.c \
src/images.c \
src/utils.c

SOURCES = $(COMMON_SRC) \
Expand Down

0 comments on commit 27f2185

Please sign in to comment.