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

Parents
  • Hello,

    The error you're encountering does not appear to be specific to the Thingy53. It seems that the application is missing the Bosch Sensor Environmental Cluster (BSEC) library, which is necessary for building the BME68X IAQ (Indoor Air Quality) sensor sample. Have you integrated this library into your application? This requirement is outlined in the README of the application. Please check if you have followed the instructions provided there.

    Kind Regards,

    Abhijith

Reply
  • Hello,

    The error you're encountering does not appear to be specific to the Thingy53. It seems that the application is missing the Bosch Sensor Environmental Cluster (BSEC) library, which is necessary for building the BME68X IAQ (Indoor Air Quality) sensor sample. Have you integrated this library into your application? This requirement is outlined in the README of the application. Please check if you have followed the instructions provided there.

    Kind Regards,

    Abhijith

Children
No Data
Related