S32DS change other project flash.ld in same workspace when one project flash.ld changed

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

S32DS change other project flash.ld in same workspace when one project flash.ld changed

跳至解决方案
1,136 次查看
王延禹
Contributor I

Dear team

When I'm developing bootloaders and apps in a workspace.

I change bootloader's S32K144_64_flash.ld. then I find app's S32K144_64_flash.ld also changed in the same way.

How do I modify S32K144_64_flash.ld individually.

Thank you

wangyanyu

 

标记 (1)
0 项奖励
回复
1 解答
1,123 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

But it looks you like you in both cases referring to the same linker file

bootloader's S32K144_64_flash.ld. then I find app's S32K144_64_flash.ld

Do you have 2 separate linkers? If not, then you are modifying the only one which must propagate in both locations you describe.

What are the names of the 2 linker files?

Best regards,

Peter

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,124 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

But it looks you like you in both cases referring to the same linker file

bootloader's S32K144_64_flash.ld. then I find app's S32K144_64_flash.ld

Do you have 2 separate linkers? If not, then you are modifying the only one which must propagate in both locations you describe.

What are the names of the 2 linker files?

Best regards,

Peter

0 项奖励
回复
1,112 次查看
王延禹
Contributor I

Dear Peter
Thank you for your advice.
I copied an ld file from the installation directory of the S32DS into the project, and now I can modify the ld file separately.
All the best
Wang Yanyu

0 项奖励
回复