<?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>CMake error Building the nRF Connect SDK documentation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94041/cmake-error-building-the-nrf-connect-sdk-documentation</link><description>Following the guide posted here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.1.2/nrf/doc_build.html Generate this error: 
 C:\ncs\v2.1.2\nrf\doc&amp;gt;cmake -GNinja -S. -B_build 
 Loading Zephyr module(s) (Zephyr base (cached)): doc -- Cache files</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Nov 2022 15:01:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94041/cmake-error-building-the-nrf-connect-sdk-documentation" /><item><title>RE: CMake error Building the nRF Connect SDK documentation</title><link>https://devzone.nordicsemi.com/thread/396715?ContentTypeID=1</link><pubDate>Mon, 21 Nov 2022 15:01:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:194b7454-f82d-486a-86e5-4e41f7c75626</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for sharing your partial solution. Please let me know whether you are able to figure out the ninja errors or not.&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: CMake error Building the nRF Connect SDK documentation</title><link>https://devzone.nordicsemi.com/thread/396521?ContentTypeID=1</link><pubDate>Sun, 20 Nov 2022 14:41:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c8f3eab-2ca2-4a53-a6ed-b97c8daaf110</guid><dc:creator>analoglogic</dc:creator><description>&lt;p&gt;Partial Solution&lt;br /&gt;&lt;br /&gt;Following worked for me:&lt;br /&gt;&lt;br /&gt;I opened VS Code as Admin, and opened an nRF Connect Terminal.&lt;br /&gt;&lt;br /&gt;(I also found this to work opening nRF Connect Desktop &amp;gt; Toolchain Manager &amp;gt; Open Bash)&lt;br /&gt;&lt;br /&gt;cd C:\ncs\v2.1.2&lt;br /&gt;&lt;br /&gt;&amp;gt;pip3 install -r zephyr/scripts/requirements.txt&lt;br /&gt;&amp;gt;pip3 install -r nrf/scripts/requirements.txt&lt;br /&gt;&amp;gt;pip3 install -r bootloader/mcuboot/scripts/requirements.txt&lt;br /&gt;&lt;br /&gt;(I had done all this previously from an elevated command shell, but doing it from inside an nRF Connect Terminal from VS Code did it.&amp;nbsp;&amp;nbsp;The error probably has to do with the West workspace initialization, or Zephyr-Base path, but I worked through those, so unsure and it&amp;#39;s unnecessary for me to pursue further.)&lt;br /&gt;&lt;br /&gt;cd C:\ncs\v2.1.2\nrf\doc&lt;br /&gt;&lt;br /&gt;&amp;gt;cmake -GNinja -S. -B_build&lt;br /&gt;&lt;br /&gt;Which built successfully.&lt;br /&gt;&lt;br /&gt;cd _build&lt;br /&gt;&lt;br /&gt;&amp;gt;ninja&lt;br /&gt;&lt;br /&gt;However Ninja now produces build errors, so will try to sort them out, and if I can&amp;#39;t I&amp;#39;ll post follow up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>