Hi, I am working with the BME680 environment sensor, I tested the code with ESP32, ESP8266 and it compiles but with the nRF52840.
The board package platform.txt file already has the modifications by default some articles suggested. I am using 1.8.16 IDE version, and my microcontroller is an LPWAN dedicated module developed by RAKwireless that has the nRF52840 as the core.
This is the error the IDE reports:
Precompiled library in "C:\Users\MCMCHRIS\Documents\MEGA\Arduino\libraries\BSEC_Software_Library\src\cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard\fpv4-sp-d16-hard" not found
Precompiled library in "C:\Users\MCMCHRIS\Documents\MEGA\Arduino\libraries\BSEC_Software_Library\src\cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard" not found
The code I am using is attached.
Error screenshot: