From 428d3ac28556bf6d2229dd1b767bcd46008f7552 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 28 Feb 2025 19:41:57 +0100 Subject: [PATCH] fixes linker script --- env/ehrenberg/link.lds | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/env/ehrenberg/link.lds b/env/ehrenberg/link.lds index 797b5cb..2f70aeb 100644 --- a/env/ehrenberg/link.lds +++ b/env/ehrenberg/link.lds @@ -6,8 +6,8 @@ MEMORY { rom (rxai!w) : ORIGIN = 0xFFFFE000, LENGTH = 2k flash (rxai!w) : ORIGIN = 0xE0000000, LENGTH = 16M - ram (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 128K - dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2G + ram (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 128K + dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2048M } PHDRS @@ -107,6 +107,11 @@ SECTIONS KEEP (*(.dtors)) } >flash AT>flash :flash + .dummy : + { + *(.comment.*) + + } .lalign : { . = ALIGN(4);