Closed MrSurly closed 1 year ago
Update: Fixed this for myself by doing pio pkg install -t tool-avrdude
, but it doesn't fix the underlying problem. I suspect that since my board is ATtiny806
, it doesn't have a dependency for avrdude
, but it seems a reference to avrdude is hard-coded somewhere.
Versions:
Appears to be similar to #269
My project is here: https://gitlab.com/nuance-systems/dragonfly-can-expander
To re-create error, simply enter the
firmware
subdirectory and domake
orpio run
I was trying to solve a
…relocation truncated to fit: R_AVR_13_PCREL against symbol…"
error, when I decided to dopio pkg update
, which is when this newKeyError
error began.This project doesn't even use
avrdude
, since it's a TINY0 project, which usespymcuprog
Full CLI dump: