From bf1a37ba712b3c42861e7cfabb174724791b41b6 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 17 Jan 2011 21:51:51 +0900 Subject: PS/2 to USB keyboard converter --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 795e7b999..808e8ff3b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -298,6 +298,10 @@ EXTMEMOPTS = # -Wl,...: tell GCC to pass this to linker. # -Map: create map file # --cref: add cross reference to map file +# +# Comennt out "--relax" option to avoid a error such: +# (.vectors+0x30): relocation truncated to fit: R_AVR_13_PCREL against symbol `__vector_12' +# LDFLAGS = -Wl,-Map=$(TARGET).map,--cref LDFLAGS += -Wl,--relax LDFLAGS += -Wl,--gc-sections -- cgit v1.2.3