From 446dbe6412be94324b3acac7afb7a730bdbd3ca6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 1 Sep 2017 20:52:34 +0200 Subject: Now with working source extraction from firmware --- fw/stm32_flash.ld | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fw/stm32_flash.ld') diff --git a/fw/stm32_flash.ld b/fw/stm32_flash.ld index b763d8f..cba7577 100644 --- a/fw/stm32_flash.ld +++ b/fw/stm32_flash.ld @@ -29,9 +29,12 @@ SECTIONS { *(.glue_7) /* TBD - needed ? */ *(.glue_7t) /* TBD - needed ? */ + *(.source_tarball) + /* Necessary KEEP sections (see http://sourceware.org/ml/newlib/2005/msg00255.html) */ KEEP (*(.init)) KEEP (*(.fini)) + KEEP (*(.source_tarball)) . = ALIGN(4); _etext = .; -- cgit