I can successfully compile my software using SDK. However, when I manually change the linker script file, I cannot recompile the code:
Make: nothing to be done
I have to clean up the project in order to recompile the C code and generate a new ELF file with the new linker script settings.
Is this an issue?