<?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>building error multilink_central for PCA10031</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33063/building-error-multilink_central-for-pca10031</link><description>Hi, 
 I got the same error as the guy in this question: https://devzone.nordicsemi.com/f/nordic-q-a/26041/compiling-error-for-nrf51-development-dongle 
 I use another example, the ble_app_multilink_central example. This example do not contain the same</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Apr 2018 07:30:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33063/building-error-multilink_central-for-pca10031" /><item><title>RE: building error multilink_central for PCA10031</title><link>https://devzone.nordicsemi.com/thread/127962?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 07:30:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37c5ec33-6f1c-49c7-92fb-d772aa6eb2ad</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Cool! Good luck with further development! :) Let me know if there&amp;#39;s anthing else I can help with.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building error multilink_central for PCA10031</title><link>https://devzone.nordicsemi.com/thread/127840?ContentTypeID=1</link><pubDate>Wed, 11 Apr 2018 12:49:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a44fda8-1b89-491b-8c5a-e37491d969ff</guid><dc:creator>dumbos</dc:creator><description>&lt;p&gt;Great! Now it works, also when I add the new code that I wanted!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you :)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building error multilink_central for PCA10031</title><link>https://devzone.nordicsemi.com/thread/127835?ContentTypeID=1</link><pubDate>Wed, 11 Apr 2018 12:33:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07b3b79c-ccf2-4af5-8ffe-f5a4e2d2544f</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;I followed your procedure &amp;amp; got the same error. I was surprised that the example compiled with so few changes, so I guess this is expected that button errors appear. To solve these compile issues, I did the following:&lt;/p&gt;
&lt;p&gt;It seems that once I removed the bsp_btn_ble.c file, Keil could not find bsp.c &amp;amp; bsp_nfc.c anymore for some reason. Not sure why this is happening, but do not think this is such a big issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I also commented out the button_event_handler() function in main.c, as well as the&amp;nbsp;led_status_send_to_all() &amp;amp; the&amp;nbsp;buttons_init() functions. I am assuming you are not going to use the button on the side of the dongle. I also commented out the&amp;nbsp;#define LEDBUTTON_BUTTON_PIN&amp;nbsp; &amp;nbsp; &amp;nbsp; BSP_BUTTON_0 in main.c.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I also commented out the buttons_init() call in main(). After that, everything compiled (even when I added the m_target_periph_name_1[]. Again, I would test this to make sure everything works.&lt;/p&gt;
&lt;p&gt;Let me know if you got it working! &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building error multilink_central for PCA10031</title><link>https://devzone.nordicsemi.com/thread/127620?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 12:43:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28c6cb7b-acfd-4482-bc4d-30490f6f8ba9</guid><dc:creator>dumbos</dc:creator><description>&lt;p&gt;Great! It worked at first but then i tried to change some code, mainly add &amp;quot;m_target_periph_name_1[]&amp;quot; as one more periph name that i want. When I got the error I commented all the changes out and I still got the same error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I inserted a picture of the error below.&lt;/p&gt;
&lt;p&gt;In the error list it says &amp;quot;fatal error: &amp;#39;sdk_config.h&amp;#39; file not found. If I open &amp;quot;Manage Project Items&amp;quot; I find the file there. Added a picture of that ass well below.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/nrf_5F00_error_5F00_ledbutton_5F00_button_5F00_pin.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/nrf_5F00_error_5F00_sdk_5F00_config.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building error multilink_central for PCA10031</title><link>https://devzone.nordicsemi.com/thread/127332?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 06:28:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54f5f174-2884-40b5-864e-567bcf107558</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;All I did was go to Options for Target in Keil -&amp;gt; C/C++ tab -&amp;gt; change BOARD_PCA10028 to&amp;nbsp;BOARD_PCA10031 (since you are using the nrf51 dongle) &amp;amp; then remove the bsp_btn_ble.c file in the Board Support folder &amp;amp; then everything compiled correctly. It&amp;#39;s compiling without any errors now, but make sure to test it out to see if everything works like it should.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>