Error by creating Matter build (access.ninja / cmake.EXE)

Hello,

we tried to create a Matter build with the Nordic SDK.

Following Steps are done by us which are causing the error:

Clicked nrF connect extension in VS --> Create a new application --> Select application template (matter/light bulb) --> Create application --> project created successfully --> under applications tab --> build config for light bulb --> gives error


Hatdware is a Windows System with the Nordic VS Extension.

i already talked to Mr Kurz which told me to open a ticket.

I hope someone can help us.

  • "tools": {

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.14.1",

        "D:\\NRF\\SW\\JLink.exe": "7.66a",

        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.16.0",

        "nrfutil": "Not found",

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\opt\\bin\\cmake.exe": "3.20.5",

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\opt\\bin\\Scripts\\west.exe": "0.13.1",

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\opt\\bin\\python.exe": "3.8.2",

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\opt\\bin\\ninja.exe": "1.9.0",

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\opt\\bin\\gperf.exe": "3.1",

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\opt\\bin\\dtc.exe": "1.4.7",

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\opt\\bin\\gn.exe": "2039",

        "d:\\NRF\\SW\\SDK\\toolchains\\v2.0.0\\mingw64\\bin\\git.exe": "2.26.2.windows.1"

      },

    None of the samples are updated or changed, and above there are the tools log as requested.

  • Seems like everything is fine. Is this issue present when building other samples as well?

    The next step in ensuring that NCS is installed properly that I would like you to test is: 

    1) Build with command west:

    Open nRF Connect for Desktop, select Toolchain manager, right click the arrow and open a bash.

      

    Then navigate to the matter light bulb sample folder and try to build the sample with

    west build -b nrf52840dk_nrf52840 -p

     

    Kind regards,
    Andreas

Related