<?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>Build error when compiling examples that need softdevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16812/build-error-when-compiling-examples-that-need-softdevice</link><description>I am compiling the simple BLE HRS with freeRTOS example using gcc and eclipse environment. I followed the example provided on eclipse and was able to build the blinky example. 
 However, when I try to compile a program which needs a softdevice, I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Oct 2016 10:06:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16812/build-error-when-compiling-examples-that-need-softdevice" /><item><title>RE: Build error when compiling examples that need softdevice</title><link>https://devzone.nordicsemi.com/thread/64328?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2016 10:06:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b52aba6a-8eaa-49b8-90da-90ab94172934</guid><dc:creator>himanshu pande</dc:creator><description>&lt;p&gt;Thanks, I missed the CFLAGS += -DNRF_SD_BLE_API_VERSION=3 flag. Able to build now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build error when compiling examples that need softdevice</title><link>https://devzone.nordicsemi.com/thread/64327?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2016 09:43:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a85247ab-0f56-4b88-a687-12d0361b7980</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;sd_ble_gap_addr_get() is used in SD132 v3 (nRF52). NRF_SD_BLE_API_VERSION and NRF52 are defined in the makefile:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;CFLAGS += -DNRF52
...
CFLAGS += -DNRF_SD_BLE_API_VERSION=3
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build error when compiling examples that need softdevice</title><link>https://devzone.nordicsemi.com/thread/64326?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2016 08:38:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a32420c8-6bd6-4c99-9c76-baec768ee681</guid><dc:creator>himanshu pande</dc:creator><description>&lt;p&gt;NRF_SD_BLE_API_VERSION must be 3 for this. Also, NRF52 must be defined for the same. How to set these values because I was not able to get these values in sdk_config.h.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Build error when compiling examples that need softdevice</title><link>https://devzone.nordicsemi.com/thread/64325?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2016 01:02:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc1ec30f-0fd4-450f-b0dd-3e398089599f</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Named changed &lt;code&gt;sd_ble_gap_addr_get&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>