From b578251132c24b780fe713308039a763a50ab351 Mon Sep 17 00:00:00 2001 From: Graham Edgecombe Date: Mon, 25 Dec 2017 23:42:32 +0000 Subject: [PATCH] Add rodata to the linker script --- progmem.lds | 1 + 1 file changed, 1 insertion(+) diff --git a/progmem.lds b/progmem.lds index 89dcf29..2f13202 100644 --- a/progmem.lds +++ b/progmem.lds @@ -9,6 +9,7 @@ SECTIONS { start.o(.text); *(.text); *(.data); + *(.rodata); . = ALIGN(4); bss_start = .;