diff nuc-fw/finlink/ld-script.src @ 132:2c5160a9d652

nuc-fw: switched from nucdemo to Riviera, got some serial output
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Nov 2013 01:48:11 +0000
parents f459043fae0c
children
line wrap: on
line diff
--- a/nuc-fw/finlink/ld-script.src	Fri Nov 01 22:59:49 2013 +0000
+++ b/nuc-fw/finlink/ld-script.src	Sat Nov 02 01:48:11 2013 +0000
@@ -28,6 +28,7 @@
 		*(xip.text*)
 		xipcode.o(.text*)
 		*libplus.xip.a:(.text*)
+		*librv.a:(.text*)
 		*libsprintf.a:(.text*)
 		/* let's put the ARM->Thumb veneers in the XIP section */
 		*(.glue_7)
@@ -83,6 +84,7 @@
 		*(ext.bss*)
 		xipcode.o(.bss* COMMON)
 		*libplus.xip.a:(.bss* COMMON)
+		*librv.a:(.bss* COMMON)
 		*libsprintf.a:(.bss* COMMON)
 		. = ALIGN(4);
 	} > XRAM