<?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 identifiers in ble_dfu_unbonded.c when upgrading from SDK 14.2 to SDK 15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36042/undefined-identifiers-in-ble_dfu_unbonded-c-when-upgrading-from-sdk-14-2-to-sdk-15</link><description>I&amp;#39;m upgrading a client project from SDK 14.2 to SDK 15, and running into some undefined symbols in ble_dfu_unbonded.c: 
 Error[Pe020]: identifier &amp;quot;nrf_dfu_set_adv_name_svci_async_t&amp;quot; is undefined C:\nordic\nRF5_SDK_15.0.0_a53641a\components\ble\ble_services</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Jul 2018 23:18:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36042/undefined-identifiers-in-ble_dfu_unbonded-c-when-upgrading-from-sdk-14-2-to-sdk-15" /><item><title>RE: Undefined identifiers in ble_dfu_unbonded.c when upgrading from SDK 14.2 to SDK 15</title><link>https://devzone.nordicsemi.com/thread/140465?ContentTypeID=1</link><pubDate>Tue, 17 Jul 2018 23:18:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12478917-2b0a-4b0d-82c0-75a6a1134754</guid><dc:creator>Eric Smith</dc:creator><description>&lt;p&gt;Thanks! I saw that in another case (probably yours), but haven&amp;#39;t yet had a chance to try it. I expect to revisit this on Wednesday or Thursday, and will report back here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Undefined identifiers in ble_dfu_unbonded.c when upgrading from SDK 14.2 to SDK 15</title><link>https://devzone.nordicsemi.com/thread/140305?ContentTypeID=1</link><pubDate>Tue, 17 Jul 2018 01:43:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:718a7fa6-18cd-4317-841d-63b12bb7d15b</guid><dc:creator>nimaaghli</dc:creator><description>&lt;p&gt;I use GCC to compile and I added these flags to my make file to fix the problem. Hope it helps &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CFLAGS += -DNRF_DFU_SVCI_ENABLED
CFLAGS += -DNRF_DFU_TRANSPORT_BLE=1

ASMFLAGS += -DNRF_DFU_SVCI_ENABLED
ASMFLAGS += -DNRF_DFU_TRANSPORT_BLE=1&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Undefined identifiers in ble_dfu_unbonded.c when upgrading from SDK 14.2 to SDK 15</title><link>https://devzone.nordicsemi.com/thread/139671?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 07:22:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ef98e6a-78aa-44a3-ad29-866b84316795</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;i greped SDK14.2 and SDK15, both seemed to use it in a similar way and i could not find the actual define.&amp;nbsp;Please look into &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/33934/ble_app_hrs_rscs_relay-dfu---compilation-error"&gt;this &lt;/a&gt;thread.&lt;/p&gt;
&lt;p&gt;seems like there is a missing preprocessor define in your project setting.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Undefined identifiers in ble_dfu_unbonded.c when upgrading from SDK 14.2 to SDK 15</title><link>https://devzone.nordicsemi.com/thread/139462?ContentTypeID=1</link><pubDate>Mon, 09 Jul 2018 16:56:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9b8e040-84c8-48ce-b25a-6937829d2f89</guid><dc:creator>Eric Smith</dc:creator><description>&lt;p&gt;Thanks! However, now that I&amp;#39;ve read the migration guide, I still don&amp;#39;t have any clue what is causing these symbols to be undefined. My project compiles unmodified ble_dfu.c, ble_dfu_bonded.c, and ble_dfu_unbonded.c from the SDK directory. They compiled fine with SDK 14.2, but with SDK 15.0 I get the undefined symbol errors.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Undefined identifiers in ble_dfu_unbonded.c when upgrading from SDK 14.2 to SDK 15</title><link>https://devzone.nordicsemi.com/thread/138848?ContentTypeID=1</link><pubDate>Tue, 03 Jul 2018 19:46:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:444be8a3-f959-48f4-9041-e32a038d3d69</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;You need to follow the migration guide given for SDK15. You can find this&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fmigration.html"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>