<?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>Unable to include header file path in SEGGER Embedded Studio IDE ver4.52 on Windows10</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66103/unable-to-include-header-file-path-in-segger-embedded-studio-ide-ver4-52-on-windows10</link><description>Hi, 
 I am trying to develop an application on nRF52840 development kit board. When I am trying to build I am getting below error &amp;quot;nrfx.h: No such file or directory&amp;quot;. 
 Unable to see Preprocessor tab to include header file path. Added snapshot for your</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Sep 2020 12:09:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66103/unable-to-include-header-file-path-in-segger-embedded-studio-ide-ver4-52-on-windows10" /><item><title>RE: Unable to include header file path in SEGGER Embedded Studio IDE ver4.52 on Windows10</title><link>https://devzone.nordicsemi.com/thread/271331?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2020 12:09:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fe0d8a5-773c-40a9-9ff8-d7a8a53ba3cf</guid><dc:creator>Kalyan Agepati</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Thanks for the suggestion.&lt;/p&gt;
&lt;p&gt;Build got successful after installing of NCS 1.3 by using of a west tool on Windows10.&lt;/p&gt;
&lt;p&gt;For your information, I have installed nRF Connect tool v3.5.0 for desktop and followed the instructions to setup NCS workspace and built successfully.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Kalyan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to include header file path in SEGGER Embedded Studio IDE ver4.52 on Windows10</title><link>https://devzone.nordicsemi.com/thread/270724?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 06:30:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e1648d6-2d05-4d5a-8f90-a9b98c124480</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Kalyan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;peripheral_hr sample already includes&amp;nbsp;&lt;span&gt;NRFX drivers. You don&amp;#39;t need to do&amp;nbsp;it again. Are you able to build the project without any modification? If not, I would suggest using the &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#gs-app-tcm"&gt;&lt;span&gt;Toolchain manager&lt;/span&gt;&lt;/a&gt; to install NCS 1.3 again if you use Windows OS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to include header file path in SEGGER Embedded Studio IDE ver4.52 on Windows10</title><link>https://devzone.nordicsemi.com/thread/270685?ContentTypeID=1</link><pubDate>Mon, 21 Sep 2020 19:22:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13b17308-e3f2-471b-9734-0d5721ec996c</guid><dc:creator>Kalyan Agepati</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Thanks for the response.&lt;/p&gt;
&lt;p&gt;I have included NRFX drivers. Still, I am getting an error: nrfx.h: No such file or directory.&lt;/p&gt;
&lt;p&gt;Please let me know how include nrfx folder path in SES on Windows10 environment?&lt;/p&gt;
&lt;p&gt;FYI, I have run the zephyr\zephyr-env.cmd command, but still same issue nrfx.h: No such file or directory.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Kalyan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to include header file path in SEGGER Embedded Studio IDE ver4.52 on Windows10</title><link>https://devzone.nordicsemi.com/thread/270452?ContentTypeID=1</link><pubDate>Mon, 21 Sep 2020 06:37:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e18b1bb-af97-4478-9132-d2a0ae9086ee</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Kalyan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think you are using NCS, right? If so,&amp;nbsp;&lt;span&gt;Add&amp;nbsp;&lt;/span&gt;&lt;span&gt;#include&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;lt;nrfx.h&amp;gt; to your main.c file and enable the NRFX drivers with Menuconfig. See this &lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-3-0"&gt;tutorial &lt;/a&gt;on how to set the&amp;nbsp;Menuconfig.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>