Missing library files for SDK 2.6.1 and BME68x

Hi,

I wanted to use the bme68x_iaq example as basis for a new project.

However, looks like parts of the support files in Zephyr aer missing because it stops with following error:

------------------------

-- Configuring done
CMake Error at D:/Workspace_nRF/ncs/v2.6.1/zephyr/cmake/modules/extensions.cmake:424 (add_library):
  Cannot find source file:

    D:/Workspace_nRF/ncs/v2.6.1/modules/lib/bme68x/src/bme68x/bme68x.c
Call Stack (most recent call first):
  D:/Workspace_nRF/ncs/v2.6.1/zephyr/cmake/modules/extensions.cmake:398 (zephyr_library_named)
  D:/Workspace_nRF/ncs/v2.6.1/nrf/drivers/sensor/bme68x_iaq/CMakeLists.txt:7 (zephyr_library)


CMake Error at D:/Workspace_nRF/ncs/v2.6.1/zephyr/cmake/modules/extensions.cmake:424 (add_library):
  No SOURCES given to target: ..__nrf__drivers__sensor__bme68x_iaq
Call Stack (most recent call first):
  D:/Workspace_nRF/ncs/v2.6.1/zephyr/cmake/modules/extensions.cmake:398 (zephyr_library_named)
  D:/Workspace_nRF/ncs/v2.6.1/nrf/drivers/sensor/bme68x_iaq/CMakeLists.txt:7 (zephyr_library)

--------------------------------

Target hardware: Things:53

Using another example (peripheral LBS) as basis is working fine.

Thanks,

Markus

Related