MCUXpresso version: 11.4.1
SDK MCU: MKV31F512xxx12
board: frdmkv31f
Project is using freedom_bootloader, when creating the project, semihost is selected for the SDK Debug Console under Project Options.
Have tried creating the project using different library types like Redlib(semihost), NewlibNano(semihost) but the SDK Debug Console is still often not set to semihost, and calls to printf() or debug_printf() do not appear in the console.
Have tried managing the MCU linker script to reselect these same libraries, which results in a MCU linker error regarding the location counter address.
Would appreciate any advice on how to set up the MCU linker for this