STM32CubeMX Linker script generation problem
Hello,
I noticed that when I create new project in STM32CubeMX 6.7.0 (STM32F030F4Px) and set "Minimum Heap Size" to 0x0 and "Minimum Stack Size" to 0x0, the linker script is not generated (project with default settings, I only change "Toolchain / IDE" to STM32CubeIDE and enable "Generate peripheral initialization as a pair of '.c/.h' files per peripheral") and I can't compile the project, STM32CubeIDE generates error:
Error: Cannot find the specified linker script. Check the linker settings in the build configuration.
make: *** [makefile:87: fail-specified-linker-script-missing] Error 2
"make -j12 all" terminated with exit code 2. Build might be incomplete.In the same project when I set the Heap/Stack size to their default values (for STM32F030F4Px Heap has 0x200 size and Stack is 0x400) linker script also is not generated.
Am I doing something wrong or is it STM32CubeMX bug?
