Replies: 5 comments
-
It can build pass if I revert below patch by @rugeGerritsen, |
Beta Was this translation helpful? Give feedback.
-
@Fanhang32 , the sample is not building because of In order to get rid of this build failure you may:
|
Beta Was this translation helpful? Give feedback.
-
@rugeGerritsen Thanks for your reply! As i know, nrf52832 support Bluetooth 5.3, i think it should support CIS default. So is it the limitation of Zephyr Bluetooth Controller? Do you know when CIS can be supported by Zephyr Bluetooth Controller with nrf52832? |
Beta Was this translation helpful? Give feedback.
-
A controller supporting 5.3 does not need to support all features. For controller related question, contact @cvinayak |
Beta Was this translation helpful? Give feedback.
-
@rugeGerritsen Got it, thanks a lot ! Hi @cvinayak , could you help to explain if nrf52832 controller can support CIS ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Build error for samples/bluetooth/unicast_audio_server of nrf52dk-nrf52832 board
To Reproduce
Build with below command
west build -p auto -b nrf52dk_nrf52832 samples/bluetooth/unicast_audio_server
Logs and console output
`$ west build -p auto -b nrf52dk_nrf52832 samples/bluetooth/unicast_audio_server/
-- west build: making build dir /home/project/zephyr/zephyr/build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/project/zephyr/zephyr/samples/bluetooth/unicast_audio_server
-- Found Python3: /usr/local/bin/python3.8 (found suitable exact version "3.8.1") found components: Interpreter
-- Cache files will be written to: /home/.cache/zephyr
-- Zephyr version: 3.1.99 (/home/project/zephyr/zephyr)
-- Found west (found suitable version "0.13.1", minimum required is "0.7.1")
-- Board: nrf52dk_nrf52832
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.14.2 (/home/zephyr-sdk-0.14.2)
-- Found dtc: /home/zephyr-sdk-0.14.2/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found toolchain: zephyr 0.14.2 (/home/zephyr-sdk-0.14.2)
-- Found BOARD.dts: /home/project/zephyr/zephyr/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.dts
-- Generated zephyr.dts: /home/project/zephyr/zephyr/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /home/project/zephyr/zephyr/build/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: /home/project/zephyr/zephyr/build/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: /home/project/zephyr/zephyr/build/zephyr/dts.cmake
Parsing /home/project/zephyr/zephyr/Kconfig
Loaded configuration '/home/project/zephyr/zephyr/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832_defconfig'
Merged configuration '/home/project/zephyr/zephyr/samples/bluetooth/unicast_audio_server/prj.conf'
warning: BT_ISO_PERIPHERAL (defined at subsys/bluetooth/Kconfig.iso:19) has direct dependencies (!BT_CTLR || BT_CTLR_PERIPHERAL_ISO_SUPPORT) && BT_HCI && BT with value n, but is currently being y-selected by the following symbols:
error: Aborting due to Kconfig warnings
CMake Error at /home/project/zephyr/zephyr/cmake/modules/kconfig.cmake:290 (message):
command failed with return code: 1
Call Stack (most recent call first):
/home/project/zephyr/zephyr/cmake/modules/zephyr_default.cmake:121 (include)
/home/project/zephyr/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
/home/project/zephyr/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:91 (include_boilerplate)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /home/.local/bin/cmake -DWEST_PYTHON=/usr/local/bin/python3.8 -B/home/project/zephyr/zephyr/build -S/home/project/zephyr/zephyr/samples/bluetooth/unicast_audio_server -GNinja -DBOARD=nrf52dk_nrf52832
`
Beta Was this translation helpful? Give feedback.
All reactions