gcc-14 crosscompiler to avr building from sources
I spent a week trying to build a cross-compiler for avr. The problem is that avr-studio for mac m1 is here, you can download it, but when you try to install packages (for example with the avr compiler), the x86_64 version is downloaded. I don’t have rosetta (for fundamental and some practical reasons), so I had to build gcc manually. Surelly, it was done. In my case, gcc compilation took 45 minutes clear time. ...