Problem build sample

I want to build the sample usb_hci.

After i create a build config there are warning and the process fails

warning: <choice BT_HCI_BUS_TYPE> (defined at boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) defined with type unknown
warning: <choice BT_HCI_BUS_TYPE> (defined at boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) defined without a prompt
warning: the default selection BT_HCI_IPC (defined at drivers/bluetooth/hci/Kconfig:39) of <choice BT_HCI_BUS_TYPE> (defined at boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) is not contained in the choice
error: Aborting due to Kconfig warnings
Parents
  • Hi,

    Can you show your build command and full build log?

    Which NCS version do you use?

    Best regards,
    Dejan

  • I am also getting same problem :-

    warning: PARTITION_MANAGER_ENABLED (defined at C:/ncs/v2.9.0/nrf\subsys\partition_manager/Kconfig:9)
    was assigned the value 'n' but got the value 'y'. See
    docs.zephyrproject.org/.../kconfig.html and/or look up
    PARTITION_MANAGER_ENABLED in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.


    warning: PM_SINGLE_IMAGE (defined at C:/ncs/v2.9.0/nrf\subsys\partition_manager/Kconfig:164) was
    assigned the value 'n' but got the value 'y'. See
    docs.zephyrproject.org/.../kconfig.html and/or look up
    PM_SINGLE_IMAGE in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.

    warning: Deprecated symbol PLATFORM_SPECIFIC_INIT is enabled.


    warning: <choice BT_HCI_BUS_TYPE> (defined at C:/ncs/v2.9.0/zephyr/boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) defined with type unknown

    warning: <choice BT_HCI_BUS_TYPE> (defined at C:/ncs/v2.9.0/zephyr/boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) defined without a prompt

    warning: the default selection BT_HCI_IPC (defined at drivers/bluetooth/hci/Kconfig:39) of <choice BT_HCI_BUS_TYPE> (defined at C:/ncs/v2.9.0/zephyr/boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) is not contained in the choice

    error: Aborting due to Kconfig warnings


    I am using :-
    nRF Connect SDK  v2.9.0 & nRF Connect SDK Toolchain v2.9.0

Reply
  • I am also getting same problem :-

    warning: PARTITION_MANAGER_ENABLED (defined at C:/ncs/v2.9.0/nrf\subsys\partition_manager/Kconfig:9)
    was assigned the value 'n' but got the value 'y'. See
    docs.zephyrproject.org/.../kconfig.html and/or look up
    PARTITION_MANAGER_ENABLED in the menuconfig/guiconfig interface. The Application Development Primer,
    Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
    helpful too.


    warning: PM_SINGLE_IMAGE (defined at C:/ncs/v2.9.0/nrf\subsys\partition_manager/Kconfig:164) was
    assigned the value 'n' but got the value 'y'. See
    docs.zephyrproject.org/.../kconfig.html and/or look up
    PM_SINGLE_IMAGE in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.

    warning: Deprecated symbol PLATFORM_SPECIFIC_INIT is enabled.


    warning: <choice BT_HCI_BUS_TYPE> (defined at C:/ncs/v2.9.0/zephyr/boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) defined with type unknown

    warning: <choice BT_HCI_BUS_TYPE> (defined at C:/ncs/v2.9.0/zephyr/boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) defined without a prompt

    warning: the default selection BT_HCI_IPC (defined at drivers/bluetooth/hci/Kconfig:39) of <choice BT_HCI_BUS_TYPE> (defined at C:/ncs/v2.9.0/zephyr/boards/arm/ubx_evknorab10_nrf5340/Kconfig.defconfig:84) is not contained in the choice

    error: Aborting due to Kconfig warnings


    I am using :-
    nRF Connect SDK  v2.9.0 & nRF Connect SDK Toolchain v2.9.0

Children
Related