Hi, I am relatively new to the world of programming AVR directly but have had some success with the older ISP chips.
However I am planning a project where I would really like to use the AtTiny 1607 or 1617 but I cannot figure out how to compile even an example blink sketch with avr-gcc for such a target.
I have looked for guides and cannot find anything that is very comprehensive.
So my question - could someone help guide me through it?
Some more info about my environment -
OS - Fedora Linux
Installed - avr-libc, avr-gcc, avr-binutils, avr-gdb, avrdude from system repositories (is this foolish - should I compile from source?)
Downloaded AtTiny DFP "packs" from Microchip
I'm aware that I should include the AtTiny packs in my avr-gcc compile command but I cannot figure out how to do so.
Thanks!