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

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

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

Jump to solution
1,133 Views
王延禹
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

 

Tags (1)
0 Kudos
Reply
1 Solution
1,120 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,121 Views
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 Kudos
Reply
1,109 Views
王延禹
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 Kudos
Reply