cpldcpu / light_ws2812

Light weight library to control WS2811/WS2812 based LEDS and LED Strings for 8-Bit AVR microcontrollers.
GNU General Public License v3.0
946 stars 207 forks source link

Library and Examples not building #68

Closed rkeithryan closed 4 years ago

rkeithryan commented 5 years ago

Using an ATTiny85 and getting the following errors

Building Library Light_WS2812/light_ws2812.h:69: warning: 'ws2812_setleds_pin' declared inline after being called Light_WS2812/light_ws2812.h:69: warning: previous declaration of 'ws2812_setleds_pin' was here Light_WS2812/light_ws2812.h:80: warning: 'ws2812_sendarray_mask' declared inline after being called Light_WS2812/light_ws2812.h:80: warning: previous declaration of 'ws2812_sendarray_mask' was here Building Rainbow Light_WS2812/light_ws2812.h:69: warning: 'ws2812_setleds_pin' declared inline after being called Light_WS2812/light_ws2812.h:69: warning: previous declaration of 'ws2812_setleds_pin' was here Light_WS2812/light_ws2812.h:80: warning: 'ws2812_sendarray_mask' declared inline after being called Light_WS2812/light_ws2812.h:80: warning: previous declaration of 'ws2812_sendarray_mask' was here text data bss dec hex filename 642 0 114 756 2f4 Objects/Rainbow.o 0 [main] sh.exe" 13048 sync_with_child: child 14796(0x1DC) died before initialization with status code 0xC0000142 131 [main] sh.exe" 13048 sync_with_child: child state waiting for longjmp "D:/Program Files/utils/bin/sh.exe": fork: Resource temporarily unavailable make: [Rainbow] Error 128

Any suggestions?

cpldcpu commented 4 years ago

sorry, no idea right now. Which compiler are you using?

Closing due to age.