Where to find materials on .ld files and the link info

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

Where to find materials on .ld files and the link info

Jump to solution
985 Views
kongdetao
Contributor III

Who can share some documents or materials about the introduction of linker files, such as S32K148_256_ram.ld & S32K148_256_flash.ld?

And, where to find the assemble instructions doc of S32's Starup.S file?

Thanks!!!

Tags (4)
1 Solution
817 Views
stanish
NXP Employee
NXP Employee

You can find the GCC build tools manuals in the S32 design studio installation folder 

GCC v6.3

<S32DS_ARM_v2018.R1>\Cross_Tools\gcc-6.3-arm32-eabi\arm-none-eabi\share\docs\pdf

GCC v4.9

<S32DS_ARM_v2018.R1>\Cross_Tools\gcc-arm-none-eabi-4_9\share\doc\gcc-arm-none-eabi\pdf

there is linker manual: ld.pdf

Section: Linker Scripts

Hope it helps.

Stan

View solution in original post

2 Replies
818 Views
stanish
NXP Employee
NXP Employee

You can find the GCC build tools manuals in the S32 design studio installation folder 

GCC v6.3

<S32DS_ARM_v2018.R1>\Cross_Tools\gcc-6.3-arm32-eabi\arm-none-eabi\share\docs\pdf

GCC v4.9

<S32DS_ARM_v2018.R1>\Cross_Tools\gcc-arm-none-eabi-4_9\share\doc\gcc-arm-none-eabi\pdf

there is linker manual: ld.pdf

Section: Linker Scripts

Hope it helps.

Stan

817 Views
kongdetao
Contributor III

OK!

Thanks very much!

0 Kudos