Hi, we are a team developing a project usind the S32K146 MCU. We are currently using S32 Design studio for ARM.
We have a problem with the Git workflow regarding the ProcessorExpert.pe file. The file contains the following section:
<ItemState>
<ItemSymbol>NPFFileName</ItemSymbol>
<ReadOnly>false</ReadOnly>
<UserReadOnly>false</UserReadOnly>
<Value>C:\Users\lolivieri\Documents\S32MHT\MH7\Sources\LinStackCfg.npf</Value>
</ItemState>
which is different for every developer since the starting part of the file path is different on every machine.
That should derive from this setting:

How to avoid this absolute path?
Thanks