Hello
I am using LVGL on Arduino to create A GUI on a ESP32-3248S035. Untill last Thursday every thing was working fine but suddenly I am unable to compile my software. A bunch of error are generated. Here an example:
c:/users/mabil/appdata/local/arduino15/packages/esp32/tools/esp-x32/2302/bin/…/lib/gcc/xtensa-esp32-elf/12.2.0/…/…/…/…/xtensa-esp32-elf/bin/ld.exe: C:\Users\mabil\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.1-bd2b9390ef\esp32/lib\libheap.a(tlsf.c.obj): in function `tlsf_check’:
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/tlsf/tlsf.c:698: multiple definition of `tlsf_check’; C:\Users\mabil\AppData\Local\Temp\arduino\sketches\9E5E655A171FFA4687BEA616B8D5B99B\libraries\lvgl\misc\lv_tlsf.c.o:c:\Users\mabil\Documents\Arduino\3.5inch_ESP32-3248S035\libraries\lvgl\src\misc/lv_tlsf.c:865: first defined here
All the errors are about a tlsf_xx function.
Can you give me an advice to suppress these erros
Note I am using Arduino and ESP32 Dev Module as board choice
Claude