ProcessorExpert.pe and Git

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ProcessorExpert.pe and Git

1,457 Views
olimexsmart
Contributor II

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:

Cattura.PNG

How to avoid this absolute path?

Thanks

0 Kudos
4 Replies

963 Views
herbert_schwain
Contributor I

Is there another solution?
We cannot use the same local paths.

0 Kudos

1,425 Views
olimexsmart
Contributor II

The part where I say that it should derive from the lin_cfg setting is totally wrong. 

Ignore the screenshot.

0 Kudos

1,430 Views
florian_bayer
Contributor II

Hello @olimexsmart , 

 

one easy workaround would be to locate the Repo of Git always in the same directory. For example C:\GitRepos.

Then it is the same for every user.

Greetings,

Florian

0 Kudos

1,425 Views
olimexsmart
Contributor II

Thanks Florian,

it's an easy workaround, we will consider it, thanks

0 Kudos