This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using same compiler for Cortex A profile and Cortex M profile

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?