Closed ahtn closed 6 years ago
Latest header definitions can be found here: http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/
Specifically, this issue is fixed by using these header files: http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.6.1/avr8-headers.zip . Copying them to /usr/avr/include/avr
or equivalent will fix this issue.
Added them to the travis build script here: 00d9cc0f0b0f97c4b32ba94a522d521041ea08cf
A couple of defines are missing in the avr libc header files for the ATxmega128A1U. Need to add them as a work around.
Upstream bug for this issue, seems to have gone stale..