Fail to build a copy of nRF5340 example audio application

Hi,

I own an nRF5340 Audio DK, on which I successfully run the example audio application.

Using nRF extension for VSCode, I've created a new application based on the above example, which is saved in a path outside the SDK. When I try to build it using the "buildproj" script, I get the following error:

I'll mention that this process worked fine for other examples, such as blinky and hello world.

I'd appreciate your help with solving this.

Thanks,

Dekel

Parents Reply
  • Hi Dejan,

    I use the broadcast application, which is built & flashed for both gateway and headset units through the builprog.py script.

    I use the following line to run the script, which ultimately runs the build command (which is provided by Nordic):

    python buildprog.py -c both -b debug -d both -p --ctlr="SDC" --recover_on_fail --pristine

Children
Related