<?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>Project fails to build due to &amp;quot;Failed to find mbedtls, cannot build security libraries&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86931/project-fails-to-build-due-to-failed-to-find-mbedtls-cannot-build-security-libraries</link><description>Hi, i am using ncs version 1.6.1. I am able to build the project on my windows computer. A few months ago i set up a CI build on a Linux machine which also worked. However i have come to use the Linux machine again to run a CI build and run into the error</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Apr 2022 14:07:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86931/project-fails-to-build-due-to-failed-to-find-mbedtls-cannot-build-security-libraries" /><item><title>RE: Project fails to build due to "Failed to find mbedtls, cannot build security libraries"</title><link>https://devzone.nordicsemi.com/thread/363282?ContentTypeID=1</link><pubDate>Thu, 14 Apr 2022 14:07:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3770f8a6-8c94-483b-bc3d-0b8ba0455402</guid><dc:creator>Rob Nuttall</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for your solution it worked perfectly for me when i downgraded west to v0.11.1. I didn&amp;#39;t have to do the extra step of replacing each &amp;quot;west&amp;quot; occurrence in the requirements file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project fails to build due to "Failed to find mbedtls, cannot build security libraries"</title><link>https://devzone.nordicsemi.com/thread/363281?ContentTypeID=1</link><pubDate>Thu, 14 Apr 2022 13:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b20b524-17d6-4b9d-b240-4edf07d85a9d</guid><dc:creator>nv15</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I got the same error with NCS 1.6.0 and Ubuntu 18.04.&lt;/p&gt;
&lt;p&gt;After some debugging I found that a new version of west was released earlier this month. After downgrading to 0.12.0, everything worked fine again.&lt;/p&gt;
&lt;p&gt;In your build script, use:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 install --user west==0.12.0&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You also need to replace each &amp;quot;west&amp;quot; occurrence in requirements files that installs the newest version:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd ncs
find . -iname req\*txt -print0 | xargs -0 grep &amp;#39;west&amp;gt;=&amp;#39;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Edit every one of these files and replace the line with &amp;quot;west==0.12.0&amp;quot;.&lt;/p&gt;
&lt;p&gt;This workaround doesn&amp;#39;t fix the root cause but makes your build work again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project fails to build due to "Failed to find mbedtls, cannot build security libraries"</title><link>https://devzone.nordicsemi.com/thread/363277?ContentTypeID=1</link><pubDate>Thu, 14 Apr 2022 11:35:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:076cc714-3601-4f5f-a399-f8b460a54d03</guid><dc:creator>GreenGiant</dc:creator><description>&lt;p&gt;I&amp;#39;ve got the same issue with a fresh, and first time, install on Ubuntu.&amp;nbsp; Windows works fine.&amp;nbsp; Using all the latest as of right now, so 1.9.1.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;gt; Executing task: nRF Connect: Dynamic Build Task &amp;lt;

Building gnss
west build --build-dir /home/simon/nrf6190/first_test/gnss/build /home/simon/nrf6190/first_test/gnss --pristine --board nrf9160dk_nrf9160_ns -- -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=On -DNCS_TOOLCHAIN_VERSION:STRING=&amp;quot;NONE&amp;quot; -DCONF_FILE:STRING=&amp;quot;/home/simon/nrf6190/first_test/gnss/prj.conf&amp;quot;

-- west build: generating a build system
Including boilerplate (Zephyr base): /home/simon/ncs/zephyr/cmake/app/boilerplate.cmake
-- Application: /home/simon/nrf6190/first_test/gnss
-- Zephyr version: 2.7.99 (/home/simon/ncs/zephyr), build: v2.7.99-ncs1-1
-- Found Python3: /usr/bin/python3.8 (found suitable exact version &amp;quot;3.8.10&amp;quot;) found components: Interpreter 
-- Found west (found suitable version &amp;quot;0.13.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf9160dk_nrf9160_ns, Revision: 0.7.0
-- Cache files will be written to: /home/simon/.cache/zephyr
-- Found dtc: /usr/bin/dtc (found suitable version &amp;quot;1.5.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (/home/simon/gccarmemb/gcc-arm-none-eabi-10.3-2021.10)
-- Found BOARD.dts: /home/simon/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns.dts
-- Generated zephyr.dts: /home/simon/nrf6190/first_test/gnss/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /home/simon/nrf6190/first_test/gnss/build/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: /home/simon/nrf6190/first_test/gnss/build/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: /home/simon/nrf6190/first_test/gnss/build/zephyr/dts.cmake
Parsing /home/simon/nrf6190/first_test/gnss/Kconfig
Loaded configuration &amp;#39;/home/simon/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns_defconfig&amp;#39;
Merged configuration &amp;#39;/home/simon/nrf6190/first_test/gnss/prj.conf&amp;#39;
Configuration saved to &amp;#39;/home/simon/nrf6190/first_test/gnss/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/simon/nrf6190/first_test/gnss/build/zephyr/include/generated/autoconf.h&amp;#39;

warning: Experimental symbol NET_SOCKETS_SOCKOPT_TLS is enabled.


warning: Experimental symbol NET_SOCKETS_OFFLOAD is enabled.

-- The C compiler identification is GNU 10.3.1
-- The CXX compiler identification is GNU 10.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /home/simon/gccarmemb/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc
Changed board to secure nrf9160dk_nrf9160 (NOT NS)

=== child image spm -  begin ===
loading initial cache file /home/simon/nrf6190/first_test/gnss/build/spm/child_image_preload.cmake
Including boilerplate (Zephyr base): /home/simon/ncs/zephyr/cmake/app/boilerplate.cmake
-- Application: /home/simon/ncs/nrf/samples/spm
-- Zephyr version: 2.7.99 (/home/simon/ncs/zephyr), build: v2.7.99-ncs1-1
-- Found Python3: /usr/bin/python3.8 (found suitable exact version &amp;quot;3.8.10&amp;quot;) found components: Interpreter 
-- Found west (found suitable version &amp;quot;0.13.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf9160dk_nrf9160, Revision: 0.7.0
-- Cache files will be written to: /home/simon/.cache/zephyr
-- Found dtc: /usr/bin/dtc (found suitable version &amp;quot;1.5.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (/home/simon/gccarmemb/gcc-arm-none-eabi-10.3-2021.10)
-- Found BOARD.dts: /home/simon/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160.dts
-- Found devicetree overlay: /home/simon/ncs/nrf/samples/spm/nrf9160dk_nrf9160.overlay
-- Generated zephyr.dts: /home/simon/nrf6190/first_test/gnss/build/spm/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /home/simon/nrf6190/first_test/gnss/build/spm/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: /home/simon/nrf6190/first_test/gnss/build/spm/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: /home/simon/nrf6190/first_test/gnss/build/spm/zephyr/dts.cmake
Parsing /home/simon/ncs/zephyr/Kconfig
Loaded configuration &amp;#39;/home/simon/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_defconfig&amp;#39;
Merged configuration &amp;#39;/home/simon/ncs/nrf/samples/spm/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/simon/ncs/nrf/samples/spm/boards/nrf9160dk_nrf9160.conf&amp;#39;
Merged configuration &amp;#39;/home/simon/ncs/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;/home/simon/nrf6190/first_test/gnss/build/spm/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;/home/simon/nrf6190/first_test/gnss/build/spm/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/simon/nrf6190/first_test/gnss/build/spm/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 10.3.1
-- The CXX compiler identification is GNU 10.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /home/simon/gccarmemb/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc
Traceback (most recent call last):
  File &amp;quot;&amp;lt;string&amp;gt;&amp;quot;, line 1, in &amp;lt;module&amp;gt;
  File &amp;quot;/home/simon/.local/lib/python3.8/site-packages/west/manifest.py&amp;quot;, line 1151, in from_file
    topdir = Path(util.west_topdir(start=start, fall_back=False)).resolve()
  File &amp;quot;/home/simon/.local/lib/python3.8/site-packages/west/util.py&amp;quot;, line 82, in west_topdir
    raise WestNotFound(&amp;#39;Could not find a west workspace &amp;#39;
west.util.WestNotFound: Could not find a west workspace in this or any parent directory
CMake Error at /home/simon/ncs/nrfxlib/common.cmake:93 (message):
  Failed to find mbedtls, cannot build security libraries
Call Stack (most recent call first):
  /home/simon/ncs/nrfxlib/nrf_security/CMakeLists.txt:33 (get_mbedtls_dir)


-- Configuring incomplete, errors occurred!
See also &amp;quot;/home/simon/nrf6190/first_test/gnss/build/spm/CMakeFiles/CMakeOutput.log&amp;quot;.
See also &amp;quot;/home/simon/nrf6190/first_test/gnss/build/spm/CMakeFiles/CMakeError.log&amp;quot;.
CMake Error at /home/simon/ncs/nrf/cmake/multi_image.cmake:409 (message):
  CMake generation for spm failed, aborting.  Command: 1
Call Stack (most recent call first):
  /home/simon/ncs/nrf/cmake/multi_image.cmake:150 (add_child_image_from_source)
  /home/simon/ncs/nrf/samples/CMakeLists.txt:41 (add_child_image)


-- Configuring incomplete, errors occurred!
See also &amp;quot;/home/simon/nrf6190/first_test/gnss/build/CMakeFiles/CMakeOutput.log&amp;quot;.
See also &amp;quot;/home/simon/nrf6190/first_test/gnss/build/CMakeFiles/CMakeError.log&amp;quot;.
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/usr/bin/python -B/home/simon/nrf6190/first_test/gnss/build -S/home/simon/nrf6190/first_test/gnss -GNinja -DBOARD=nrf9160dk_nrf9160_ns -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=On -DNCS_TOOLCHAIN_VERSION:STRING=NONE -DCONF_FILE:STRING=/home/simon/nrf6190/first_test/gnss/prj.conf
The terminal process terminated with exit code: 1.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;West update shows that everything looks good, including mbed&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;simon@simon-HP-EliteBook:~/ncs$ west update
]=== updating zephyr (zephyr):
HEAD is now at b05b8ad63a [nrf fromtree] board: thingy53_nrf5340: Add option to set PMIC to PWM mode
=== updating mcuboot (bootloader/mcuboot):
HEAD is now at 17f6d04 [nrf noup] loader: fixed the check of reset address for the net app
=== updating mbedtls-nrf (mbedtls):
HEAD is now at cefdd9954 [nrf noup] Add driver_wrapper call for derivation
=== updating nrfxlib (nrfxlib):
HEAD is now at 6195aa85 doc: Version update for NCS 1.9.0
=== updating trusted-firmware-m (modules/tee/tf-m/trusted-firmware-m):
HEAD is now at c6667fa3 [nrf fromtree] platform: nordic_nrf: Add missing NRF_SKIP_FICR_NS_COPY_TO_RAM
=== updating tfm-mcuboot (modules/tee/tfm-mcuboot):
HEAD is now at 4aa516e Bump versions for v1.7.2
=== updating matter (modules/lib/matter):
HEAD is now at ec9e7f67a [nrf noup] [SED] Review switching between polling modes - update
Synchronising submodule url for &amp;#39;third_party/nlio/repo&amp;#39;
Synchronising submodule url for &amp;#39;third_party/nlassert/repo&amp;#39;
Synchronising submodule url for &amp;#39;third_party/pigweed/repo&amp;#39;
=== updating cjson (modules/lib/cjson):
HEAD is now at c6af068 [nrf fromtree] fix: potential memory leak in merge_patch() (#611)
=== updating cmock (test/cmock):
M	vendor/unity
HEAD is now at 9d09289 Merge pull request #346 from ThrowTheSwitch/reapply_329
=== updating unity (test/cmock/vendor/unity):
HEAD is now at 74cde08 Merge pull request #540 from numaru/master
=== updating Alexa-Gadgets-Embedded-Sample-Code (modules/alexa-embedded):
HEAD is now at face92d Update firmware.options signature_size from 48 to 65
=== updating cddl-gen (modules/lib/cddl-gen):
HEAD is now at 1c2656d zephyr: module.yml: Change cmake-ext to True
=== updating memfault-firmware-sdk (modules/lib/memfault-firmware-sdk):
HEAD is now at 2fe5ba1 Memfault Firmware SDK 0.28.2 (Build 384364)
=== updating openthread (modules/lib/openthread):
HEAD is now at 02e61a2ed [nrf noup] allow link metrics series for all children
=== updating canopennode (modules/lib/canopennode):
HEAD is now at 1052dae Merge pull request #4 from vestas-wind-systems/mergeup-2021-10-29
=== updating civetweb (modules/lib/civetweb):
HEAD is now at 094aeb41 cmake: relax minimum version requirements
=== updating cmsis (modules/hal/cmsis):
HEAD is now at b0612c9 DSP: Integrate CMSIS-DSP 1.9.0 (CMSIS 5.8.0)
=== updating edtt (tools/edtt):
HEAD is now at c94f638 Replaced &amp;#39;white list&amp;#39; and variations thereof with &amp;#39;filter accept list&amp;#39;
=== updating fatfs (modules/fs/fatfs):
HEAD is now at 94fcd6b fs: Update driver to version 0.14b
=== updating hal_nordic (modules/hal/nordic):
HEAD is now at b1db86f drivers: nrf_802154: nrf_802154_irq_init negative `prio` ZLI
=== updating hal_st (modules/hal/st):
HEAD is now at 575de9d sensor/stmemsc: Align stmemsc i/f to v2.00
=== updating libmetal (modules/hal/libmetal):
HEAD is now at f237c9d lib: update libmetal to release v2021.10.0
=== updating littlefs (modules/fs/littlefs):
HEAD is now at 33509ed Merge pull request #7 from poojamg/littlefs_rev2.4.1
=== updating loramac-node (modules/lib/loramac-node):
HEAD is now at 12019623 zephyr: radio: sx127x: override buffer read/write functions
=== updating lvgl (modules/lib/gui/lvgl):
HEAD is now at 783c1f78 cmake: added missing file ext to lv_font_dejavu_16_persian_hebrew.c
=== updating lz4 (modules/lib/lz4):
HEAD is now at 8e303c2 zephyr: make this repo a zephyr module
=== updating mbedtls (modules/crypto/mbedtls):
HEAD is now at 3e3e58a92 mbedtls: remove static keyword from certain function pointers
=== updating mipi-sys-t (modules/debug/mipi-sys-t):
HEAD is now at 75e6715 zephyr: move platform.h to zephyr tree
=== updating nanopb (modules/lib/nanopb):
HEAD is now at d148bd2 Add zephyr module support
=== updating net-tools (tools/net-tools):
HEAD is now at f49bd13 net-capture: Listen captured traffic and save to pcap file
=== updating nrf_hw_models (modules/bsim_hw_models/nrf_hw_models):
HEAD is now at b8cea37 Added overflow event handling and trigger overflow task
=== updating open-amp (modules/lib/open-amp):
HEAD is now at cfd050f lib: update open-amp lib to release v2021.10.0
=== updating segger (modules/debug/segger):
HEAD is now at 3a52ab2 config: Use zephyr provided options
=== updating tinycbor (modules/lib/tinycbor):
HEAD is now at 40daca9 zephyr: Remove TINYCBOR from interface libraries
=== updating tinycrypt (modules/crypto/tinycrypt):
HEAD is now at 3e9a49d cmake: Fix conditional in root CMakeLists.txt
=== updating TraceRecorderSource (modules/debug/TraceRecorder):
HEAD is now at 36c5777 Merge remote-tracking branch &amp;#39;upstream/main&amp;#39; into zephyr
=== updating tf-m-tests (modules/tee/tf-m/tf-m-tests):
HEAD is now at 5281418 Merge pull request #1 from SebastianBoe/merge_tfm-1.5
=== updating psa-arch-tests (modules/tee/tf-m/psa-arch-tests):
HEAD is now at 0aab246 Merge pull request #2 from joerchan/fix-wdt-build-issues
=== updating zscilib (modules/lib/zscilib):
HEAD is now at 12bfe3f Merge pull request #28 from microbuilder/doccleanup&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The documentation is a bit of a dead end for me (&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrfxlib/nrf_security/doc/nrf_security.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrfxlib/nrf_security/doc/nrf_security.html&lt;/a&gt;) as the error:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Failed to find mbedtls, cannot build security libraries&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Indicates (from the docs) what West cannot find mbedtls, but west update shows it can.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me know if there is anything else I can provide that might help find the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project fails to build due to "Failed to find mbedtls, cannot build security libraries"</title><link>https://devzone.nordicsemi.com/thread/363190?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 12:31:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ae75946-d0ef-4017-b11a-dc1843db47b9</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for confirming and providing the logs. Will get back to you with more information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project fails to build due to "Failed to find mbedtls, cannot build security libraries"</title><link>https://devzone.nordicsemi.com/thread/363185?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 12:24:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22dd7b00-7e79-4d7f-8f1d-f41f8fc2b307</guid><dc:creator>Rob Nuttall</dc:creator><description>&lt;p&gt;Steps to install on Linux are:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;sudo apt install --no-install-recommends git cmake ninja-build gperf \
          ccache dfu-util device-tree-compiler wget \
          python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
          make gcc gcc-multilib g++-multilib libsdl2-dev
pip3 install --user west
west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.6.1
cd $NCS_PATH
west update
west zephyr-export
pip3 install --user -r zephyr/scripts/requirements.txt
pip3 install --user -r nrf/scripts/requirements.txt
pip3 install --user -r bootloader/mcuboot/scripts/requirements.txt&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project fails to build due to "Failed to find mbedtls, cannot build security libraries"</title><link>https://devzone.nordicsemi.com/thread/363184?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 12:19:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a167e61b-505d-4a66-8476-2d5cbdbb665b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Just to confirm, have you followed all steps in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#get-the-ncs-code"&gt;Installing nRF Connect SDK manually&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;In you case&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;west init -m &lt;a href="https://github.com/nrfconnect/sdk-nrf"&gt;github.com/.../sdk-nrf&lt;/a&gt; --mr v1.6.1&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;west&lt;/span&gt; &lt;span&gt;update&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;west&lt;/span&gt; &lt;span&gt;zephyr&lt;/span&gt;&lt;span&gt;-&lt;/span&gt;&lt;span&gt;export&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;and then installed dependencies?&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project fails to build due to "Failed to find mbedtls, cannot build security libraries"</title><link>https://devzone.nordicsemi.com/thread/363181?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 12:10:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a64bab15-5d6e-47de-8c36-20525f4a7ea5</guid><dc:creator>Rob Nuttall</dc:creator><description>&lt;p&gt;Hi, it was a while ago since i installed it on my windows machine, but i checked out ncs v1.6.1 from github and used west to install it. The output log from Linux is below.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- west build: generating a build system &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:83"&gt;83&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Including boilerplate (Zephyr base): /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/cmake/app/boilerplate.cmake &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:84"&gt;84&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;CMake Deprecation Warning at /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/cmake/app/boilerplate.cmake:37 (cmake_policy): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:85"&gt;85&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; The OLD behavior for policy CMP0079 will be removed from a future version &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:86"&gt;86&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; of CMake. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:87"&gt;87&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:88"&gt;88&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; The cmake-policies(7) manual explains that the OLD behaviors of all &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:89"&gt;89&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; policies are deprecated and that a policy should be set to OLD only under &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:90"&gt;90&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; specific short-term circumstances. Projects should be ported to the NEW &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:91"&gt;91&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; behavior and not rely on setting a policy to OLD. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:92"&gt;92&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Call Stack (most recent call first): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:93"&gt;93&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:94"&gt;94&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:95"&gt;95&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; CMakeLists.txt:7 (find_package) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:96"&gt;96&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:97"&gt;97&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:98"&gt;98&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Application: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:102"&gt;102&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Zephyr version: 2.6.0-rc1 (/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr), build: v2.6.0-rc1-ncs1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:103"&gt;103&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found Python3: /usr/bin/python3.8 (found suitable exact version &amp;quot;3.8.10&amp;quot;) found components: Interpreter &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:104"&gt;104&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found west (found suitable version &amp;quot;0.13.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:105"&gt;105&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Board: gplsns, Revision: 0.0.1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:106"&gt;106&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Cache files will be written to: /home/runner/.cache/zephyr &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:107"&gt;107&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found dtc: /usr/bin/dtc (found suitable version &amp;quot;1.5.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:108"&gt;108&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found toolchain: gnuarmemb (/home/runner/gnuarmemb) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:109"&gt;109&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found BOARD.dts: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/boards/arm/gpls/gplsns.dts &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:110"&gt;110&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;gplsns.dts.pre.tmp:366.32-370.5: Warning (simple_bus_reg): /soc/cryptocell-sw: missing or empty reg/ranges property &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:112"&gt;112&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Generated zephyr.dts: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/zephyr/zephyr.dts &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:113"&gt;113&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Generated devicetree_unfixed.h: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/zephyr/include/generated/devicetree_unfixed.h &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:114"&gt;114&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Generated device_extern.h: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/zephyr/include/generated/device_extern.h &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:115"&gt;115&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:116"&gt;116&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Parsing /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/Kconfig &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:117"&gt;117&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;warning: LOG_PRINTK_MAX_STRING_LENGTH (defined at subsys/logging/Kconfig.processing:13) was assigned &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:118"&gt;118&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Loaded configuration &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/boards/arm/gpls/gplsns_defconfig&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:119"&gt;119&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;the value &amp;#39;256&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: LOG_PRINTK (=n), &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:120"&gt;120&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Merged configuration &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/prj.conf&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:121"&gt;121&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;(!LOG_IMMEDIATE || USERSPACE) (=n). See &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:122"&gt;122&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;&lt;a href="http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PRINTK_MAX_STRING_LENGTH.html" rel="noopener noreferrer" target="_blank"&gt;http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PRINTK_MAX_STRING_LENGTH.html&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:123"&gt;123&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;and/or look up LOG_PRINTK_MAX_STRING_LENGTH in the menuconfig/guiconfig interface. The Application &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:124"&gt;124&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:125"&gt;125&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;the manual might be helpful too. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:126"&gt;126&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:127"&gt;127&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:128"&gt;128&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;warning: LOG_PROCESS_TRIGGER_THRESHOLD (defined at subsys/logging/Kconfig.processing:48) was &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:129"&gt;129&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;assigned the value &amp;#39;2&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: (!LOG_IMMEDIATE) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:130"&gt;130&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;(=n). See &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:131"&gt;131&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;&lt;a href="http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD.html" rel="noopener noreferrer" target="_blank"&gt;http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD.html&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:132"&gt;132&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;and/or look up LOG_PROCESS_TRIGGER_THRESHOLD in the menuconfig/guiconfig interface. The Application &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:133"&gt;133&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:134"&gt;134&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;the manual might be helpful too. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:135"&gt;135&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:136"&gt;136&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:137"&gt;137&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;warning: LOG_PROCESS_THREAD (defined at subsys/logging/Kconfig.processing:58) was assigned the value &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:138"&gt;138&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;&amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (!LOG_IMMEDIATE) (=n). See &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:139"&gt;139&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;&lt;a href="http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PROCESS_THREAD.html" rel="noopener noreferrer" target="_blank"&gt;http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PROCESS_THREAD.html&lt;/a&gt; and/or look up &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:140"&gt;140&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;LOG_PROCESS_THREAD in the menuconfig/guiconfig interface. The Application Development Primer, &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:141"&gt;141&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:142"&gt;142&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;helpful too. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:143"&gt;143&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:144"&gt;144&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:145"&gt;145&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;warning: LOG_PROCESS_THREAD_SLEEP_MS (defined at subsys/logging/Kconfig.processing:70) was assigned &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:146"&gt;146&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;the value &amp;#39;100&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: LOG_PROCESS_THREAD (=n), &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:147"&gt;147&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;(!LOG_IMMEDIATE) (=n). See &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:148"&gt;148&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;&lt;a href="http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PROCESS_THREAD_SLEEP_MS.html" rel="noopener noreferrer" target="_blank"&gt;http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PROCESS_THREAD_SLEEP_MS.html&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:149"&gt;149&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;and/or look up LOG_PROCESS_THREAD_SLEEP_MS in the menuconfig/guiconfig interface. The Application &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:150"&gt;150&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:160"&gt;160&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;the manual might be helpful too. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:161"&gt;161&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:162"&gt;162&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:163"&gt;163&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;warning: LOG_PROCESS_THREAD_STACK_SIZE (defined at subsys/logging/Kconfig.processing:77) was &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:164"&gt;164&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;assigned the value &amp;#39;4096&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:165"&gt;165&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;LOG_PROCESS_THREAD (=n), (!LOG_IMMEDIATE) (=n). See &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:166"&gt;166&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;&lt;a href="http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PROCESS_THREAD_STACK_SIZE.html" rel="noopener noreferrer" target="_blank"&gt;http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LOG_PROCESS_THREAD_STACK_SIZE.html&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:167"&gt;167&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;and/or look up LOG_PROCESS_THREAD_STACK_SIZE in the menuconfig/guiconfig interface. The Application &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:168"&gt;168&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:169"&gt;169&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;the manual might be helpful too. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:170"&gt;170&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:171"&gt;171&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Configuration saved to &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/zephyr/.config&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:172"&gt;172&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Kconfig header saved to &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/zephyr/include/generated/autoconf.h&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:173"&gt;173&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- The C compiler identification is GNU 9.2.1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:174"&gt;174&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- The CXX compiler identification is GNU 9.2.1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:175"&gt;175&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- The ASM compiler identification is GNU &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:176"&gt;176&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found assembler: /home/runner/gnuarmemb/bin/arm-none-eabi-gcc &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:177"&gt;177&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Changed board to secure gpls (NOT NS) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:178"&gt;178&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:179"&gt;179&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;=== child image spm - begin === &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:180"&gt;180&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Including boilerplate (Zephyr base): /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/cmake/app/boilerplate.cmake &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:181"&gt;181&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;CMake Deprecation Warning at /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/cmake/app/boilerplate.cmake:37 (cmake_policy): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:186"&gt;186&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; The OLD behavior for policy CMP0079 will be removed from a future version &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:187"&gt;187&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; of CMake. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:188"&gt;188&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:189"&gt;189&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; The cmake-policies(7) manual explains that the OLD behaviors of all &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:190"&gt;190&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; policies are deprecated and that a policy should be set to OLD only under &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:191"&gt;191&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; specific short-term circumstances. Projects should be ported to the NEW &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:192"&gt;192&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; behavior and not rely on setting a policy to OLD. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:193"&gt;193&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Call Stack (most recent call first): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:194"&gt;194&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:195"&gt;195&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:196"&gt;196&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; CMakeLists.txt:8 (find_package) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:197"&gt;197&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:198"&gt;198&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:199"&gt;199&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Application: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/nrf/samples/spm &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:200"&gt;200&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Zephyr version: 2.6.0-rc1 (/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr), build: v2.6.0-rc1-ncs1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:201"&gt;201&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found Python3: /usr/bin/python3.8 (found suitable exact version &amp;quot;3.8.10&amp;quot;) found components: Interpreter &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:202"&gt;202&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found west (found suitable version &amp;quot;0.13.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:203"&gt;203&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Board: gpls, Revision: 0.0.1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:204"&gt;204&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Cache files will be written to: /home/runner/.cache/zephyr &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:205"&gt;205&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found dtc: /usr/bin/dtc (found suitable version &amp;quot;1.5.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:206"&gt;206&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found toolchain: gnuarmemb (/home/runner/gnuarmemb) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:207"&gt;207&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found BOARD.dts: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/boards/arm/gpls/gpls.dts &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:208"&gt;208&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Generated zephyr.dts: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/spm/zephyr/zephyr.dts &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:209"&gt;209&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Generated devicetree_unfixed.h: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/spm/zephyr/include/generated/devicetree_unfixed.h &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:213"&gt;213&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Generated device_extern.h: /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/spm/zephyr/include/generated/device_extern.h &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:214"&gt;214&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Parsing /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/zephyr/Kconfig &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:215"&gt;215&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Loaded configuration &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/boards/arm/gpls/gpls_defconfig&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:216"&gt;216&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Merged configuration &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/nrf/samples/spm/prj.conf&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:217"&gt;217&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Merged configuration &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:218"&gt;218&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Merged configuration &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/spm/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:219"&gt;219&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Configuration saved to &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/spm/zephyr/.config&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:220"&gt;220&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Kconfig header saved to &amp;#39;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/spm/zephyr/include/generated/autoconf.h&amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:221"&gt;221&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- The C compiler identification is GNU 9.2.1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:222"&gt;222&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- The CXX compiler identification is GNU 9.2.1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:223"&gt;223&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- The ASM compiler identification is GNU &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:224"&gt;224&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Found assembler: /home/runner/gnuarmemb/bin/arm-none-eabi-gcc &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:225"&gt;225&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;CMake Deprecation Warning at /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/modules/lib/civetweb/CMakeLists.txt:2 (cmake_minimum_required): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:226"&gt;226&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; Compatibility with CMake &amp;lt; 2.8.12 will be removed from a future version of &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:227"&gt;227&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; CMake. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:228"&gt;228&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:229"&gt;229&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; Update the VERSION argument &amp;lt;min&amp;gt; value or use a ...&amp;lt;max&amp;gt; suffix to tell &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:230"&gt;230&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; CMake that the project does not need compatibility with older versions. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:231"&gt;231&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:232"&gt;232&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:233"&gt;233&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Traceback (most recent call last): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:234"&gt;234&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; File &amp;quot;&amp;lt;string&amp;gt;&amp;quot;, line 1, in &amp;lt;module&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:235"&gt;235&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; File &amp;quot;/home/runner/.local/lib/python3.8/site-packages/west/manifest.py&amp;quot;, line 1151, in from_file &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:236"&gt;236&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; topdir = Path(util.west_topdir(start=start, fall_back=False)).resolve() &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:216"&gt;216&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; File &amp;quot;/home/runner/.local/lib/python3.8/site-packages/west/util.py&amp;quot;, line 82, in west_topdir &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:217"&gt;217&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; raise WestNotFound(&amp;#39;Could not find a west workspace &amp;#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:218"&gt;218&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;west.util.WestNotFound: Could not find a west workspace in this or any parent directory &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:219"&gt;219&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;CMake Error at /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/nrfxlib/common.cmake:58 (message): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:220"&gt;220&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; Failed to find mbedtls, cannot build security libraries &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:221"&gt;221&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Call Stack (most recent call first): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:222"&gt;222&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/nrfxlib/nrf_security/CMakeLists.txt:158 (get_mbedtls_dir) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:223"&gt;223&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:224"&gt;224&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:225"&gt;225&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Configuring incomplete, errors occurred! &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:226"&gt;226&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;See also &amp;quot;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/spm/CMakeFiles/CMakeOutput.log&amp;quot;. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:227"&gt;227&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;See also &amp;quot;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/spm/CMakeFiles/CMakeError.log&amp;quot;. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:228"&gt;228&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;CMake Error at /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/nrf/cmake/multi_image.cmake:292 (message): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:229"&gt;229&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; CMake generation for spm failed, aborting. Command: 1 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:230"&gt;230&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;Call Stack (most recent call first): &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:231"&gt;231&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/nrf/cmake/multi_image.cmake:84 (add_child_image_from_source) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:232"&gt;232&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; /home/runner/work/gas-pressure-sensor/gas-pressure-sensor/ncs/nrf/samples/CMakeLists.txt:58 (add_child_image) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:233"&gt;233&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-undefined"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:234"&gt;234&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:235"&gt;235&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;-- Configuring incomplete, errors occurred! &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:236"&gt;236&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;See also &amp;quot;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/CMakeFiles/CMakeOutput.log&amp;quot;. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:237"&gt;237&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;See also &amp;quot;/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build/CMakeFiles/CMakeError.log&amp;quot;. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;a class="CheckStep-line-number d-inline-block text-mono text-normal flex-shrink-0" href="https://github.com/HP1T/gas-pressure-sensor/runs/6006045703?check_suite_focus=true#step:12:238"&gt;238&lt;/a&gt;&lt;span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"&gt;&lt;span class=""&gt;FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app/build -S/home/runner/work/gas-pressure-sensor/gas-pressure-sensor/app -GNinja -DBOARD=gplsns -DCMAKE_EXPORT_COMPILE_COMMANDS=ON&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project fails to build due to "Failed to find mbedtls, cannot build security libraries"</title><link>https://devzone.nordicsemi.com/thread/363172?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 11:41:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b3a6022-b3ca-488c-b364-3102a5eb358a</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The technical support team will be out due to Easter Holiday until Tuesday April 19. We&amp;#39;re sorry for the inconvenience.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;How have you installed the nRF Connecct SDK on you Windows machine?&amp;nbsp;Can you please provide full log output from when you receive the error in Linux?&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>