fablab-luenen / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
216 stars 30 forks source link

Cant compile - Fastled error #56

Closed dumanadam closed 4 years ago

dumanadam commented 4 years ago

Hi,

Describe the bug Clone repository, press build and I get the error not allowing me to compile.

To Reproduce Steps to reproduce the behavior: 1 -Clone repository 2 - Press build

Expected behavior Clone repository, builds

Screenshots

Desktop (please complete the following information):

Compiling .pio/build/esp01_1m/libad7/FastLED_ID126/colorpalettes.cpp.o Compiling .pio/build/esp01_1m/libad7/FastLED_ID126/colorutils.cpp.o Assembler messages: Fatal error: can't create .pio/build/esp01_1m/libad7/FastLED_ID126/colorpalettes.cpp.o: No such file or directory *** [.pio/build/esp01_1m/libad7/FastLED_ID126/colorpalettes.cpp.o] Error 1 Assembler messages: Fatal error: can't create .pio/build/esp01_1m/libad7/FastLED_ID126/bitswap.cpp.o: No such file or directory *** [.pio/build/esp01_1m/libad7/FastLED_ID126/bitswap.cpp.o] Error 1 Assembler messages: Fatal error: can't create .pio/build/esp01_1m/libad7/FastLED_ID126/FastLED.cpp.o: No such file or directory *** [.pio/build/esp01_1m/libad7/FastLED_ID126/FastLED.cpp.o] Error 1 Assembler messages: Fatal error: can't create .pio/build/esp01_1m/libad7/FastLED_ID126/colorutils.cpp.o: No such file or directory *** [.pio/build/esp01_1m/libad7/FastLED_ID126/colorutils.cpp.o] Error 1

Thanks for your help!

dumanadam commented 4 years ago

Compiles on win 10 and on mint, so prob is more than likely on my end, thanks.