Hello i tried a lot but i am unable to Compile this , its is expected examples available in sdk should compile smoothly if there are no changes in it,
i was expecting remote support i trying from 2 days am too fustrated, pls support via zoom or google meet or linkedin :swapnilsurule,
===================================================================================
main.c :
===========================================================================================
prj.conf
=================================================================================================
Latest Error
* Executing task: nRF Connect: Build: lsm6ds3_project_5/build (active)
Building lsm6ds3_project_5
C:\Windows\system32\cmd.exe /d /s /c "west build --build-dir c:/nordic/lsm6ds3_project_5/build c:/nordic/lsm6ds3_project_5"
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/nordic/lsm6ds3_project_5
-- CMake version: 3.21.0
-- Cache files will be written to: C:/ncs/v2.6.1/zephyr/.cache
-- Zephyr version: 3.5.99 (C:/ncs/v2.6.1/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf52840dk_nrf52840
-- Found host-tools: zephyr 0.16.5 (C:/ncs/toolchains/cf2149caf2/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.5 (C:/ncs/toolchains/cf2149caf2/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v2.6.1/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts
-- Found devicetree overlay: C:/nordic/lsm6ds3_project_5/nrf52840dk_nrf52840.overlay
-- Generated zephyr.dts: C:/nordic/lsm6ds3_project_5/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/nordic/lsm6ds3_project_5/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/nordic/lsm6ds3_project_5/build/zephyr/dts.cmake
warning: LSM6DSO (defined at drivers/sensor/lsm6dso/Kconfig:6) was assigned the value 'y' but got
the value 'n'. Check these unsatisfied dependencies: DT_HAS_ST_LSM6DSO_ENABLED (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up LSM6DSO 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 LSM6DSO_TRIGGER_GLOBAL_THREAD (defined at
drivers/sensor/lsm6dso/Kconfig:28) was selected (set =y), but no symbol ended up as the choice
selection. See
docs.zephyrproject.org/.../kconfig.html and/or look
up LSM6DSO_TRIGGER_GLOBAL_THREAD 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.
C:/nordic/lsm6ds3_project_5/prj.conf:5: warning: attempt to assign the value 'y' to the undefined symbol SENSOR_LSM6DS3
C:/nordic/lsm6ds3_project_5/prj.conf:18: warning: attempt to assign the value 'y # Enable I2C using the TWIM peripheral' to the undefined symbol I2C_NRF_TWIM
Parsing C:/ncs/v2.6.1/zephyr/Kconfig
Loaded configuration 'C:/ncs/v2.6.1/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig'
Merged configuration 'C:/nordic/lsm6ds3_project_5/prj.conf'
error: Aborting due to Kconfig warnings
CMake Error at C:/ncs/v2.6.1/zephyr/cmake/modules/kconfig.cmake:358 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/ncs/v2.6.1/nrf/cmake/modules/kconfig.cmake:29 (include)
C:/ncs/v2.6.1/zephyr/cmake/modules/zephyr_default.cmake:129 (include)
C:/ncs/v2.6.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
C:/ncs/v2.6.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
CMakeLists.txt:2 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\cf2149caf2\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/cf2149caf2/opt/bin/python.exe '-Bc:\nordic\lsm6ds3_project_5\build' -GNinja '-Sc:\nordic\lsm6ds3_project_5'
* The terminal process terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.