Hi Jiri,
Yes, I know that in the example projects usually the linker scripts are located under Project_Settings folder.
However, in my case it should reside in Generated_Code folder if I understand correctly the Processor Expert configuration of my project (see screenshot in my previous comment).
In fact S32K1xx_flash.ld is missing under Generated_Code folder.
The project that I am working on (GEN_s32k142) was created earlier by one of my colleagues, I only took it over and checked it out from a Git repository.
The question is how to correct the empty value at the -T option now?
I already tried to add that missing linked resource to my project manually referencing to the following absolute path:
"C:\NXP\S32DS_ARM_v2018.R1\S32DS\S32SDK_S32K1xx_RTM_3.0.0\platform\devices\S32K142\linker\gcc\S32K142_32_flash.ld"
but it did not solve my problem and the -T option is still empty.
I would be curious how can I somehow force Design Studio to regenerate the missing linked resource (S32K1xx_flash.ld) ?
And after all how to achieve that the empty value of -T option gets corrected (either manually or automatically)?
Best regards,
Tibor