<?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>Can&amp;#39;t build any nrf9160 application example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112545/can-t-build-any-nrf9160-application-example</link><description>I just installed the toolchain (2.6.1) and SDK (main) from scratch, and I&amp;#39;m not able to build the Serial LTE Modem and Asset Tracker application. I receive an error during CMAKE phase for both of them: 
 
 I used this command: 
 
 This problem could be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Jun 2024 12:35:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112545/can-t-build-any-nrf9160-application-example" /><item><title>RE: Can't build any nrf9160 application example</title><link>https://devzone.nordicsemi.com/thread/491329?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 12:35:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c30f842b-f55a-4262-878d-050de698a5e9</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;You need to change build target to _ns and it should work&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build any nrf9160 application example</title><link>https://devzone.nordicsemi.com/thread/491292?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 11:10:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a7b70b5-ac4c-4ced-9ca0-e58ad46b1a27</guid><dc:creator>Petr21</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I included the logs from the build with different toolchain by mistake, but the result is the same when I use your toolchain, see the logs. I&amp;#39;m using main branch because of some changes / updates / fixes in Serial LTE application. Main branch should contain SDK 2.7.0 rc3 which should be pretty stable.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;   **************************************
   * Running CMake for serial_lte_modem *
   **************************************

Loading Zephyr default modules (Zephyr base).
-- Application: /home/peta/prace/ncs/nrf/applications/serial_lte_modem
-- CMake version: 3.28.3
-- Found Python3: /usr/bin/python3 (found suitable version &amp;quot;3.12.3&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/peta/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/peta/prace/ncs/zephyr)
-- Found west (found suitable version &amp;quot;1.2.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160
-- Found host-tools: zephyr 0.16.5 (/home/peta/prace/ncs/toolchains/2be090971e/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.5 (/home/peta/prace/ncs/toolchains/2be090971e/opt/zephyr-sdk)
-- Found Dtc: /usr/bin/dtc (found suitable version &amp;quot;1.7.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/peta/prace/ncs/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.dts
-- Found devicetree overlay: /home/peta/prace/ncs/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.overlay
-- Generated zephyr.dts: /home/peta/prace/ncs/nrf/build/serial_lte_modem/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/peta/prace/ncs/nrf/build/serial_lte_modem/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/peta/prace/ncs/nrf/build/serial_lte_modem/zephyr/dts.cmake

warning: Experimental symbol TFTP_LIB is enabled.


warning: NRF_MODEM_LIB (defined at /home/peta/prace/ncs/nrf/lib/nrf_modem_lib/Kconfig:6) has direct dependencies SOC_SERIES_NRF91X &amp;amp;&amp;amp; TRUSTED_EXECUTION_NONSECURE with value n, but is currently being y-selected by the following symbols:
 - MODEM_INFO (defined at /home/peta/prace/ncs/nrf/lib/modem_info/Kconfig:7), with value y, direct dependencies y (value: y)
 - MODEM_JWT (defined at /home/peta/prace/ncs/nrf/lib/modem_jwt/Kconfig:7), with value y, direct dependencies y (value: y)
Parsing /home/peta/prace/ncs/nrf/applications/serial_lte_modem/Kconfig
Loaded configuration &amp;#39;/home/peta/prace/ncs/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_defconfig&amp;#39;
Merged configuration &amp;#39;/home/peta/prace/ncs/nrf/applications/serial_lte_modem/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/peta/prace/ncs/nrf/build/serial_lte_modem/zephyr/.config.sysbuild&amp;#39;

error: Aborting due to Kconfig warnings
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div id="gtx-trans" style="left:-75px;position:absolute;top:254px;"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build any nrf9160 application example</title><link>https://devzone.nordicsemi.com/thread/491289?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 10:58:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bf2016c-27c4-4957-ac58-8b994fa4708e</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Petr&lt;/p&gt;
&lt;p&gt;It should build out of the box. I do however see that you are running the main branch, is there any reason for this? It is not something I would recommend as it will not have the same level of testing as our tagged releases. Any changes done is the SDK will also have a lower level of documentation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I also see that you are not running our toolchain in the build log. Do you see the same result if you use our toolchain?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>