<?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>V2.3.0 build of ncs-example-application fails</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100080/v2-3-0-build-of-ncs-example-application-fails</link><description>I am not sure what happened. I started with the main branch of ncs-example-application and I was able to build it. I then noticed it wasn&amp;#39;t 2.3.0 so I instead checked that out and tried to build that in the same exact way and it failed. I uninstalled</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Apr 2024 11:51:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100080/v2-3-0-build-of-ncs-example-application-fails" /><item><title>RE: V2.3.0 build of ncs-example-application fails</title><link>https://devzone.nordicsemi.com/thread/480435?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2024 11:51:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8ab6dfb-e3b8-4089-a26b-fa21d9298d33</guid><dc:creator>andreasd</dc:creator><description>&lt;p&gt;Nope, doesn&amp;#39;t work for me neither.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I wonder why the project doesn&amp;#39;t include the cmake project() command.&lt;/p&gt;
&lt;p&gt;But it fails to find a C compiler although I started the bash comman prompt from the NRF toolchain manager (Windows 11) and unset the ZEPHYR_BASE environment variable from there.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The CMakeLists.txt is missing some lines:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;cmake_minimum_required(VERSION 3.20.0)&lt;br /&gt;&lt;br /&gt;find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})&lt;br /&gt;project(workspace-sample)&lt;br /&gt;&lt;br /&gt;edit: nevermind! The actual application is in the /app/ subdirectory!&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: V2.3.0 build of ncs-example-application fails</title><link>https://devzone.nordicsemi.com/thread/429686?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2023 07:03:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1dc5212-6516-46d3-b230-1263900d8922</guid><dc:creator>Gary Sandhower</dc:creator><description>&lt;p&gt;I did follow the getting started guide when I first set things up.&lt;br /&gt;&lt;br /&gt;The thing is that somewhere it says that the &amp;quot;ncs-example-application&amp;quot; is the &amp;quot;highly recommended&amp;quot; template to use (highly recommended by Nordic). Which, if true, is fine. So I would like to just follow that but it doesn&amp;#39;t work for me.&lt;br /&gt;&lt;br /&gt;I&amp;#39;d be curious if it worked for anybody.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: V2.3.0 build of ncs-example-application fails</title><link>https://devzone.nordicsemi.com/thread/429550?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 12:19:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a4323eb-28d9-4e7e-9c79-60e77f355596</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Gary,&lt;/p&gt;
&lt;p&gt;Apologies for the delayed response as I was a bit held up with another case. This is an example on how to have an out-of-tree application. You can see here:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/developing/adding_code.html#workflow-2-out-of-tree-application-repository"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/developing/adding_code.html#workflow-2-out-of-tree-application-repository&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think it&amp;#39;s out of date. But please take a look at the link attached and also, did you go through the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html"&gt;getting started guide&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: V2.3.0 build of ncs-example-application fails</title><link>https://devzone.nordicsemi.com/thread/428318?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 06:45:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a6a77ba-9dab-4653-89a5-2487e166cfb3</guid><dc:creator>Gary Sandhower</dc:creator><description>&lt;p&gt;Let me ask this question: Should one be able to follow the step listed on the page successfully? Or is it out of date?&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://github.com/nrfconnect/ncs-example-application/tree/v2.3-branch"&gt;https://github.com/nrfconnect/ncs-example-application/tree/v2.3-branch&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: V2.3.0 build of ncs-example-application fails</title><link>https://devzone.nordicsemi.com/thread/427343?ContentTypeID=1</link><pubDate>Wed, 24 May 2023 22:20:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81780ee5-170f-44a1-b48d-dc851d52b13d</guid><dc:creator>Gary Sandhower</dc:creator><description>&lt;p&gt;It is the nordic example as seen here. No modifications and following the steps on the page.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/ncs-example-application/tree/v2.3-branch"&gt;github.com/.../v2.3-branch&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: V2.3.0 build of ncs-example-application fails</title><link>https://devzone.nordicsemi.com/thread/427129?ContentTypeID=1</link><pubDate>Wed, 24 May 2023 08:32:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95140a61-7c1f-40d5-92f9-b195579c7b23</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Gary,&lt;/p&gt;
&lt;p&gt;Which sample did you try, and did you try in west and VSCode?&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>