S32DS for ARM: SDK folder/directory location

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32DS for ARM: SDK folder/directory location

1,846 次查看
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

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

1,644 次查看
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 项奖励
回复