Undefined reference in BSEC library

I am using the B-L072ZLRWAN1 board with the BME680 sensor to read temperature, humidity, pressure, and gas values. I can read these values, but when I added the BSEC library, it shows the following error messages:

 bsec.cpp:134: undefined reference to 'bsec_update_subscription'
 bsec.cpp:277: undefined reference to 'bsec_do_steps'
 bsec.cpp:113: undefined reference to 'bsec_init'
 bsec.cpp:207: undefined reference to 'bsec_get_version'
 bsec.cpp:153: undefined reference to 'bsec_sensor_control'

I'm happy to receive any help. Thanks in advance.

How did You get the bsec library into Your system? Did You use the IDE library manager?

No, I downloaded it from the GitHub link provided below:

Hi @pert
I faced the above issue, and I saw that you provided a solution for it earlier. However, I am using an STM32. Can you provide a solution?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.