<?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>Error while porting nrf5 SDK from segger embedded studio to VS Code.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93008/error-while-porting-nrf5-sdk-from-segger-embedded-studio-to-vs-code</link><description>Board: nRF52833 
 SoftDevice: s140 
 SDK version: 17.0.2 
 I&amp;#39;m trying to port my project from segger to vscode. My project gets compiled fine but when I run it I&amp;#39;m getting &amp;quot;nordic_common.h: No such file or directory gcc&amp;quot; error. 
 How can I solve it? Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Oct 2022 08:53:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93008/error-while-porting-nrf5-sdk-from-segger-embedded-studio-to-vs-code" /><item><title>RE: Error while porting nrf5 SDK from segger embedded studio to VS Code.</title><link>https://devzone.nordicsemi.com/thread/391810?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 08:53:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e47946c0-917f-4851-87a1-84b5e6bdfbe3</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Just to clarify, you are getting this error when trying to debug your application?&lt;/p&gt;
&lt;p&gt;Can you share the entire log with the error?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while porting nrf5 SDK from segger embedded studio to VS Code.</title><link>https://devzone.nordicsemi.com/thread/391772?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 05:39:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02323ec1-da7c-4258-bcfe-b5ae834af120</guid><dc:creator>Nabeel Ar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To check whether I have given the correct compiler path, I tried to debug the usbd_ble_uart example and it works fine. I can debug the example and see the log in the terminal. But I&amp;#39;m getting &amp;quot;&lt;span&gt;No such file or directory gcc&amp;quot; error in my program.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while porting nrf5 SDK from segger embedded studio to VS Code.</title><link>https://devzone.nordicsemi.com/thread/391367?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2022 09:09:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f37d3315-ce55-4bb3-a48d-04bfdb91b22e</guid><dc:creator>Nabeel Ar</dc:creator><description>&lt;p&gt;Yes, I&amp;#39;m&amp;nbsp;&lt;span&gt;using gcc/make to build and nrfjprog to flash the application. I&amp;#39;m using Cortex - Debug extension for debugging. When I run the make command it gets complied and the output files also get created. But when I try to run it I&amp;#39;m getting &amp;quot;nordic_common.h: No such file or directory gcc&amp;quot; error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while porting nrf5 SDK from segger embedded studio to VS Code.</title><link>https://devzone.nordicsemi.com/thread/391362?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2022 08:57:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f73336c-1050-43cf-885b-f581d922de6c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How are you building and running the application? Are you using gcc/make to build and nrfjprog to flash or something else?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while porting nrf5 SDK from segger embedded studio to VS Code.</title><link>https://devzone.nordicsemi.com/thread/391359?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2022 08:49:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbb7803d-9afc-482d-a186-c22d98582f83</guid><dc:creator>Nabeel Ar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No, I&amp;#39;m not using the nRF connect extension.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while porting nrf5 SDK from segger embedded studio to VS Code.</title><link>https://devzone.nordicsemi.com/thread/391358?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2022 08:47:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:deb23838-e764-4697-a85f-5978cabacaab</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you trying to use the nRF Connect for VS Code extension? The extension is only supported for nRF Connect SDK, so you will not be able to use it with nRF5 SDK projects.&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>