Hi, I am using sdk 2.3.0. I got the following warnings while building the project. The build finished without any error, but it didn't perform as expected. Should I concern about these warnings? If so, how do I fix them? Thank you.
warning: MULTICELL_LOCATION_SERVICE_NRF_CLOUD (defined at
C:/ncs/v2.3.0/nrf\lib\multicell_location/Kconfig:21) was assigned the value 'y' but got the value
'n'. Check these unsatisfied dependencies: MULTICELL_LOCATION (=n). See
docs.zephyrproject.org/.../kconfig.html and/or
look up MULTICELL_LOCATION_SERVICE_NRF_CLOUD 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: TEST_RANDOM_GENERATOR (defined at subsys/random/Kconfig:8) was assigned the value 'y' but
got the value 'n'. Check these unsatisfied dependencies: (!ENTROPY_HAS_DRIVER) (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up
TEST_RANDOM_GENERATOR 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: The choice symbol DOWNLOAD_CLIENT_LOG_LEVEL_INF (defined at
C:/ncs/v2.3.0/zephyr/subsys/logging/Kconfig.template.log_config:17) was selected (set =y), but no
symbol ended up as the choice selection. See
docs.zephyrproject.org/.../kconfig.html and/or look
up DOWNLOAD_CLIENT_LOG_LEVEL_INF 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: The choice symbol WDT_LOG_LEVEL_DBG (defined at
subsys/logging/Kconfig.template.log_config:20) was selected (set =y), but no symbol ended up as the
choice selection. See docs.zephyrproject.org/.../kconfig.html
and/or look up WDT_LOG_LEVEL_DBG 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: Experimental symbol HTTP_CLIENT is enabled.