linker file for MCUXpressoIDE

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

linker file for MCUXpressoIDE

329 Views
Naveed
Contributor II

Hi,

I was using IAR workbench for my project before in which I have added the required buffer size in the .icf linker file(Symbols defined in the intflash_sramdata.icf linker command file.). But due to some reason I want to port my project to MCUXpressoIDE. I have ported the project but I am getting error for buffers which I have added in the linker file. 

Like error: undefined reference to _BUFFER_SIZE_

What is the option for linker file in the MCUXPressoIDE like the .icf linker file in the IARWorkbench?

How to add the _BUFFER_SIZE_ in the linker file MCUXPressoIDE?

If any example is there for my reference, please share here.

Thanks in advance.

0 Kudos
1 Reply

315 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @Naveed ,

  Please use the following area to add the memory location:

kerryzhou_0-1681378386980.png

kerryzhou_1-1681378428460.png

 

Wish it helps you!

Best Regards,

Kerry

 

 

0 Kudos