Hello,
I am using S32 Design Studio for ARM Version: 2018.R1 Build id: 180815.
I need to to do some setiings in
Project Settings ->C/C++ Build ->Settings->Target Processor
I want to change toolchain default to some project specific settings.
After clean and then build the .args files do not contain the new settings.
Eg when I specify "cortex-m4" I expect the option "-mcpu=cortex-m4"
in the .args files.
What do I missed to do additionally that the options are correctls included?