**TLDR:** The original avr-libc repository uses a file named `aux.c` which MS-Windows considers reserved. [See this issue](https://github.com/avrdudes/avr-libc/issues/897). As a consequence this repository fails to build in Windows Machines, resulting in a crippy developer's experience which is against [Rust design principles](https://rust-unofficial.github.io/patterns/additional_resources/design-principles.html) (see: [Principle of least astonishment (POLA)](https://en.wikipedia.org/wiki/Principle_of_least_astonishment)) This issue is intended to group workaround solutions, while the upstream issue is pending.