<?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>Cannot build matter project with nRF Connect v3.1.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123750/cannot-build-matter-project-with-nrf-connect-v3-1-0</link><description>After updating to nRF Connect v3.1.0, I am not able to build a project that was started with v3.0.2, nor the matter template sample. When building both my application and the template sample, the following error is given: 
 
 The following steps were</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Aug 2025 23:47:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123750/cannot-build-matter-project-with-nrf-connect-v3-1-0" /><item><title>RE: Cannot build matter project with nRF Connect v3.1.0</title><link>https://devzone.nordicsemi.com/thread/546108?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2025 23:47:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acbbba62-547d-41de-b334-4af045e7d577</guid><dc:creator>Patrick</dc:creator><description>&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;font-size:inherit;"&gt;Thank you for the help Vidar, I was able to get everything working once I installed the missing dependencies.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot build matter project with nRF Connect v3.1.0</title><link>https://devzone.nordicsemi.com/thread/545992?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2025 06:49:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:920a88ba-d8ef-4573-836b-fdbeca05ddb1</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for the updates. I see the problem now which is that this new&amp;nbsp;python dependency got introduced in SDK v3.1.0:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/commit/8aa1591091e95c0d30db946732c02faa2643ad40"&gt;https://github.com/nrfconnect/sdk-nrf/commit/8aa1591091e95c0d30db946732c02faa2643ad40&lt;/a&gt;. Unlike the Zephyr SDK, the NCS toolchain includes Python and the required modules. Otherwise, you need to install these dependencies manually.&lt;/p&gt;
&lt;p&gt;If you have &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util"&gt;nrfutil&lt;/a&gt; installed, you can use the following command if you wish to use the NCS toolchain outside VS code:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ source &amp;lt;(nrfutil sdk-manager toolchain env --ncs-version v3.1.0 --as-script)
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot build matter project with nRF Connect v3.1.0</title><link>https://devzone.nordicsemi.com/thread/545970?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2025 20:05:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1db3be7-c7d1-45a7-8a58-4940d9aeefdc</guid><dc:creator>Patrick</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;West list does show matter at v3.1.0. To be thorough, I checked both in a terminal within VSCode and a terminal in the nrf directory of the SDK.&lt;/p&gt;
&lt;p&gt;To rule out any issues with my existing SDK directory, I have pulled a fresh copy of the SDK using the following steps:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;west init -m https://github.com/nrfconnect/sdk-nrf --mr v3.1.0 ncs
west update
west zephyr-export&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This fresh copy of the SDK exhibits the same behavior as before, failing to build because it cannot find the matter module. I also have tried clearing ccache with no change.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Building template
west build --build-dir /home/patrick/Development/projects/matter/template/build /home/patrick/Development/projects/matter/template --pristine --board nrf54l15dk/nrf54l15/cpuapp -- -DBOARD_ROOT=/home/patrick/Development/my_boards;/home/patrick/Development/projects/matter/template

-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: /home/patrick/Development/.venv/bin/python (found suitable version &amp;quot;3.13.7&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter
-- Cache files will be written to: /home/patrick/.cache/zephyr
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
Parsing /home/patrick/Development/projects/matter/template/Kconfig.sysbuild
Loaded configuration &amp;#39;/home/patrick/Development/projects/matter/template/build/_sysbuild/empty.conf&amp;#39;
Merged configuration &amp;#39;/home/patrick/Development/projects/matter/template/sysbuild.conf&amp;#39;
Configuration saved to &amp;#39;/home/patrick/Development/projects/matter/template/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/patrick/Development/projects/matter/template/build/_sysbuild/autoconf.h&amp;#39;
-- 
   *****************************
   * Running CMake for mcuboot *
   *****************************

Loading Zephyr default modules (Zephyr base).
-- Application: /home/patrick/Development/ncs/bootloader/mcuboot/boot/zephyr
-- CMake version: 4.0.3-dirty
-- Found Python3: /home/patrick/Development/.venv/bin/python (found suitable version &amp;quot;3.13.7&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter
-- Cache files will be written to: /home/patrick/.cache/zephyr
-- Zephyr version: 4.1.99 (/home/patrick/Development/ncs/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.17.4 (/home/patrick/Development/toolchains/zephyr-sdk-0.17.4)
-- Found toolchain: zephyr 0.17.4 (/home/patrick/Development/toolchains/zephyr-sdk-0.17.4)
-- Found Dtc: /home/patrick/Development/toolchains/zephyr-sdk-0.17.4/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.7.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found BOARD.dts: /home/patrick/Development/ncs/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
-- Found devicetree overlay: /home/patrick/Development/projects/matter/template/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
-- Generated zephyr.dts: /home/patrick/Development/projects/matter/template/build/mcuboot/zephyr/zephyr.dts
-- Generated pickled edt: /home/patrick/Development/projects/matter/template/build/mcuboot/zephyr/edt.pickle
-- Generated devicetree_generated.h: /home/patrick/Development/projects/matter/template/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
Parsing /home/patrick/Development/ncs/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration &amp;#39;/home/patrick/Development/ncs/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;/home/patrick/Development/projects/matter/template/sysbuild/mcuboot/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/patrick/Development/projects/matter/template/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;/home/patrick/Development/ncs/nrf/subsys/bootloader/bl_override/override_external_mcuboot.conf&amp;#39;
Merged configuration &amp;#39;/home/patrick/Development/ncs/nrf/subsys/partition_manager/ext_flash_mcuboot_secondary.conf&amp;#39;
Merged configuration &amp;#39;/home/patrick/Development/projects/matter/template/build/mcuboot/zephyr/.config.sysbuild&amp;#39;
Configuration saved to &amp;#39;/home/patrick/Development/projects/matter/template/build/mcuboot/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/patrick/Development/projects/matter/template/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h&amp;#39;
-- Found GnuLd: /home/patrick/Development/toolchains/zephyr-sdk-0.17.4/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;)
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/patrick/Development/toolchains/zephyr-sdk-0.17.4/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
=========== Generating psa_crypto_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Backup: CONFIG_MBEDTLS_THREADING_C: False
Backup: CONFIG_MBEDTLS_THREADING_ALT: False
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Restore: CONFIG_MBEDTLS_THREADING_C: False
Restore: CONFIG_MBEDTLS_THREADING_ALT: False
=========== End psa_crypto_config ===============
=========== Generating psa_crypto_library_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Backup: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Backup: CONFIG_MBEDTLS_THREADING_C: False
Backup: CONFIG_MBEDTLS_THREADING_ALT: False
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Restore: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Restore: CONFIG_MBEDTLS_THREADING_C: False
Restore: CONFIG_MBEDTLS_THREADING_ALT: False
=========== End psa_crypto_library_config ===============
-- Using ccache: /usr/bin/ccache
-- Found gen_kobject_list: /home/patrick/Development/ncs/zephyr/scripts/build/gen_kobject_list.py
MCUBoot bootloader key file: /home/patrick/Development/ncs/bootloader/mcuboot/root-ed25519.pem
CMake Warning at CMakeLists.txt:412 (message):
  WARNING: Using default MCUboot signing key file, this file is for debug use
  only and is not secure!


-- Configuring done (4.7s)
-- Generating done (0.1s)
-- Build files have been written to: /home/patrick/Development/projects/matter/template/build/mcuboot
-- 
   ******************************
   * Running CMake for template *
   ******************************

Loading Zephyr default modules (Zephyr base).
-- Application: /home/patrick/Development/projects/matter/template
-- CMake version: 4.0.3-dirty
-- Found Python3: /home/patrick/Development/.venv/bin/python (found suitable version &amp;quot;3.13.7&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter
-- Cache files will be written to: /home/patrick/.cache/zephyr
-- Zephyr version: 4.1.99 (/home/patrick/Development/ncs/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.17.4 (/home/patrick/Development/toolchains/zephyr-sdk-0.17.4)
-- Found toolchain: zephyr 0.17.4 (/home/patrick/Development/toolchains/zephyr-sdk-0.17.4)
-- Found Dtc: /home/patrick/Development/toolchains/zephyr-sdk-0.17.4/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.7.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found BOARD.dts: /home/patrick/Development/ncs/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
-- Found devicetree overlay: /home/patrick/Development/projects/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
-- Generated zephyr.dts: /home/patrick/Development/projects/matter/template/build/template/zephyr/zephyr.dts
-- Generated pickled edt: /home/patrick/Development/projects/matter/template/build/template/zephyr/edt.pickle
-- Generated devicetree_generated.h: /home/patrick/Development/projects/matter/template/build/template/zephyr/include/generated/zephyr/devicetree_generated.h
Parsing /home/patrick/Development/projects/matter/template/Kconfig
Loaded configuration &amp;#39;/home/patrick/Development/ncs/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;/home/patrick/Development/projects/matter/template/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/patrick/Development/projects/matter/template/build/template/zephyr/.config.sysbuild&amp;#39;
Configuration saved to &amp;#39;/home/patrick/Development/projects/matter/template/build/template/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/patrick/Development/projects/matter/template/build/template/zephyr/include/generated/zephyr/autoconf.h&amp;#39;
-- Found GnuLd: /home/patrick/Development/toolchains/zephyr-sdk-0.17.4/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;)
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/patrick/Development/toolchains/zephyr-sdk-0.17.4/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
CMake Warning at /home/patrick/Development/ncs/nrf/cmake/version_app.cmake:19 (message):
  APP_VERSION: git rev-parse failed: fatal: not a git repository (or any of
  the parent directories): .git
Call Stack (most recent call first):
  /home/patrick/Development/ncs/nrf/CMakeLists.txt:26 (include)


=========== Generating psa_crypto_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Backup: CONFIG_MBEDTLS_THREADING_C: True
Backup: CONFIG_MBEDTLS_THREADING_ALT: True
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Restore: CONFIG_MBEDTLS_THREADING_C: True
Restore: CONFIG_MBEDTLS_THREADING_ALT: True
=========== End psa_crypto_config ===============
=========== Generating psa_crypto_library_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Backup: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Backup: CONFIG_MBEDTLS_THREADING_C: True
Backup: CONFIG_MBEDTLS_THREADING_ALT: True
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Restore: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Restore: CONFIG_MBEDTLS_THREADING_C: True
Restore: CONFIG_MBEDTLS_THREADING_ALT: True
=========== End psa_crypto_library_config ===============
################### OPENTHREAD REPORT ###################
+ Target device: nrf54l15
+ Thread version: v1.4
+ OpenThread library feature set: Minimal Thread Device (MTD)
+ Thread device type: Minimal End Device (MED)
+ OpenThread Library: openthread/lib/nrf54lx/soft-float/v1.4/mtd
+ OpenThread NCS revision: ncs-thread-reference-20250402
+ OpenThread NCS SHA: 0e2666713
+ NCS revision: v3.1.0
+ NCS SHA: 6c6e5b3249
+ No differences in the used Thread library in comparison to the NCS v3.0.0 release.
###################        END        ###################
-- Using ccache: /usr/bin/ccache
-- Found Python3: /home/patrick/Development/.venv/bin/python (found version &amp;quot;3.13.7&amp;quot;) found components: Interpreter
-- Found gen_kobject_list: /home/patrick/Development/ncs/zephyr/scripts/build/gen_kobject_list.py
-- Including signing script: /home/patrick/Development/ncs/nrf/cmake/sysbuild/image_signing.cmake
CMake Warning at /home/patrick/Development/ncs/zephyr/CMakeLists.txt:2232 (message):
  __ASSERT() statements are globally ENABLED


Traceback (most recent call last):
  File &amp;quot;/home/patrick/Development/ncs/modules/lib/matter/scripts/codegen_paths.py&amp;quot;, line 26, in &amp;lt;module&amp;gt;
    from matter.idl.generators.path_resolution import expand_path_for_idl
ModuleNotFoundError: No module named &amp;#39;matter&amp;#39;
CMake Warning (dev) at /home/patrick/Development/ncs/modules/lib/matter/build/chip/chip_codegen.cmake:66 (add_custom_command):
  Keyword OUTPUT requires a value, but none was given.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run &amp;quot;cmake --help-policy CMP0175&amp;quot; for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
Call Stack (most recent call first):
  /home/patrick/Development/ncs/modules/lib/matter/src/app/chip_data_model.cmake:114 (chip_codegen)
  /home/patrick/Development/ncs/nrf/samples/matter/common/cmake/data_model.cmake:20 (chip_configure_data_model)
  CMakeLists.txt:37 (ncs_configure_data_model)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at /home/patrick/Development/ncs/modules/lib/matter/build/chip/chip_codegen.cmake:66 (add_custom_command):
  add_custom_command Wrong syntax.  A TARGET or OUTPUT must be specified.
Call Stack (most recent call first):
  /home/patrick/Development/ncs/modules/lib/matter/src/app/chip_data_model.cmake:114 (chip_codegen)
  /home/patrick/Development/ncs/nrf/samples/matter/common/cmake/data_model.cmake:20 (chip_configure_data_model)
  CMakeLists.txt:37 (ncs_configure_data_model)


-- Configuring incomplete, errors occurred!
CMake Error at cmake/modules/sysbuild_extensions.cmake:530 (message):
  CMake configure failed for Zephyr project: template

  Location: /home/patrick/Development/projects/matter/template
Call Stack (most recent call first):
  cmake/modules/sysbuild_images.cmake:43 (ExternalZephyrProject_Cmake)
  cmake/modules/sysbuild_default.cmake:21 (include)
  /home/patrick/Development/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  /home/patrick/Development/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  /home/patrick/Development/ncs/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
  template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/home/patrick/Development/.venv/bin/python -B/home/patrick/Development/projects/matter/template/build -GNinja -DBOARD=nrf54l15dk/nrf54l15/cpuapp &amp;#39;-DBOARD_ROOT=/home/patrick/Development/my_boards;/home/patrick/Development/projects/matter/template&amp;#39; -S/home/patrick/Development/ncs/zephyr/share/sysbuild -DAPP_DIR:PATH=/home/patrick/Development/projects/matter/template&lt;/pre&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Update:&lt;/p&gt;
&lt;p&gt;I installed the toolchain and sdk through VSCode and was able to build the project. While this works, I am curious to know how to get my manually installed SDK and toolchain working as before.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Update 2:&lt;/p&gt;
&lt;p&gt;After further experimentation I think I am getting closer to the issue. Using SDK v3.1.0, manually installed, with toolchain v3.1.0, I can build my project. When I switch to the Zephyr toolchain, either 0.17.0 or 0.17.4, I can no longer build. Is this expected behavior?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot build matter project with nRF Connect v3.1.0</title><link>https://devzone.nordicsemi.com/thread/545909?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2025 11:17:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f5d5e4a-585c-4c44-b9eb-9d1d0e140bd2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please&amp;nbsp;check&amp;nbsp;the output of the &amp;quot;west update&amp;quot; command to confirm that the Matter&amp;nbsp;repo&amp;nbsp;got updated to v3.1.0. Note that the update command will continue updating the other repositories even if a&amp;nbsp;git or connectivity error occurs while updating the Matter repository.&lt;/p&gt;
&lt;p&gt;From West update when I try the same:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1755515709367v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Matter revision as specified in the nrf manifest:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1755515761847v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>