EEVblog Electronics Community Forum

Products => Computers => Programming => Topic started by: eti on February 08, 2023, 11:33:12 pm

Title: esp8266 on “PlatformIO” on “VS Code”: dog slow compile times
Post by: eti on February 08, 2023, 11:33:12 pm
esp8266 on “PlatformIO” on “VS Code”: dog slow compile times; does anyone know why? I’m compiling basic sample code from ”FastLED”

Many Thanks.
Title: Re: esp8266 on “PlatformIO” on “VS Code”: dog slow compile times
Post by: thm_w on February 08, 2023, 11:36:40 pm
- actual compile time?
- system spec (cpu/hdd)?

https://community.platformio.org/t/esp32-insane-compile-times-everytime/22889/8
https://community.platformio.org/t/speed-up-compilation/19000
https://community.platformio.org/t/platformio-too-slow-to-build/26637
Title: Re: esp8266 on “PlatformIO” on “VS Code”: dog slow compile times
Post by: eti on February 09, 2023, 04:27:08 am
Specs are irrelevant, because apparently it’s the “FastLED” libraries which are horrendously poorly optimised for compilation. 

Thanks for the links.