<?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 gnu-mcu-arm makefile project vs managed project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27993/eclipse-gnu-mcu-arm-makefile-project-vs-managed-project</link><description>a friendly hello to anyone interested in my question and setup 
 first i would like to explain the makefile setup, which works and 2nd i will go into the managed one and the linker errs i&amp;#39;m getting using the ble_uart example 
 also maybe this helps</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Dec 2017 03:20:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27993/eclipse-gnu-mcu-arm-makefile-project-vs-managed-project" /><item><title>RE: Eclipse gnu-mcu-arm makefile project vs managed project</title><link>https://devzone.nordicsemi.com/thread/110408?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 03:20:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01da47ca-0e2a-4cf3-9e3c-5b4109440b6b</guid><dc:creator>efiLabs</dc:creator><description>&lt;p&gt;thanks Jørgen&lt;/p&gt;
&lt;p&gt;pointing at the missing *.c files got me digging deeper and i discovered that all the warnings (lots of them) were related to main.c ... i didn&amp;#39;t inspect them too close i guess and so i missed that no other files got compiled&lt;/p&gt;
&lt;p&gt;it turns out that the sdk can&amp;#39;t be located outside the projects src directory ... at least for now&lt;/p&gt;
&lt;p&gt;now that i have a working base, i will experiment a bit more ... maybe i can make a static library dedicated to my project out of it ... an initial attempt failed&lt;/p&gt;
&lt;p&gt;so i moved the sdk (lean as mentioned in my initial questions description) into the src folder&lt;/p&gt;
&lt;p&gt;i had to disable app_uart.c since it contained duplicate functions from app_uart_fifo.c&lt;/p&gt;
&lt;p&gt;and a couple other cleanups in the startup section&lt;/p&gt;
&lt;p&gt;and now the ble_uart example WORKS as an eclipse managed project&lt;/p&gt;
&lt;p&gt;again, thanks Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse gnu-mcu-arm makefile project vs managed project</title><link>https://devzone.nordicsemi.com/thread/110407?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2017 10:42:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8199c313-b616-4291-9f6e-e1f1cad2dcef</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It seems you have not included some source files in your project, or you have not enabled the modules in &lt;em&gt;sdk_config.h&lt;/em&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;app_error_handler_bare&lt;/code&gt; implemented in &lt;code&gt;\components\libraries\util\app_error.c&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;bsp_indication_set&lt;/code&gt; implemented in &lt;code&gt;\components\libraries\bsp\bsp.c&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;app_error_handler_bare&lt;/code&gt; implemented in &lt;code&gt;\components\libraries\util\app_error.c&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ble_advertising_on_ble_evt&lt;/code&gt; implemented in &lt;code&gt;\components\ble\ble_advertising\ble_advertising.c&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;nrf_ble_gatt_on_ble_evt&lt;/code&gt; implemented in &lt;code&gt;\components\ble\nrf_ble_gatt\nrf_ble_gatt.c&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ble_nus_on_ble_evt&lt;/code&gt; implemented in &lt;code&gt;\components\ble\ble_services\ble_nus\ble_nus.c&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ble_advertising_on_sys_evt&lt;/code&gt; implemented in&lt;code&gt;\components\ble\ble_advertising\ble_advertising.c&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>