Skip to content

Commit 6f26006

Browse files
doc: Add a Known Issue entry related to west zap-generate command
There were several issues regarding the west zap-generate command when it was called on Windows. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 2d15ae1 commit 6f26006

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,18 @@ Matter
605605

606606
The issues in this section are related to the :ref:`ug_matter` protocol.
607607

608+
.. rst-class:: v3-1-1 v3-0-2 v3-0-1 v3-0-0
609+
610+
KRKNWK-20948: The Matter west :ref:`ug_matter_gs_tools_matter_west_commands_zap_tool_generate` command may not work properly on Windows
611+
The matter west ``zap-generate`` command may return several errors when using it on Windows with the ``--full`` option.
612+
You may encounter the following errors:
613+
614+
* Error regarding long paths.
615+
* Error when the script clears the generated files and a file is removed while being used by the script.
616+
* Error when generating the data model files from the :file:`.matter` file because of the :file:`python.exe` executable not being provided before calling the Python script.
617+
618+
**Workaround:** Manually cherry-pick and apply two commits with the fix to ``sdk-connectedhomeip`` (commit hash: ``c34b9e57f0cea9e010c140a02b6e63954ef91bbe`` and ``bba2e5b6997f4adaed64c86469f0726caffe6337``).
619+
608620
.. rst-class:: v3-1-1
609621

610622
KRKNWK-20774: Fatal error on the nRF54LM20 SoC after enabling the :kconfig:option:`CONFIG_PICOLIBC` Kconfig option or dynamic heap memory allocation

0 commit comments

Comments
 (0)