Broadcast sink setup using nrf5340, facing build errors



Attached error log snippet for the reference. 

Parents Reply
  • Hi,

    I was able to build successfully for v2.9.0 as well.

    Could you first delete any existing build folders first?

    Please check python --version,

    nrfjprog --version and

    cmake --version, just to make sure that they are up to date.

    Then,

    1. Please try west update

        Followed by west zephyr-export

    2. After that, please set CONFIG_TRANSPORT_BIS=y in the prj.conf file.

    3. And then finally:

       west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=2

    You should be able to build successfully now.

    -Priyanka

Children
Related