STM32IDE Toolchain using 2 Compiler in one Project
I would like to use 2 Compiler in one project, the old compiler for the bootloader, where addresses should not change for application and the other for the application to use a newer version.
First I tried to select either or from the C/C++ Build -> settings -> MCU Toolchain -> Fixed where I can select GNU Tools for STM32... or my own installed GNU, which I added in the Toolchain Manager.
But the IDE always uses the compiler which folder is listed first in PATH.
Final target is to select the compiler based on folders.
is there a possiblity?