<?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>Segger Errors</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59112/segger-errors</link><description>Hi there! 
 I am currently trying to follow the SDK instructions to get everything up and running. I followed all steps closely and didn&amp;#39;t run into any errors apart from the last step. 
 When entering the nRF connection options in Segger I get the following</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Mar 2020 15:45:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59112/segger-errors" /><item><title>RE: Segger Errors</title><link>https://devzone.nordicsemi.com/thread/240091?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 15:45:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f1c110f-6e8c-470d-bc66-a65699fdf546</guid><dc:creator>nik736</dc:creator><description>&lt;p&gt;It&amp;#39;s working now!! But don&amp;#39;t ask me what I did, because I honestly don&amp;#39;t know. Thanks for your help :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Errors</title><link>https://devzone.nordicsemi.com/thread/240062?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 14:50:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22153d64-592c-4506-8be6-0ead7fd8a7d9</guid><dc:creator>nik736</dc:creator><description>&lt;p&gt;Thanks for the suggestion, and yup, I installed libgit2 earlier via homebrew. Sadly the errors are still there.&lt;/p&gt;
&lt;p&gt;I also removed the ncs folder completely and ran through the steps again. But the same errors again in Segger as well as via the CLI. Hmm...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Errors</title><link>https://devzone.nordicsemi.com/thread/240055?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 14:42:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a56cb27-9483-441b-a24c-acbb0fb009fd</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Do you have libgit2 installed?&lt;/p&gt;
&lt;p&gt;We are also in the process of updating the macOs documentation. You can find the open pull request here: &lt;a href="https://github.com/zephyrproject-rtos/zephyr/pull/23445"&gt;https://github.com/zephyrproject-rtos/zephyr/pull/23445&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;P.S.&lt;/p&gt;
&lt;p&gt;I would prefer that you show the output of nrf9160_pca10090ns, not actinius_icarus_ns. That way, it is easier to compare to other issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Errors</title><link>https://devzone.nordicsemi.com/thread/239965?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 11:14:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56b72569-75a3-4d9e-b4e8-920a492444d2</guid><dc:creator>nik736</dc:creator><description>&lt;p&gt;Here is the output when running:&lt;/p&gt;
&lt;p&gt;west build -b actinius_icarus_ns&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;-- west build: build configuration:
       source directory: /Users/nik/nrf/ncs/nrf/samples/nrf9160/at_client
       build directory: /Users/nik/nrf/ncs/nrf/samples/nrf9160/at_client/build
       BOARD: actinius_icarus_ns (origin: command line)
-- west build: generating a build system
-- Zephyr version: 2.1.99
-- Selected BOARD actinius_icarus_ns
-- Found west: /Users/nik/Library/Python/3.7/bin/west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.6.0&amp;quot;)
Traceback (most recent call last):
  File &amp;quot;/Users/nik/Library/Python/3.7/bin/west&amp;quot;, line 5, in &amp;lt;module&amp;gt;
    from west.main import main
ModuleNotFoundError: No module named &amp;#39;west.main&amp;#39;
Traceback (most recent call last):
  File &amp;quot;/Users/nik/Library/Python/3.7/bin/west&amp;quot;, line 5, in &amp;lt;module&amp;gt;
    from west.main import main
ModuleNotFoundError: No module named &amp;#39;west.main&amp;#39;

CMake Error at /Users/nik/nrf/ncs/zephyr/cmake/zephyr_module.cmake:45 (message):
  Traceback (most recent call last):

    File &amp;quot;/Users/nik/nrf/ncs/zephyr/scripts/zephyr_module.py&amp;quot;, line 236, in &amp;lt;module&amp;gt;
      main()
    File &amp;quot;/Users/nik/nrf/ncs/zephyr/scripts/zephyr_module.py&amp;quot;, line 200, in main
      returncode=p.returncode)

  subprocess.CalledProcessError: Command
  &amp;#39;[&amp;#39;/Users/nik/Library/Python/3.7/bin/west&amp;#39;, &amp;#39;list&amp;#39;,
  &amp;#39;--format={posixpath}&amp;#39;]&amp;#39; returned non-zero exit status 1.

Call Stack (most recent call first):
  /Users/nik/nrf/ncs/zephyr/cmake/app/boilerplate.cmake:458 (include)
  CMakeLists.txt:10 (include)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -B/Users/nik/nrf/ncs/nrf/samples/nrf9160/at_client/build -S/Users/nik/nrf/ncs/nrf/samples/nrf9160/at_client -GNinja -DBOARD=actinius_icarus_ns&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Errors</title><link>https://devzone.nordicsemi.com/thread/239948?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 10:29:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:062b9ef4-c41e-4562-b4be-cc3ea28cf3a2</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Do you get the same errors when building from the command line?&lt;/p&gt;
&lt;p&gt;Can you send me the output you get when using west from the command line?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Errors</title><link>https://devzone.nordicsemi.com/thread/239942?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 10:18:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd64932a-2ac3-435c-9ea4-833fe4fcee46</guid><dc:creator>nik736</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Thanks for the response. I tried using the Actinius Icarus first (this is the board I have) and the nrf9160_pca10090. Both with and without the ns definition. It&amp;#39;s the same error for all 4 scenarios. I have the feeling some dependency or something is missing, but I didn&amp;#39;t get any error when going through the SDK instructions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Errors</title><link>https://devzone.nordicsemi.com/thread/239882?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 07:59:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f9676fe-3004-4f98-96eb-51b7a53fdd76</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;What board did you choose?&lt;/p&gt;
&lt;p&gt;When building an application that uses the modem, you must build the application as non-secure.&lt;/p&gt;
&lt;p&gt;You can do that (for pre-defined boards) by selecting the non-secure version of the board. It will have &amp;quot;&lt;strong&gt;ns&lt;/strong&gt;&amp;quot; at the end of the name, e.g. nrf9160_pca10090&lt;strong&gt;ns&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>