ZakKemble / avr-gcc-build

https://blog.zakkemble.net/avr-gcc-builds/
51 stars 10 forks source link

Build script uses outdated AVR LibC #9

Closed sprintersb closed 2 months ago

sprintersb commented 3 months ago

The build script uses avr-libc3 which is outdated, last update was 4 years ago . Better use the original avr-libc. You may argue that there is no AVR LibC release yet, but that applies to avr-libc3, too.

sprintersb commented 2 months ago

Meanwhile, AVR-LibC v2.2 has been released:

https://github.com/avrdudes/avr-libc/tree/avr-libc-2_2_0-release

https://avrdudes.github.io/avr-libc/

sprintersb commented 2 months ago

https://github.com/avrdudes/avr-libc/releases/tag/avr-libc-2_2_0-release

ZakKemble commented 2 months ago

Awesome, the build script now uses this. Nice to finally see an official release!