I currently have separate bare-metal projects that require using the GNU GCC with Cortex A Profile and the Cortex M Profile in the same msys2/mingw-w64 environment.
Previously, the Cortex A profile toolchain used "arm-eabi-*" but has now (9.2) been changed to use "arm-none-eabi" which causes a naming conflict with the Cortex M profile toolchain. Is there an easy way to merge the two toolchains (my ideal scenario) or will I have to put them under separate filepaths, possibly have some duplicated files?