SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
551 stars 142 forks source link

Current toolchain has problems with tinyAVR 0-series, 1-series, megaAVR 0-series parts #185

Closed SpenceKonde closed 4 years ago

SpenceKonde commented 4 years ago

These will fix the R_AVR_13_PCREL error given when actual problem is out of space, the bad eeprom.h, and probably several other issues that we don't even know about yet.

SpenceKonde commented 4 years ago

This will be fixed either by the next official toolchain package when this ( https://github.com/arduino/toolchain-avr/pull/68 ) gets sorted out and merged in (if you happen to know how tp do what @facchinm wants, help us out!), or when I get impatient (there's anothjer reason I want the new toolchain - y'all will find out soon enough) and put my files-replaced toolchain packages up and point my cores to them.

SpenceKonde commented 4 years ago

There is now an official toolchain package to fix this! Version 2.0.4 will use 7.3.0-atmel3.6.1-arduino7 avr-gcc package, which corrects this issue!

SpenceKonde commented 4 years ago

This was fixed in 2.0.4.