<?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>Undefined symbol</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13720/undefined-symbol</link><description>I am getting following errors when compiling source code in Keil-5. Any one suggest me what i am missing to define symbol? 
 I have defined symbols in target&amp;gt;&amp;gt;c/c++ : BLE_STACK_SUPPORT_REQD NRF52_PAN_53 NRF52_PAN_15 NRF52_PAN_54 NRF52_PAN_20 NRF52_PAN_55</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 May 2018 07:17:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13720/undefined-symbol" /><item><title>RE: Undefined symbol</title><link>https://devzone.nordicsemi.com/thread/132645?ContentTypeID=1</link><pubDate>Tue, 22 May 2018 07:17:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4161be1f-742a-4c83-9088-8c6263c3af17</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;by this time you must have figured out that you are missing nrf_log.* files included in your project&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Undefined symbol</title><link>https://devzone.nordicsemi.com/thread/132454?ContentTypeID=1</link><pubDate>Fri, 18 May 2018 01:16:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5b3c85e-0f21-4508-b1b3-e18f123ec654</guid><dc:creator>Vijay</dc:creator><description>&lt;p&gt;Hi, so&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;SEGGER_RTT_WriteString&lt;/pre&gt;&amp;nbsp;works for me but the moment I include&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;SEGGER_RTT_printf&lt;/pre&gt;&lt;br /&gt; I get three errors -&amp;nbsp;&lt;br /&gt;.\_build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol log_rtt_init (referred from softdevice_handler.o).&lt;br /&gt;.\_build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol log_rtt_printf (referred from softdevice_handler.o).&lt;br /&gt;I have made NRF_LOG_USES_RTT=1 in my preprocessor symbols. I have also included the softdevice s132 in my project. I have included the SEGGER_RTT_printf.c in my project. I am using SDK v11 with a nRF58210.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Undefined symbol</title><link>https://devzone.nordicsemi.com/thread/52433?ContentTypeID=1</link><pubDate>Tue, 10 May 2016 08:20:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9387f6d1-4bbe-4144-ad70-3b46fe62bbd2</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;You need to add RTT files to your project. &lt;a href="https://devzone.nordicsemi.com/tutorials/6/"&gt;here&lt;/a&gt; is the tutorial that will will help you do it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You need to add SDK\components\ble\device_manager_xxx (xxx is central or peripheral depending on your project) sources and headers to your project.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>