You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to compile WLED through https://wled-compile.github.io/ with just the BME680 usermod enabled for lolin s2 mini board but it fails with this error: /home/runner/.platformio/packages/toolchain-xtensa-esp32s2/bin/../lib/gcc/xtensa-esp32s2-elf/8.4.0/../../../../xtensa-esp32s2-elf/bin/ld: cannot find -lalgobsec collect2: error: ld returned 1 exit status
To Reproduce Bug
Compile WLED for lolin s2 mini with the bme680 usermod
Expected Behavior
Compile succesfully
Install Method
Self-Compiled
What version of WLED?
wled v0.15.0-rc.1
Which microcontroller/board are you seeing the problem on?
ESP32-S2
Relevant log/trace output
/home/runner/.platformio/packages/toolchain-xtensa-esp32s2/bin/../lib/gcc/xtensa-esp32s2-elf/8.4.0/../../../../xtensa-esp32s2-elf/bin/ld: cannot find -lalgobsec
collect2: error: ld returned 1 exit status
Anything else?
Works with esp32dev
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
Tried to compile WLED through https://wled-compile.github.io/ with just the BME680 usermod enabled for lolin s2 mini board but it fails with this error:
/home/runner/.platformio/packages/toolchain-xtensa-esp32s2/bin/../lib/gcc/xtensa-esp32s2-elf/8.4.0/../../../../xtensa-esp32s2-elf/bin/ld: cannot find -lalgobsec collect2: error: ld returned 1 exit status
To Reproduce Bug
Compile WLED for lolin s2 mini with the bme680 usermod
Expected Behavior
Compile succesfully
Install Method
Self-Compiled
What version of WLED?
wled v0.15.0-rc.1
Which microcontroller/board are you seeing the problem on?
ESP32-S2
Relevant log/trace output
/home/runner/.platformio/packages/toolchain-xtensa-esp32s2/bin/../lib/gcc/xtensa-esp32s2-elf/8.4.0/../../../../xtensa-esp32s2-elf/bin/ld: cannot find -lalgobsec collect2: error: ld returned 1 exit status
Anything else?
Works with esp32dev
Code of Conduct
The text was updated successfully, but these errors were encountered: