We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?