Hi Everyone,
I just upgraded the Arduino IDE to version 1.8.15 from I'm pretty sure I was using 1.8.5 before. Well after I did and tried to load the bootloader on an ATtiny85 I received this error:
avrdude: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory
So I looked online and found some threads about this and they suggest creating a symbolic link to
libreadline.so.6 by:
** ln -s /snap/gnome-3-28-1804/161/lib/x86_64-linux-gnu/libreadline.so.6.0** but I also get an error saying:
**sudo ln: failed to create symbolic link './libreadline.so.6.0': Read-only file system **
I am using Ubuntu 20.04 OS. Surely someone else has ran in to this before and was successful with coming up with a workaround.
Thanks in advance,
Chris