Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSEC2 with rp2040 RPi Pico in VSC #32

Open
ElVoigtlaendo opened this issue Dec 13, 2023 · 3 comments
Open

BSEC2 with rp2040 RPi Pico in VSC #32

ElVoigtlaendo opened this issue Dec 13, 2023 · 3 comments

Comments

@ElVoigtlaendo
Copy link

HI,

i include in a VSC Project with Platformio the API BME68x-Library and the BSEC2.
Right now I'm trying with the basic example.

following Error appears by compiling

Linking .pio\build\pico_Core2\firmware.elf
c:/users/XX/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/12.3.0/../../../../arm-none-eabi/bin/ld.exe: cannot find -lalgobsec: No such file or directory
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\pico_Core2\firmware.elf] Error 1

I try the BSEC Library and it works.

I also try the BSEC and BSEC2 in Arduino IDE and it works too.

i took also the newest BSEC2 Version in lib dictionary. Same Error Message.

Where is the Problem?

platformio.ini
[env:pico_Core2]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
lib_deps =
boschsensortec/BME68x Sensor library@^1.1.40407
boschsensortec/BSEC2 Software Library@^1.3.2200

best regards

@neffs
Copy link
Contributor

neffs commented Dec 14, 2023

I had the same problem. It should be solved with this Pull Request: #22

@ElVoigtlaendo
Copy link
Author

thx, it's working. ;)

@neffs
Copy link
Contributor

neffs commented Dec 15, 2023

Can you leave the issue open? Bosch don't seem to care about the PRs...

@ElVoigtlaendo ElVoigtlaendo reopened this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants