I am new to Zephyr and started working now. I wanted to to Port new device driver I2C to Zephyr OS and run sample application sensor TMP112 for specific custom hardware board which is Chromitem core. When i try to build the using below command facing the error
below
ror: Aborting due to Kconfig warnings
CMake Error at /home/tcs/test/zephyr/cmake/kconfig.cmake:217 (message):
command failed with return code: 1
Call Stack (most recent call first):
/home/tcs/test/zephyr/cmake/app/boilerplate.cmake:511 (include)
/home/tcs/test/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
/home/tcs/test/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/bin/cmake -B/home/tcs/test/zephyr/build -S/home/tcs/test/zephyr/samples/sensor/tmp112 -GNinja -DBOARD=chromitem
Kindly help us to resolve the issue.