<?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>Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7690/unresolved-headers-with-eclipse</link><description>I have an issue trying to set up an example project following this guide . 
 Despite the makefile including correct paths in the INC_PATHS variable, none of the headers included in the main.c are resolved. 
 What could be the issue here? 
 EDIT: </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 20 Jun 2015 09:05:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7690/unresolved-headers-with-eclipse" /><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27414?ContentTypeID=1</link><pubDate>Sat, 20 Jun 2015 09:05:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3748e8bd-e016-45eb-8ee3-3febbe3ac385</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;thanks for the update! I got a different error number when I set may toolchain path incorrectly (on linux) which made me assume that the problem was caused by something else&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27413?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2015 19:51:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03bc5342-8535-4e8a-896f-d3465691cb90</guid><dc:creator>andrey</dc:creator><description>&lt;p&gt;Yep, somehow I missed that. It resolved both this issue and the one I&amp;#39;ve mentioned in the tutorial thread. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27412?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2015 16:35:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f1e3a9e-49b5-4eb8-b34f-aded354933d6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Have you set the toolchain path in Makefile.windows/Posix?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27416?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2015 15:09:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1268ab2-674c-4bf4-9367-85a8553875bc</guid><dc:creator>andrey</dc:creator><description>&lt;p&gt;I&amp;#39;ve added the error in the console in the tutorial thread.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27418?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2015 14:59:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29551fcf-befd-4039-9e95-0c7a34395ab6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Are you seeing any errors in the CDT build console?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27417?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2015 14:58:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:688fa260-2bfe-4dbe-978c-faa2a9f71a51</guid><dc:creator>andrey</dc:creator><description>&lt;p&gt;I have done the steps in the &amp;quot;Enable auto discovery of symbols, include paths and compiler settings&amp;quot; section and my settings are the same as on the screenshots. That isn&amp;#39;t enough it seems.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27415?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2015 14:50:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:876f748a-eedc-4aac-8ede-eec4d3525040</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The CDT output parser should get the include paths (-I) and symbols/pre-processor definitions (-D) from the build output and add them to the source files automatically. Please verify if you have done the steps in the &lt;em&gt;&amp;quot;Enable auto discovery of symbols, include paths and compiler settings&lt;/em&gt;&amp;quot; section in the &lt;a href="https://devzone.nordicsemi.com/tutorials/7/development-with-gcc-and-eclipse/"&gt;guide&lt;/a&gt;. The settings should also correspond with the screenshots shown in the attachment -&amp;gt; Screenshots\CDT parser\&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/cdt.PNG" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;When it is working you should notice that there is a &amp;#39;key&amp;#39; symbol on every source file. Then you can right click on the file and enter properties -&amp;gt; C/C++ General -&amp;gt; Preprocessor Include paths,.. to see what has been added by CDT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27411?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2015 00:14:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f957a65f-e2e5-4ffe-9a0f-8e53ba1af688</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Have a look at this &lt;a href="http://embeddedsoftdev.blogspot.ca/p/eclipse.html"&gt;blog&lt;/a&gt; for Eclipse with ARM in general,  includes nRF51.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unresolved headers with Eclipse</title><link>https://devzone.nordicsemi.com/thread/27410?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2015 13:17:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdefc983-fefe-4c0a-a8b6-7cd76575f995</guid><dc:creator>JohnBrown</dc:creator><description>&lt;p&gt;I find I have to add the paths of the headers to:
Properties&amp;gt;C/C++General&amp;gt;Paths and Symbols&amp;gt;Includes&lt;/p&gt;
&lt;p&gt;It&amp;#39;s a total pain in the behind, and I haven&amp;#39;t worked out how to import/export any of these.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>