<?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>compiling issue while integrating buttonless DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79552/compiling-issue-while-integrating-buttonless-dfu</link><description>Hi, 
 I am facing following compiling issue while integrating the buttonless DFU to ble_app_uart code. 
 I have done whatever this case has instructed. Still i am getting the following compiler issue. 
 Building ‘ble_nrf52810’ from solution ‘ble_nrf52810</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Sep 2021 11:04:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79552/compiling-issue-while-integrating-buttonless-dfu" /><item><title>RE: compiling issue while integrating buttonless DFU</title><link>https://devzone.nordicsemi.com/thread/329194?ContentTypeID=1</link><pubDate>Mon, 13 Sep 2021 11:04:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2751926d-0d60-451d-b32f-5d457364158f</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You have to add the following paths to&amp;nbsp;Preprocessor-&amp;gt;User include Directories&amp;nbsp; the Common build configuration&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;../../../../../../components/libraries/fds&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Enable FDS in the SDK_config.h as&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;e&amp;gt; FDS_ENABLED - fds - Flash data storage module
//==========================================================
#ifndef FDS_ENABLED
#define FDS_ENABLED 1
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>