2025-07-15 7:12 AM
In an IDE makefile project I use a linker script which is created in the pre-build step. In v1.12 of the IDE it worked fine. Now I have to use 1.16.1 and now make complains at the linker step that it has no rule to create the linker script.
Well, make is correct that there is a dependency on this file, but it should just accept the file which is already there. The actual build rule is in the pre-build step, which make does not "see".
How can i configure the project so that make "knows" that he linker script is here and up to date?