<?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>eclipse gcc and Bluetooth Developer Studio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21798/eclipse-gcc-and-bluetooth-developer-studio</link><description>大家好，我是一個新手
請問我從Bluetooth Developer Studio生成一個BUTTON的BLE UUID代碼
 
如附件test1.7z
 test1.7z 
我要如何結合到
 nRF5_SDK13.0.0_ble_app_hrs_pca10040_s132.zip 
 這個範例裡面呢??
讓nRF Coonect可以看到新的UUID碼
目前放進去後變成這樣
 
 會遇到以下幾種錯誤
 
 
 這些錯誤該如何解決呢??
煩請指導一下，謝謝</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 May 2017 01:35:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21798/eclipse-gcc-and-bluetooth-developer-studio" /><item><title>RE: eclipse gcc and Bluetooth Developer Studio</title><link>https://devzone.nordicsemi.com/thread/85644?ContentTypeID=1</link><pubDate>Fri, 05 May 2017 01:35:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8223a466-f029-4b0d-acf4-9b8002282c45</guid><dc:creator>Rick</dc:creator><description>&lt;p&gt;Dear sugurd:&lt;/p&gt;
&lt;p&gt;I test OK.
Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse gcc and Bluetooth Developer Studio</title><link>https://devzone.nordicsemi.com/thread/85643?ContentTypeID=1</link><pubDate>Thu, 04 May 2017 11:01:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8414b05-13a1-45df-9209-e5bed55fc20c</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You have to add the file manually to the makefile. The makefile is located in the folder &lt;code&gt;experimental_bluetoothds_template\pca10040\s132\armgcc&lt;/code&gt;. Add &lt;code&gt;$(PROJ_DIR)/ble_button_test_service.c \&lt;/code&gt; under SRC_FILES, e.g. under service_if.c like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  $(PROJ_DIR)/main.c \
  $(PROJ_DIR)/service_if.c \
  $(PROJ_DIR)/ble_button_test_service.c \
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>