I'm looking for this library as well. I currently try to compile my code with the following command (generated through Yocto): aarch64-nobios-linux-gcc -march=armv8-a+crc --sysroot=/home/niels/dev/nobi/nobios/build/tmp/work/aarch64-nobios-linux/bme680/1.0-r0/recipe-sysroot -Wall -Wno-unused-but-set-variable -Wno-unused-variable -static -std=c99 -pedantic -iquote./src/BSEC_1.4.7.4_Generic_Release/API -iquote./src/BSEC_1.4.7.4_Generic_Release/algo/normal_version/bin/RaspberryPI/PiThree_ArmV8-a-64bits/ -iquote./src/BSEC_1.4.7.4_Generic_Release/examples ./src/BSEC_1.4.7.4_Generic_Release/API/bme680.c ./src/BSEC_1.4.7.4_Generic_Release/examples/bsec_integration.c ./bsec_bme680.c -L./src/BSEC_1.4.7.4_Generic_Release/algo/normal_version/bin/RaspberryPI/PiThree_ArmV8-a-64bits/ -lalgobsec -lm -lrt -o bsec_bme680 Would it be possible to provide a library for the aarch64 architecture? The link you shared is for intel CPUs and thus won't work on the arm based cortex A57. Thanks! Niels
... View more