<?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>Issues with CONFIG settings when upgrading NCS to V2.6.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109992/issues-with-config-settings-when-upgrading-ncs-to-v2-6-0</link><description>I&amp;#39;m in the process of upgrading from V2.2.0 to V2.6.0 of NCS. Not surpringly, I&amp;#39;m having issues with building firmware that used to &amp;quot;just work&amp;quot;. Slowly ticking off all the issues, but I&amp;#39;m currently stuck on one I can&amp;#39;t resolve. 
 My firmware uses OTA</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Apr 2024 14:58:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109992/issues-with-config-settings-when-upgrading-ncs-to-v2-6-0" /><item><title>RE: Issues with CONFIG settings when upgrading NCS to V2.6.0</title><link>https://devzone.nordicsemi.com/thread/478374?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2024 14:58:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b91fdc3-741f-4362-8a35-6da471f3082d</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Mike,&lt;br /&gt;&lt;br /&gt;Thank you for the status update.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with CONFIG settings when upgrading NCS to V2.6.0</title><link>https://devzone.nordicsemi.com/thread/478274?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2024 10:50:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12777692-dad2-4b1e-9c1f-85280be996c4</guid><dc:creator>Mike Austin (LPI)</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve spent the last couple of days migrating another one of my projects to v2.6.0, in the hope that would be less painful.&amp;nbsp; Whilst it wasn&amp;#39;t without a few challenges, I now have that working successfully under v2.6.0.&lt;/p&gt;
&lt;p&gt;Interestingly, the basic structure and function of that firmware isn&amp;#39;t vastly different from this one that I am having issues with.&amp;nbsp; I did briefly try using the proj.conf and mcuboot.conf files from the project I have now got working in the project here that is giving me all the problems, but I was still seeing the same sort of errors.&lt;/p&gt;
&lt;p&gt;Which makes me think there is something else going on.&lt;/p&gt;
&lt;p&gt;That device tree issue wasn&amp;#39;t present in a previous commit of this firmware I am working on, and its only appeared in recent changes - which I&amp;#39;ve not been diligent in tracking changes for, so I fear I&amp;#39;m going to have to go back to a commit from a week or so ago and start again.&lt;/p&gt;
&lt;p&gt;Anyway, now I now I can migrate something to v2.6.0, I&amp;#39;ll go back to this and see if I can uncover what&amp;#39;s going wrong.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll keep you posted&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with CONFIG settings when upgrading NCS to V2.6.0</title><link>https://devzone.nordicsemi.com/thread/478254?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2024 10:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1c4663a-374d-4f5f-8f68-17184239f48f</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Mike,&lt;br /&gt;&lt;br /&gt;Have you tried to build with newlib-nano library?&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;You could try to add CONFIG_PICOLIBC=n to your project configuration.&lt;br /&gt;&lt;br /&gt;Additionally, you could try increasing heap memory pool size using CONFIG_HEAP_MEM_POOL_SIZE = 8192.&lt;br /&gt;&lt;br /&gt;Your build shows some devicetree errors. To find out more how to fix them, you can look at &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/build/dts/howtos.html#get-a-struct-device-from-a-devicetree-node"&gt;get struct device from devicetree node&lt;/a&gt; and &lt;a href="https://docs.zephyrproject.org/latest/build/dts/troubleshooting.html#troubleshooting-devicetree"&gt;troubleshooting devicetree&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with CONFIG settings when upgrading NCS to V2.6.0</title><link>https://devzone.nordicsemi.com/thread/478050?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 12:08:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35873d24-9e91-4943-afba-0563ba263bdf</guid><dc:creator>Mike Austin (LPI)</dc:creator><description>&lt;p&gt;HI Dejan,&lt;/p&gt;
&lt;p&gt;This is the log from a pristine build (sorry - it wouldn&amp;#39;t let me insert it as code, or add as an attachment)&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not able to flash the firmware as its not building succesfully.&amp;nbsp; The main issue seems to be the fact that CONFIG_CJSON_LIB is not set, and also this declaration is kicking up some errors for some reason:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;const struct device *counter_dev = DEVICE_DT_GET(DT_NODELABEL(timer0));&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Executing task: nRF Connect: Build [pristine]: SST150B/build (active)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Building SST150B&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\WINDOWS\system32\cmd.exe /d /s /c &amp;quot;west build --build-dir c:/Nordic/LPI/Development/SST150B/build c:/Nordic/LPI/Development/SST150B --pristine --board nrf52dk_nrf52832 --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -Dmcuboot_OVERLAY_CONFIG=C:/Nordic/v2.6.0/nrf/subsys/partition_manager/partition_manager_enabled.conf;C:/Nordic/LPI/Development/SST150B/child_image/mcuboot.conf -DCACHED_CONF_FILE=c:/Nordic/LPI/Development/SST150B/prj.conf -DDTC_OVERLAY_FILE=c:/Nordic/LPI/Development/SST150B/nrf52dk_nrf52832.overlay&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- west build: generating a build system&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Loading Zephyr default modules (Zephyr base).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Application: C:/Nordic/LPI/Development/SST150B&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- CMake version: 3.21.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found Python3: C:/Nordic/toolchains/cf2149caf2/opt/bin/python.exe (found suitable version &amp;quot;3.9.13&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Cache files will be written to: C:/Nordic/v2.6.0/zephyr/.cache&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Zephyr version: 3.5.99 (C:/Nordic/v2.6.0/zephyr)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found west (found suitable version &amp;quot;1.2.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Board: nrf52dk_nrf52832&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found host-tools: zephyr 0.16.5 (C:/Nordic/toolchains/cf2149caf2/opt/zephyr-sdk)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found toolchain: zephyr 0.16.5 (C:/Nordic/toolchains/cf2149caf2/opt/zephyr-sdk)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found Dtc: C:/Nordic/toolchains/cf2149caf2/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found BOARD.dts: C:/Nordic/v2.6.0/zephyr/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.dts&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found devicetree overlay: c:/Nordic/LPI/Development/SST150B/nrf52dk_nrf52832.overlay&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Generated zephyr.dts: C:/Nordic/LPI/Development/SST150B/build/zephyr/zephyr.dts&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Generated devicetree_generated.h: C:/Nordic/LPI/Development/SST150B/build/zephyr/include/generated/devicetree_generated.h&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Including generated dts.cmake file: C:/Nordic/LPI/Development/SST150B/build/zephyr/dts.cmake&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: CJSON_LIB (defined at C:/Nordic/v2.6.0/nrf/modules/cjson/Kconfig:7) was assigned the value&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: ((NEWLIB_LIBC &amp;amp;&amp;amp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;NEWLIB_LIBC_FLOAT_PRINTF) || EXTERNAL_LIBC || PICOLIBC) (=n). See&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_CJSON_LIB"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up CJSON_LIB in the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;and Kconfig - Tips and Best Practices sections of the manual might be helpful too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: THREAD_STACK_INFO (defined at kernel/Kconfig:189) was assigned the value &amp;#39;n&amp;#39; but got the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;value &amp;#39;y&amp;#39;. See &lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_THREAD_STACK_INFO"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;look up THREAD_STACK_INFO in the menuconfig/guiconfig interface. The Application Development Primer,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;helpful too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: UART_CONSOLE (defined at drivers/console/Kconfig:43) was assigned the value &amp;#39;y&amp;#39; but got the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: SERIAL (=n), SERIAL_HAS_DRIVER (=n), CONSOLE (=n).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;See &lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_CONSOLE"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;UART_CONSOLE in the menuconfig/guiconfig interface. The Application Development Primer, Setting&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: NEWLIB_LIBC_FLOAT_PRINTF (defined at lib/libc\newlib/Kconfig:48) was assigned the value &amp;#39;y&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: NEWLIB_LIBC (=n). See&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NEWLIB_LIBC_FLOAT_PRINTF"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;NEWLIB_LIBC_FLOAT_PRINTF in the menuconfig/guiconfig interface. The Application Development Primer,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;helpful too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: EARLY_CONSOLE (defined at subsys/debug/Kconfig:223) was assigned the value &amp;#39;n&amp;#39; but got the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;value &amp;#39;y&amp;#39;. See &lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_EARLY_CONSOLE"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;EARLY_CONSOLE in the menuconfig/guiconfig interface. The Application Development Primer, Setting&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: MCUMGR_TRANSPORT_UART (defined at subsys/mgmt/mcumgr\transport\Kconfig.uart:12) was&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;assigned the value &amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: CONSOLE (=n).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;See &lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MCUMGR_TRANSPORT_UART"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;MCUMGR_TRANSPORT_UART in the menuconfig/guiconfig interface. The Application Development Primer,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;helpful too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Parsing C:/Nordic/v2.6.0/zephyr/Kconfig&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Loaded configuration &amp;#39;C:/Nordic/v2.6.0/zephyr/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832_defconfig&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Merged configuration &amp;#39;c:/Nordic/LPI/Development/SST150B/prj.conf&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Configuration saved to &amp;#39;C:/Nordic/LPI/Development/SST150B/build/zephyr/.config&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Kconfig header saved to &amp;#39;C:/Nordic/LPI/Development/SST150B/build/zephyr/include/generated/autoconf.h&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found GnuLd: c:/nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- The C compiler identification is GNU 12.2.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- The CXX compiler identification is GNU 12.2.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- The ASM compiler identification is GNU&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found assembler: C:/Nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found Python3: C:/Nordic/toolchains/cf2149caf2/opt/bin/python.exe (found version &amp;quot;3.9.13&amp;quot;) found components: Interpreter&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;=== child image mcuboot - begin ===&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;loading initial cache file C:/Nordic/LPI/Development/SST150B/build/mcuboot/child_image_preload.cmake&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Loading Zephyr default modules (Zephyr base).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Application: C:/Nordic/v2.6.0/bootloader/mcuboot/boot/zephyr&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- CMake version: 3.21.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found Python3: C:/Nordic/toolchains/cf2149caf2/opt/bin/python.exe (found suitable version &amp;quot;3.9.13&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Cache files will be written to: C:/Nordic/v2.6.0/zephyr/.cache&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Zephyr version: 3.5.99 (C:/Nordic/v2.6.0/zephyr)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found west (found suitable version &amp;quot;1.2.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Board: nrf52dk_nrf52832&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found host-tools: zephyr 0.16.5 (C:/Nordic/toolchains/cf2149caf2/opt/zephyr-sdk)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found toolchain: zephyr 0.16.5 (C:/Nordic/toolchains/cf2149caf2/opt/zephyr-sdk)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found Dtc: C:/Nordic/toolchains/cf2149caf2/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found BOARD.dts: C:/Nordic/v2.6.0/zephyr/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.dts&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found devicetree overlay: C:/Nordic/v2.6.0/bootloader/mcuboot/boot/zephyr/app.overlay&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Generated zephyr.dts: C:/Nordic/LPI/Development/SST150B/build/mcuboot/zephyr/zephyr.dts&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Generated devicetree_generated.h: C:/Nordic/LPI/Development/SST150B/build/mcuboot/zephyr/include/generated/devicetree_generated.h&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Including generated dts.cmake file: C:/Nordic/LPI/Development/SST150B/build/mcuboot/zephyr/dts.cmake&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: NRF_RTC_TIMER_USER_CHAN_COUNT (defined at soc/arm/nordic_nrf\nrf53\Kconfig.sync_rtc:23,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;drivers/timer/Kconfig.nrf_rtc:20) was assigned the value &amp;#39;0&amp;#39; but got the value &amp;#39;&amp;#39;. Check these&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;unsatisfied dependencies: ((NRF53_SYNC_RTC &amp;amp;&amp;amp; SOC_SERIES_NRF53X &amp;amp;&amp;amp; SOC_FAMILY_NRF) || (NRF_RTC_TIMER&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;amp;&amp;amp; SYS_CLOCK_EXISTS)) (=n). See&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;up NRF_RTC_TIMER_USER_CHAN_COUNT in the menuconfig/guiconfig interface. The Application Development&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;might be helpful too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: LOG_DEFAULT_LEVEL (defined at subsys/logging\Kconfig.filtering:13) was assigned the value&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;#39;0&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: LOG (=n). See&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_DEFAULT_LEVEL"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;LOG_DEFAULT_LEVEL in the menuconfig/guiconfig interface. The Application Development Primer, Setting&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: The choice symbol MCUBOOT_LOG_LEVEL_INF (defined at&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;subsys/logging/Kconfig.template.log_config:17) was selected (set =y), but no symbol ended up as the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;choice selection. See &lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MCUBOOT_LOG_LEVEL_INF"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;and/or look up MCUBOOT_LOG_LEVEL_INF in the menuconfig/guiconfig interface. The Application&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;the manual might be helpful too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: The choice symbol LOG_MODE_MINIMAL (defined at subsys/logging\Kconfig.mode:28) was selected&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;(set =y), but no symbol ended up as the choice selection. See&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_MODE_MINIMAL"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;LOG_MODE_MINIMAL in the menuconfig/guiconfig interface. The Application Development Primer, Setting&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Parsing C:/Nordic/v2.6.0/bootloader/mcuboot/boot/zephyr/Kconfig&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Loaded configuration &amp;#39;C:/Nordic/v2.6.0/zephyr/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832_defconfig&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Merged configuration &amp;#39;C:/Nordic/v2.6.0/bootloader/mcuboot/boot/zephyr/prj.conf&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Merged configuration &amp;#39;C:/Nordic/v2.6.0/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Merged configuration &amp;#39;C:/Nordic/LPI/Development/SST150B/child_image/mcuboot.conf&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Merged configuration &amp;#39;C:/Nordic/LPI/Development/SST150B/build/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Configuration saved to &amp;#39;C:/Nordic/LPI/Development/SST150B/build/mcuboot/zephyr/.config&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Kconfig header saved to &amp;#39;C:/Nordic/LPI/Development/SST150B/build/mcuboot/zephyr/include/generated/autoconf.h&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found GnuLd: c:/nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- The C compiler identification is GNU 12.2.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- The CXX compiler identification is GNU 12.2.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- The ASM compiler identification is GNU&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found assembler: C:/Nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;MCUBoot bootloader key file: C:/Nordic/LPI/PUBLIC_PRIVATE_KEYS/lpi_sst150b.pem&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Configuring done&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Generating done&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Build files have been written to: C:/Nordic/LPI/Development/SST150B/build/mcuboot&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;=== child image mcuboot - end ===&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Found partition manager static configuration: C:/Nordic/LPI/Development/SST150B/pm_static.yml&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Partition &amp;#39;settings_storage&amp;#39; is not included in the dynamic resolving since it is statically defined.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Configuring done&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Generating done&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Build files have been written to: C:/Nordic/LPI/Development/SST150B/build&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- west build: building application&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;[3/307] Generating include/generated/version.h&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Zephyr version: 3.5.99 (C:/Nordic/v2.6.0/zephyr), build: v3.5.99-ncs1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;[3/245] Generating include/generated/version.h&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Zephyr version: 3.5.99 (C:/Nordic/v2.6.0/zephyr), build: v3.5.99-ncs1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;[245/245] Linking C executable zephyr\zephyr.elf&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Memory region Used Size Region Size %age Used&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; FLASH: 19806 B 31 KB 62.39%&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; RAM: 23424 B 64 KB 35.74%&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; IDT_LIST: 0 GB 32 KB 0.00%&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;[73/307] Building C object CMakeFiles/app.dir/src/main.c.obj&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;FAILED: CMakeFiles/app.dir/src/main.c.obj &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\Nordic\toolchains\cf2149caf2\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DNRF52832_XXAA -DUSE_PARTITION_MANAGER=1 -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/Nordic/v2.6.0/zephyr -IC:/Nordic/LPI/Development/SST150B/src -IC:/Nordic/LPI/Development/SST150B/src/includes -IC:/Nordic/LPI/Development/SST150B/src/ble -IC:/Nordic/LPI/Development/SST150B/src/freq_meas -IC:/Nordic/LPI/Development/SST150B/src/gpio -IC:/Nordic/LPI/Development/SST150B/src/led -IC:/Nordic/LPI/Development/SST150B/src/log -IC:/Nordic/LPI/Development/SST150B/src/nvs -I//src/rms -IC:/Nordic/LPI/Development/SST150B/src/surge_detect -IC:/Nordic/LPI/Development/SST150B/src/temp_meas -IC:/Nordic/LPI/Development/SST150B/src/timers -IC:/Nordic/LPI/Development/SST150B/src/utilities -IC:/Nordic/LPI/Release/Libraries -IC:/Nordic/LPI/Release/Libraries/includes -IC:/Nordic/v2.6.0/nrf/drivers/mpsl/clock_control -IC:/Nordic/v2.6.0/zephyr/include -IC:/Nordic/LPI/Development/SST150B/build/zephyr/include/generated -IC:/Nordic/v2.6.0/zephyr/soc/arm/nordic_nrf/nrf52 -IC:/Nordic/v2.6.0/zephyr/soc/common/nordic_nrf/. -IC:/Nordic/v2.6.0/zephyr/soc/arm/nordic_nrf/common/. -IC:/Nordic/v2.6.0/zephyr/subsys/mgmt/mcumgr/util/include -IC:/Nordic/v2.6.0/bootloader/mcuboot/boot/bootutil/include -IC:/Nordic/v2.6.0/zephyr/subsys/mgmt/mcumgr/transport/include -IC:/Nordic/v2.6.0/zephyr/subsys/bluetooth -IC:/Nordic/v2.6.0/zephyr/subsys/settings/include -IC:/Nordic/v2.6.0/nrf/include -IC:/Nordic/v2.6.0/nrf/lib/multithreading_lock/. -IC:/Nordic/v2.6.0/nrf/subsys/bluetooth/controller/. -IC:/Nordic/v2.6.0/zephyr/drivers/flash -IC:/Nordic/v2.6.0/nrf/tests/include -IC:/Nordic/v2.6.0/pcf85063a/include -IC:/Nordic/v2.6.0/modules/hal/cmsis/CMSIS/Core/Include -IC:/Nordic/v2.6.0/zephyr/modules/cmsis/. -IC:/Nordic/v2.6.0/modules/hal/nordic/nrfx -IC:/Nordic/v2.6.0/modules/hal/nordic/nrfx/drivers/include -IC:/Nordic/v2.6.0/modules/hal/nordic/nrfx/mdk -IC:/Nordic/v2.6.0/zephyr/modules/hal_nordic/nrfx/. -IC:/Nordic/v2.6.0/modules/crypto/tinycrypt/lib/include -IC:/Nordic/v2.6.0/modules/lib/zcbor/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/common/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/nrf21540_gpio/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/simple_gpio/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/include/protocol -IC:/Nordic/v2.6.0/nrfxlib/mpsl/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/include/protocol -IC:/Nordic/v2.6.0/nrfxlib/softdevice_controller/include -isystem C:/Nordic/v2.6.0/zephyr/lib/libc/minimal/include -isystem C:/Nordic/v2.6.0/zephyr/lib/libc/common/include -isystem c:/nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/include -isystem c:/nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/include-fixed -fno-strict-aliasing -Os -imacros C:/Nordic/LPI/Development/SST150B/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=C:/Nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/Nordic/v2.6.0/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=C:/Nordic/LPI/Development/SST150B=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/Nordic/v2.6.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/Nordic/v2.6.0=WEST_TOPDIR -ffunction-sections -fdata-sections -std=c99 -nostdinc -MD -MT CMakeFiles/app.dir/src/main.c.obj -MF CMakeFiles\app.dir\src\main.c.obj.d -o CMakeFiles/app.dir/src/main.c.obj -c C:/Nordic/LPI/Development/SST150B/src/main.c&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/LPI/Development/SST150B/src/main.c:3:10: fatal error: cJSON.h: No such file or directory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; 3 | #include &amp;lt;cJSON.h&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; | ^~~~~~~~~&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;compilation terminated.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;[81/307] Building C object CMakeFiles/app.dir/src/rms/rms_calc.c.obj&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;FAILED: CMakeFiles/app.dir/src/rms/rms_calc.c.obj &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\Nordic\toolchains\cf2149caf2\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DNRF52832_XXAA -DUSE_PARTITION_MANAGER=1 -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/Nordic/v2.6.0/zephyr -IC:/Nordic/LPI/Development/SST150B/src -IC:/Nordic/LPI/Development/SST150B/src/includes -IC:/Nordic/LPI/Development/SST150B/src/ble -IC:/Nordic/LPI/Development/SST150B/src/freq_meas -IC:/Nordic/LPI/Development/SST150B/src/gpio -IC:/Nordic/LPI/Development/SST150B/src/led -IC:/Nordic/LPI/Development/SST150B/src/log -IC:/Nordic/LPI/Development/SST150B/src/nvs -I//src/rms -IC:/Nordic/LPI/Development/SST150B/src/surge_detect -IC:/Nordic/LPI/Development/SST150B/src/temp_meas -IC:/Nordic/LPI/Development/SST150B/src/timers -IC:/Nordic/LPI/Development/SST150B/src/utilities -IC:/Nordic/LPI/Release/Libraries -IC:/Nordic/LPI/Release/Libraries/includes -IC:/Nordic/v2.6.0/nrf/drivers/mpsl/clock_control -IC:/Nordic/v2.6.0/zephyr/include -IC:/Nordic/LPI/Development/SST150B/build/zephyr/include/generated -IC:/Nordic/v2.6.0/zephyr/soc/arm/nordic_nrf/nrf52 -IC:/Nordic/v2.6.0/zephyr/soc/common/nordic_nrf/. -IC:/Nordic/v2.6.0/zephyr/soc/arm/nordic_nrf/common/. -IC:/Nordic/v2.6.0/zephyr/subsys/mgmt/mcumgr/util/include -IC:/Nordic/v2.6.0/bootloader/mcuboot/boot/bootutil/include -IC:/Nordic/v2.6.0/zephyr/subsys/mgmt/mcumgr/transport/include -IC:/Nordic/v2.6.0/zephyr/subsys/bluetooth -IC:/Nordic/v2.6.0/zephyr/subsys/settings/include -IC:/Nordic/v2.6.0/nrf/include -IC:/Nordic/v2.6.0/nrf/lib/multithreading_lock/. -IC:/Nordic/v2.6.0/nrf/subsys/bluetooth/controller/. -IC:/Nordic/v2.6.0/zephyr/drivers/flash -IC:/Nordic/v2.6.0/nrf/tests/include -IC:/Nordic/v2.6.0/pcf85063a/include -IC:/Nordic/v2.6.0/modules/hal/cmsis/CMSIS/Core/Include -IC:/Nordic/v2.6.0/zephyr/modules/cmsis/. -IC:/Nordic/v2.6.0/modules/hal/nordic/nrfx -IC:/Nordic/v2.6.0/modules/hal/nordic/nrfx/drivers/include -IC:/Nordic/v2.6.0/modules/hal/nordic/nrfx/mdk -IC:/Nordic/v2.6.0/zephyr/modules/hal_nordic/nrfx/. -IC:/Nordic/v2.6.0/modules/crypto/tinycrypt/lib/include -IC:/Nordic/v2.6.0/modules/lib/zcbor/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/common/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/nrf21540_gpio/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/nrf21540_gpio_spi/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/simple_gpio/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/fem/include/protocol -IC:/Nordic/v2.6.0/nrfxlib/mpsl/include -IC:/Nordic/v2.6.0/nrfxlib/mpsl/include/protocol -IC:/Nordic/v2.6.0/nrfxlib/softdevice_controller/include -isystem C:/Nordic/v2.6.0/zephyr/lib/libc/minimal/include -isystem C:/Nordic/v2.6.0/zephyr/lib/libc/common/include -isystem c:/nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/include -isystem c:/nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/include-fixed -fno-strict-aliasing -Os -imacros C:/Nordic/LPI/Development/SST150B/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=C:/Nordic/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/Nordic/v2.6.0/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=C:/Nordic/LPI/Development/SST150B=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/Nordic/v2.6.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/Nordic/v2.6.0=WEST_TOPDIR -ffunction-sections -fdata-sections -std=c99 -nostdinc -MD -MT CMakeFiles/app.dir/src/rms/rms_calc.c.obj -MF CMakeFiles\app.dir\src\rms\rms_calc.c.obj.d -o CMakeFiles/app.dir/src/rms/rms_calc.c.obj -c C:/Nordic/LPI/Development/SST150B/src/rms/rms_calc.c&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;In file included from C:/Nordic/v2.6.0/zephyr/include/zephyr/toolchain/gcc.h:98,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; from C:/Nordic/v2.6.0/zephyr/include/zephyr/toolchain.h:50,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; from C:/Nordic/v2.6.0/zephyr/include/zephyr/kernel_includes.h:23,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; from C:/Nordic/v2.6.0/zephyr/include/zephyr/kernel.h:17,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; from C:/Nordic/LPI/Development/SST150B/src/rms/rms_calc.c:1:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/v2.6.0/zephyr/include/zephyr/device.h:89:41: error: &amp;#39;__device_dts_ord_102&amp;#39; undeclared here (not in a function); did you mean &amp;#39;__device_dts_ord_112&amp;#39;?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; 89 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; | ^~~~~~~~~&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/v2.6.0/zephyr/include/zephyr/toolchain/common.h:137:26: note: in definition of macro &amp;#39;_DO_CONCAT&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; 137 | #define _DO_CONCAT(x, y) x ## y&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; | ^&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/v2.6.0/zephyr/include/zephyr/device.h:89:33: note: in expansion of macro &amp;#39;_CONCAT&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; 89 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; | ^~~~~~~&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/v2.6.0/zephyr/include/zephyr/device.h:216:37: note: in expansion of macro &amp;#39;DEVICE_NAME_GET&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; 216 | #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id))&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; | ^~~~~~~~~~~~~~~&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/v2.6.0/zephyr/include/zephyr/device.h:233:34: note: in expansion of macro &amp;#39;DEVICE_DT_NAME_GET&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; 233 | #define DEVICE_DT_GET(node_id) (&amp;amp;DEVICE_DT_NAME_GET(node_id))&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; | ^~~~~~~~~~~~~~~~~~&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/LPI/Development/SST150B/src/rms/rms_calc.c:56:36: note: in expansion of macro &amp;#39;DEVICE_DT_GET&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; 56 | const struct device *counter_dev = DEVICE_DT_GET(DT_NODELABEL(timer0));&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; | ^~~~~~~~~~~~~&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/LPI/Development/SST150B/src/rms/rms_calc.c: In function &amp;#39;rms_volts_measure_work_handler&amp;#39;:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:/Nordic/LPI/Development/SST150B/src/rms/rms_calc.c:260:14: warning: unused variable &amp;#39;power_quality&amp;#39; [-Wunused-variable]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; 260 | uint16_t power_quality;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; | ^~~~~~~~~~~~~&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;ninja: build stopped: subcommand failed.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;FATAL ERROR: command exited with status 1: &amp;#39;C:\Nordic\toolchains\cf2149caf2\opt\bin\cmake.EXE&amp;#39; --build &amp;#39;c:\Nordic\LPI\Development\SST150B\build&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;* The terminal process terminated with exit code: 1. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; * Terminal will be reused by tasks, press any key to close it. &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with CONFIG settings when upgrading NCS to V2.6.0</title><link>https://devzone.nordicsemi.com/thread/478020?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 11:06:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a59d06a-5225-479a-a1a4-eb0cf0ee308b</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Mike,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Could you provide full build log from your application?&lt;br /&gt;&lt;br /&gt;Do you see any build errors or just build warnings as shown in your third screenshot in the initial question?&lt;br /&gt;&lt;br /&gt;Do you see any problems after you flash your application?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with CONFIG settings when upgrading NCS to V2.6.0</title><link>https://devzone.nordicsemi.com/thread/477917?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 00:11:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3cabc88-4f57-4b6f-8759-b56b1659e949</guid><dc:creator>Mike Austin (LPI)</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve attached the four different .conf files.&amp;nbsp; The ones with _V_2_2_0 in the file name are the ones I had for NCS V2.2.0, whilst the proj.conf and mcuboot.conf ones are what I currently have set up with NCSv2.6.0 that are failing to set CJSON_LIB, NEWLIB_LIBC and NEWLIB_LIBC_FLOAT_PRINTF&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7750.prj.conf"&gt;devzone.nordicsemi.com/.../7750.prj.conf&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3531.mcuboot.conf"&gt;devzone.nordicsemi.com/.../3531.mcuboot.conf&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/prj_5F00_v2_5F00_2_5F00_0.conf"&gt;devzone.nordicsemi.com/.../prj_5F00_v2_5F00_2_5F00_0.conf&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/mcuboot_5F00_v2_5F00_2_5F00_0.conf"&gt;devzone.nordicsemi.com/.../mcuboot_5F00_v2_5F00_2_5F00_0.conf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with CONFIG settings when upgrading NCS to V2.6.0</title><link>https://devzone.nordicsemi.com/thread/477582?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2024 12:59:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cdee7c4-3a54-4d2f-81a5-73b6486fb4ca</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Could you provide your configuration files both in NCS v2.2.0 and NCS v2.6.0?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>