External Loader - Unknown .stldr file
Hi everyone.
I am working on STM32G0B0 MCU and develop UI with touchGFX. I researched how to generate external loader for external NOR FLASH(MX25L6433F).
I use SPI2 on MCU(SMT32G0B0). And edited relevant files.
I applied all of steps on following links:
https://blog.embeddedexpert.io/?p=2189
Like W25Q FLASH Memory || Part 9 || External Loader in SPI Mode (youtube.com)
Like External loaders for SPI flash: a "standard" version (youtube.com)
I separately tested it. But xxx.stldr file is not working. STM32CubeProgrammer is unknown my STLDR file.

I build without any problem. I checked that makefile under debug folder. There is an error that:
fail-specified-linker-script-missing:
@echo 'Error: Cannot find the specified linker script. Check the linker settings in the build configuration.'
@exit 2
warn-no-linker-script-specified:
@echo 'Warning: No linker script specified. Check the linker settings in the build configuration.'
.PHONY: all clean dependents main-build fail-specified-linker-script-missing warn-no-linker-script-specified post-build

Could you help me about this problem. Is there more easy way to generate custom external loader?
