You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not fixed for me, compiling for ATTiny13A on Arduino IDE 2.2.1
I imported the zip file and tried to compile the blinky example with updated pin.
.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avr25/tiny-stack/libc.a(malloc.o):(.data+0x0): undefined reference to `__heap_end'
collect2: error: ld returned 1 exit status
Hello, I use Arduino 2.0.2 (lastest build) and I have imported the light_WS2812 ZIP file.
I try to complie the example but I get this error:
.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avr25/tiny-stack/libc.a(malloc.o):(.data+0x0): undefined reference to
__heap_end'collect2: error: ld returned 1 exit status`
The text was updated successfully, but these errors were encountered: