S32DS for ARM: SDK folder/directory location

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

S32DS for ARM: SDK folder/directory location

1,100 Views
Joao_Roscoe
Contributor III

Is it possible to change the location of SDK folder/directory, so that it will be located in the Sources folder/directory,  as in "Sources/SDK" or "Sources/hal/sdk" ?

Joao

Labels (1)
Tags (1)
0 Kudos
1 Reply

898 Views
martin_kovar
NXP Employee
NXP Employee

Hello Joao,

I consulted your question with application engineer and it seems, it is not possible to move SDK folder by default, but we found one workaround, which can particularly work.

First, it is necessary to change project from linked mode to standalone mode, please see the tutorial below:

https://community.nxp.com/docs/DOC-342838

 

After this step, you can move SDK folder into any folder you want, but you must set correct path in project settings.

pastedImage_1.png

But as soon as you add any component into your project, new SDK folder will be created in project. So, after every SDK code generation, you must manually move content of newly created SDK folder into the original SDK folder moved into different position.

pastedImage_2.png

Regards,

Martin

 

0 Kudos