This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #This is a step-by-step guide to build the avr-gcc 10.2 with the | |
| #libstdc++ using the freestanding implementation[1]. | |
| # | |
| #Don't expect a robust script without boilerplates or something coded | |
| #to be resilient. This is only a short register of what I need to | |
| #obtain the compiler in this mode. | |
| # | |
| #[1] https://timsong-cpp.github.io/cppwp/n4861/compliance | |
| wget https://ftp.gnu.org/gnu/binutils/binutils-2.36.tar.gz |