<?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>Missing symbols when linking</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/818/missing-symbols-when-linking</link><description>Hi all, 
 I&amp;#39;m having problems when linking my code intended for use on the nRF51822. For some reason there are missing symbols that are needed. I&amp;#39;ve traced the dependencies back to the linker script file &amp;quot;gcc_nrf51_common.ld&amp;quot;. 
 Where are these definitions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Nov 2013 11:39:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/818/missing-symbols-when-linking" /><item><title>RE: Missing symbols when linking</title><link>https://devzone.nordicsemi.com/thread/4064?ContentTypeID=1</link><pubDate>Mon, 04 Nov 2013 11:39:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e034d61c-3101-4c72-a00f-229056545bfa</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Based on your errors, it seems that you are mixing Makefiles and linker scripts from different versions of the SDK. A few versions ago we switched the officially supported GCC version from the CodeSourcery one to the one available &lt;a href="https://launchpad.net/gcc-arm-embedded"&gt;here&lt;/a&gt;, and the errors you see seems likely to occur if you mix files between them.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d recommend you to make sure to upgrade to the latest SDK, use the Launchpad toolchain, and write your Makefile again, based on one from the latest SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Missing symbols when linking</title><link>https://devzone.nordicsemi.com/thread/4063?ContentTypeID=1</link><pubDate>Sat, 02 Nov 2013 17:07:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbd3c22f-42a0-4fe9-9776-15a3e8bf6a75</guid><dc:creator>Ingolf Petersen</dc:creator><description>&lt;p&gt;So it seems that the vector table and reset handlers aren&amp;#39;t being defined. But they should be. I&amp;#39;ve used the same makefile before with the same directory structure without any hiccups so this seems really strange.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>