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
{{ message }}
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
Hi,
Thanks for your work, but we are having difficulties to compile your library with our library for shelly device who are embedded esp32 unicore.
we developed an OS for ESP32 and ESP8266, our project compiles and runs on different devices.
we developed with ARduino ide 1.8.15 in windows 10.
The Compilation was OK before using your library.
we upgraded in 2.0.2 for esp32 device and replaced by your file, but the compilation doesn't work.
The error display :
c:/users/xxxxxxxxxxl/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\xxxxxxxxxxl\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.2/tools/sdk/esp32/lib\libesp_littlefs.a(esp_littlefs.c.obj):(.literal.esp_littlefs_init+0x50): undefined reference to `xPortEnterCriticalTimeout'
c:/users/xxxxxxxxxxl/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\xxxxxxxxxxl\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.2/tools/sdk/esp32/lib\libesp_littlefs.a(esp_littlefs.c.obj): in function `vPortEnterCritical':
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/esp_littlefs/src/esp_littlefs.c:325: undefined reference to `xPortEnterCriticalTimeout'
What could be the issue ? could it be a missing library ?
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your work, but we are having difficulties to compile your library with our library for shelly device who are embedded esp32 unicore.
we developed an OS for ESP32 and ESP8266, our project compiles and runs on different devices.
we developed with ARduino ide 1.8.15 in windows 10.
The Compilation was OK before using your library.
we upgraded in 2.0.2 for esp32 device and replaced by your file, but the compilation doesn't work.
The error display :
What could be the issue ? could it be a missing library ?
The text was updated successfully, but these errors were encountered: