<?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>simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16842/simple-compile-error-on-s110-v7-sdk-v6-why</link><description>hi.
i try to add compile my application by dfu . i add library&amp;#39;s and include them. 
 #include &amp;quot;ble_dfu.h&amp;quot;
#include &amp;quot;dfu_app_handler.h&amp;quot;
 
 
 with this i click compile button and it give me this error 
 .\_build\bootloader.axf: Error: L6218E: Undefined</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Oct 2016 10:08:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16842/simple-compile-error-on-s110-v7-sdk-v6-why" /><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64473?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 10:08:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ebfd6f7-934d-4059-a46e-32f348f26f25</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;If RK answered your question please accept it by clicking the check mark next to it. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64472?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 10:05:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57e950d2-57d8-4927-96ad-9c1673cecd2e</guid><dc:creator>navid</dc:creator><description>&lt;p&gt;replace all broke it.
thank u so much .
sorry for bothering.
u r awsome&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64471?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 09:48:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6e8ff13-f37c-46d8-ae36-04db95ab4606</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;I think you&amp;#39;ve broken your own header file. Just look at it, do you really think that &lt;code&gt;SD_SOFTDEVICE_VECTOR_TAble_lbsE_SET&lt;/code&gt; is something which is likely in the header? It&amp;#39;s got mixed case in it and makes no sense.&lt;/p&gt;
&lt;p&gt;Looks to me as if &lt;code&gt;BLE_BAS&lt;/code&gt; has been replaced by &lt;code&gt;ble_lbs&lt;/code&gt;, probably as the result of a fat fingered search which turned into a search and replace.&lt;/p&gt;
&lt;p&gt;Go fix the header or re-download it or something.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64470?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 09:41:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4be18fe7-0924-432f-a4f2-f0cd34138c86</guid><dc:creator>navid</dc:creator><description>&lt;p&gt;its just in&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;dfu_app_handler.c
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;in line 75&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;err_code = sd_softdevice_vector_table_base_set(NRF_UICR-&amp;gt;BOOTLOADERADDR);
    APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64469?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 09:39:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39bd36bd-bfb8-4ff7-b6cc-35963d95bd55</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;well which piece of code is calling it then? Are you using the code for one softdevice version against a different softdevice version?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64468?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 09:31:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79f50ebd-2097-49c2-b649-11d5068cc091</guid><dc:creator>navid</dc:creator><description>&lt;p&gt;in this nrf_sdm.h. there is no function with name of&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_softdevice_vector_table_base_set
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and it has this&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lfclksrc_t clock_source, softdevice_assertion_handler_t assertion_handler));

SVCALL(SD_SOFTDEVICE_DISABLE, uint32_t, sd_softdevice_disable(void));

SVCALL(SD_SOFTDEVICE_IS_ENABLED, uint32_t, sd_softdevice_is_enabled(uint8_t * p_softdevice_enabled));

SVCALL(SD_SOFTDEVICE_VECTOR_TAble_lbsE_SET, uint32_t, sd_softdevice_vector_table_lbse_set(uint32_t address));
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64467?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 09:07:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08ce0f65-a6a1-43ce-a401-f80de5564c33</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Most likely it&amp;#39;s a warning and an error. A warning because the function isn&amp;#39;t declared before you use it and an error because it&amp;#39;s not defined either when you link with it. Since the sd_* functions are declared and defined in the same place, that means whatever file you&amp;#39;ve used it in doesn&amp;#39;t include the header nrf_sdm.h.&lt;/p&gt;
&lt;p&gt;So find the .c file which uses that function and ensure it has the correct header included at the top.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64465?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 08:55:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7b39b86-d038-4225-adcc-b419fb835b45</guid><dc:creator>navid</dc:creator><description>&lt;p&gt;it is an error . i copied the warning instead of error my mistake&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple compile error on s110 v7 sdk v6 . why?</title><link>https://devzone.nordicsemi.com/thread/64466?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 08:35:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9199dfea-0e03-47a1-9718-565d2a2bf71c</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It is not an error, it is a warning. The warning is saying that there was no function declaration or definition seen before the function call was made. Could you edit your question and upload your complete project so I can test it here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>