<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linking Error: Eclipse with ARMGCC Toolchain</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30591/linking-error-eclipse-with-armgcc-toolchain</link><description>The current configuration looks as follows: 
 IDE: Eclipse 
 Toolchain: ARMGCC 
 SDK: SDK5_NRF_14 
 DK: NRF52DK-PCA10040 
 I am trying to port the &amp;#39;bootloader_secure_ble&amp;#39; to the bootloader section of a project. The bootloader (currently non-dfu) uses</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Feb 2018 10:18:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30591/linking-error-eclipse-with-armgcc-toolchain" /><item><title>RE: Linking Error: Eclipse with ARMGCC Toolchain</title><link>https://devzone.nordicsemi.com/thread/121372?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2018 10:18:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:735d75fe-a142-44ee-84cd-f49e0215dad0</guid><dc:creator>atharva</dc:creator><description>&lt;p&gt;Thanks for that. The solution now seems relatively simple, but it was a bit of a task to resolve all dependencies&amp;nbsp;keeping one eye on the size and given the fact that these errors are encountered only during linking. Also what complicated the process was highly customized nature of the makefile and the linker. Also, yes&amp;nbsp;on the DEBUG flag.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linking Error: Eclipse with ARMGCC Toolchain</title><link>https://devzone.nordicsemi.com/thread/121354?ContentTypeID=1</link><pubDate>Tue, 20 Feb 2018 09:09:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5d4b60f-73b8-42a6-b17e-9bbe21d946ff</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Looks like there are some .c files missing in your makefile.&amp;nbsp;app_error_save_and_stop() for example, is included in app_error.c. Have you included this? The other two functions that seem to be undefined are located in&amp;nbsp;nrf_dfu_req_handler.c.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you defined DEBUG in your C flags? As far as I can see,&amp;nbsp;&lt;span&gt;app_error_save_and_stop() shouldn&amp;#39;t be required without it.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>