Skip to content

CMake Kconfig warnings when building with IDF 5.4 #302

Open
@johnboiles

Description

@johnboiles

I'm seeing these warnings:

warning: default on the choice symbol BT_NIMBLE_ENABLED (defined at /Users/johnboiles/Developer/repos/espressif/esp-idf-54/components/bt/Kconfig:22, /Users/johnboiles/Developer/repos/sindarin-inc/embedded-app/components/esp-nimble-cpp/Kconfig:217) will have no effect, as defaults do not affect choice symbols
warning: the choice symbol BT_NIMBLE_ENABLED (defined at /Users/johnboiles/Developer/repos/espressif/esp-idf-54/components/bt/Kconfig:22, /Users/johnboiles/Developer/repos/sindarin-inc/embedded-app/components/esp-nimble-cpp/Kconfig:217) is defined with a prompt outside the choice
info: INFO: Symbol BT_ENABLED defined in multiple locations (see below). Please check if this is a correct behavior or a random name match:
    /Users/johnboiles/Developer/repos/sindarin-inc/embedded-app/components/esp-nimble-cpp/Kconfig:210
    /Users/johnboiles/Developer/repos/espressif/esp-idf-54/components/bt/Kconfig:3
info: INFO: Symbol BT_NIMBLE_ENABLED defined in multiple locations (see below). Please check if this is a correct behavior or a random name match:
    /Users/johnboiles/Developer/repos/espressif/esp-idf-54/components/bt/Kconfig:22
    /Users/johnboiles/Developer/repos/sindarin-inc/embedded-app/components/esp-nimble-cpp/Kconfig:217
info: INFO: Symbol BT_NIMBLE_TRANSPORT_UART defined in multiple locations (see below). Please check if this is a correct behavior or a random name match:
    /Users/johnboiles/Developer/repos/espressif/esp-idf-54/components/bt/host/nimble/Kconfig.in:977
    /Users/johnboiles/Developer/repos/sindarin-inc/embedded-app/components/esp-nimble-cpp/Kconfig:225

They seem to be benign but definitely looked scary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions