With the last release of arm-none-eabi-gcc provided with gcc-arm-11.2-2022.02-x86_64-arm-none-eabi compilation of assembler code is failing. The reason is that the compiler does not pass its include directory arguments to the assembler. In contradiction to previous releases gcc was built without "--with-gnu-as" option. As many mcu manufactures providing SDK's which containing partly assembler code, I think this option should be enabled for provided toolchain. The issue was already discussed here: https://community.arm.com/support-forums/f/compilers-and-libraries-forum/52288/arm-none-eabi-gcc-11-version-compiler-asmbler-failed
Hi Camille, Are you the right person to look into this?
This has been looked into, and --with-gnu-as will be used in the next release.