Where I setup the advanced, Standard C tool chain (avr-gcc) for the ATmega328P on Windows.
If you are looking to install the AVR toolchain for C using Windows Subsystem for Linux, don’t bother.
Background#
Note: This tutorial hasn’t been strictly tested by me on Windows 11 system, that said, it has been performed on numerous other Windows 11 systems without issues.
Windows has two different operating environments, Windows (the Graphical User Interface or GUI) and the command line interface (CLI). The former is the typical method of using Windows, particularly when using applications such as Word, Excel and Powerpoint. The latter is used for program automation and Windows program development and it is typically entered by typing cmd <cr> in the Windows search bar. We’ll introduce a new and improved method, shortly.
