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'