Nie probowałem jednak można też sprobować:
informacja z:
http://distribute.atmel.no/tools/openso ... ain/3.5.0/" Use Atmel Device Family Packs (DFP) for new devices support. You can download Atmel DFPs from here (
http://packs.download.atmel.com/).
How to use Atmel DFPs with Stanadalone toolchain?
# Download DFP from here (e.g. Atmel.ATmega_DFP.1.0.86.atpack)
# Unzip .atpack to packs directory (/home/packs/)
# Invoke avr-gcc with additional option -B to tell gcc where to look for device specific information
e.g. avr-gcc -mmcu=atmega328pb -B /home/packs/Atmel.ATmega_DFP.1.0.86/gcc/dev/atmega328pb/
PS. jeśli pójdziesz tą drogą to daj znać czy to działa.