<?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 Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1481/eclipse-kepler-as-ide-for-nordic-sdk-stucks-on-__inline</link><description>I am trying to setup the hrs sample with gcc (4.8.3) and Eclipse Kepler but althoug it compiles fine the editor is complaining about: 
 Symbol &amp;#39;softdevice_evt_schedule&amp;#39; could not be resolved
Symbol &amp;#39;app_timer_evt_schedule&amp;#39; could not be resolved 
 Can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Jun 2014 03:18:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1481/eclipse-kepler-as-ide-for-nordic-sdk-stucks-on-__inline" /><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6614?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2014 03:18:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f29803c6-967a-44f6-a0ab-fba849375bd9</guid><dc:creator>nhalden</dc:creator><description>&lt;p&gt;Is this a problem with all versions of Eclipse CDT? Could you provide more details on what you know about this issue Ole? Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6625?ContentTypeID=1</link><pubDate>Mon, 31 Mar 2014 09:13:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3db449d-b281-47f4-b395-b8c7b1e804f0</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;It seems you&amp;#39;ve posted this separately here, so I suggest we discuss it there: &lt;a target="_blank" href="https://devzone.nordicsemi.com/index.php/build-in-eclipse-error-after-using-c-files-in-sdk" rel="nofollow"&gt;https://devzone.nordicsemi.com/index.php/build-in-eclipse-error-after-using-c-files-in-sdk&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6624?ContentTypeID=1</link><pubDate>Sat, 29 Mar 2014 21:37:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eff374f5-d687-4172-9ab5-c575f4945e0d</guid><dc:creator>julian</dc:creator><description>&lt;p&gt;I have same issue
see screen here
&lt;a href="https://www.dropbox.com/s/3phdxzb1ktij1zw/Screenshot%202014-03-29%2013.33.58.png"&gt;www.dropbox.com/.../Screenshot 2014-03-29 13.33.58.png&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My include is setup without problem,
if I did not using retarget.c, it builds without problem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6623?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2014 17:50:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b315a0c2-2382-490f-a132-fdfd082d538c</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Adding the extra includes mentioned by Phithvi helped.
And yes Ole, you were right, what Maik described is what I have now. Sorry for the missunderstanding.
Thank you guys, I&amp;#39;m fine now!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6622?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2014 15:55:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cedbd09d-f231-4684-90a1-b748a3030f92</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;In addition to what Ole has mentioned, do include the paths
{path-until-here}/gcc-arm-none-eabi-4_8-2013q4/arm-none-eabi/include
{path-until-here}/gcc-arm-none-eabi-4_8-2013q4/arm-none-eabi/lib/gcc/arm-none-eabi/4.8.3/include&lt;/p&gt;
&lt;p&gt;This will let Eclipse find stdint.h and its buddies so that uint32_t can be understood. The actual path might vary depending on the version of GCC that you are using. Cheers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6621?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2014 12:00:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:545ebd1e-3b56-4a40-b6e8-5aa5416c19de</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;This is definitely a different problem than the original poster here, who only saw two undefined symbols, and in that particular case, there isn&amp;#39;t much to do about it.&lt;/p&gt;
&lt;p&gt;However, in your case, it seems that the problem is that the Include paths are wrong. When testing this, I see that this unfortunately an issue with the default configuration of the project in SDK 5.1.0, in that it includes the wrong paths. You should therefore verify that you have set up the following include paths for GNU C:
${project_loc}/../
${project_loc}/../../../../../Include
${project_loc}/../../../../../Include/app_common
${project_loc}/../../../../../Include/ble
${project_loc}/../../../../../Include/ble/ble_services
${project_loc}/../../../../../Include/s110
${project_loc}/../../../../../Include/sd_common&lt;/p&gt;
&lt;p&gt;Also, to make the board specific defines resolve, you should make sure to define the Symbol BOARD_NRF6310 (or whatever board you use). This is by default done in the Makefile, which Eclipse unfortunately can&amp;#39;t pick up.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve reported this internally so that it can be fixed in a future release.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6617?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2014 21:54:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff2afd3b-ee3a-4c95-81a2-cbd19707a853</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;As I would describe the error in the absolutely same way as Maik I attach the screenshot here. See below.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6620?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2014 21:52:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7080a532-c106-4ea0-8105-1e2ed4422075</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;here a screenshot of my eclipse window. As described by Maik there are &amp;quot;Semantic Errors&amp;quot; saying &amp;quot;Field &amp;#39;xyz&amp;#39; could not be resolved&amp;quot;.&lt;/p&gt;
&lt;p&gt;Although the corresponding includes are made in eclipse (as you can see in the picture) it shows errors.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/eclipse_5F00_could_5F00_not_5F00_resolve_5F00_errors.PNG"&gt;eclipse_could_not_resolve_errors.PNG&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6616?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2014 11:48:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35514ba4-9b8b-43ba-825a-e333b5f77016</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Can you please post this question separately, and make sure to include a screenshot of your Eclipse window, showing all of these? There shouldn&amp;#39;t be hundreds of these errors, so I suspect you see something else than the original poster here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6619?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2014 18:11:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79c28de4-7809-42fc-80bd-d69314753093</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;That was my first assumption as well. But I tried but unfortunately it doesn&amp;#39;t help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6618?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2014 14:45:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef31054d-f8cd-4f04-92e0-235b7a415646</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;I am not sure if this is the solution but you could give it a try.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to the properties of the project in Eclipse. Select the folder and click Alt+Enter.&lt;/li&gt;
&lt;li&gt;Go to C/C++ General -&amp;gt; Paths and Symbols&lt;/li&gt;
&lt;li&gt;In Includes tab, select GNU C&lt;/li&gt;
&lt;li&gt;Click on Add&lt;/li&gt;
&lt;li&gt;In the &amp;#39;Add path directory window&amp;#39; select &amp;#39;File system...&amp;#39;&lt;/li&gt;
&lt;li&gt;Select the path in the SDK (the include directory and folders inside it) where the symbols that you want are defined.&lt;/li&gt;
&lt;li&gt;Click OK, OK &amp;amp; Apply. Now you have to see these directories in the include path of your project.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;With this eclipse also will know where these symbols are defined. This will also let you use the useful &amp;#39;F3&amp;#39; button to go to the definition of any variable/symbol/function.
Cheers,
Prithvi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6615?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2014 19:09:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ab7064f-23e2-42bf-84cc-4bafdafbaed6</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;I&amp;#39;m not quite happy with this answer. It&amp;#39;s pretty annoying for me to have error symbols throughout all the code. I get more than 200 errors for the hrs example. Don&amp;#39;t you see any way to solve this? I would very much appreciate.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse Kepler as IDE for nordic SDK stucks on __INLINE ()</title><link>https://devzone.nordicsemi.com/thread/6613?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2014 10:38:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3889c2e2-819d-47cc-9108-32a675406ff6</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;This is really due to a problem with how the Eclipse code parser works, and it should have no effect on the actual building process.&lt;/p&gt;
&lt;p&gt;If you have issues with actually building the project, and not just see errors in the Eclipse UI, can you please upload your complete build log as an attachment?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>