alexh-name / bsec_bme680_linux

Read the BME680 sensor with the BSEC library on Linux (e.g. Raspberry Pi)
Other
87 stars 48 forks source link

Compile error #1

Closed biker8491 closed 6 years ago

biker8491 commented 6 years ago

I tried to compile your source code on a Raspberry Pi 3 and got the following error: "/usr/bin/ld: cannot find -lalgobsec"

I used the following directories:

/home/pi/BME680 for your source code and /home/pi/src/BSEC_1.4.5.1_Generic_Release_20171214 and /home/pi/src/BME680_driver-master

What is wrong?

alexh-name commented 6 years ago

Apparently the lib search path in make.sh was incorrect. Fixed with 3241447e26cf352a139fcc6ab3e39c2a21d27e27. Could you check again?

biker8491 commented 6 years ago

Ok. Now it compiles correctly!