nrf5340 build configuration problems

Hi everyone,

I'm currently trying to build a program with the extension "nRF Connect", and here is how i proceed :

- add build configuration --> nrf5340_audio_dk/nrf5340/cpuapp. Then i select "Nordic SoC"

- Then, i click on "build configuration"

And then, I receive this error message : 

FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\2d382dcd92\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/2d382dcd92/opt/bin/python.exe '-Bc:\Users\mattl\blinky_1\nrf5340_audio_2\build_1' -GNinja -DBOARD=nrf5340_audio_dk/nrf5340/cpuapp -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=c:/users/mattl/blinky_1/nrf5340_audio_2 '-Sc:\Users\mattl\blinky_1\nrf5340_audio_2'

I don't know why this message appears, and i am not exactly sure if the board target is the correct one.

  • Hi Marslot,

    - add build configuration --> nrf5340_audio_dk/nrf5340/cpuapp. Then i select "Nordic SoC"

    Not an explanation to the issue, but perhaps you misunderstood the UI a bit here.

    The radio button choices under the drop-down menu, between "Nordic SoC," "Nordic Kits," and "All," is to quickly filter which kits are shown in the drop-down menu. It is not a separated choice.

    Could you please share the full log? The actual issue would be logged somewhere before what you quoted.

    On my end, I tried following your step and didn't have any issue building at all.

    Hieu

Related