Cant compile FastLED on ESPHomeYaml

Hi all,

Tryed ESPHomeYaml again today and realized it cannot compile the FastLED component with platformio compiler.

Im getting this error:

Compiling .pioenvs/meterkast/lib2d2/FastLED/colorutils.cpp.o as: loadlocale.c:130: 
_nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed. xtensa-lx106-elf-g++: internal compiler error: Aborted (program as) Please submit a full bug report, with preprocessed source if appropriate.

Anyone know how to fix/deal with this?

Kind Regards,
Wodian

Error fixed by this command:

export LC_ALL=C

Hope this helps :slight_smile:

4 Likes