Skip to main content
gp73
Associate III
July 29, 2019
Solved

about linker

  • July 29, 2019
  • 1 reply
  • 739 views

Is not clear how to change the linker file *.ld.

I found the linker setting in SPC56ELxx Platform Component RLA but I don't know how to proceed. Is there a manual for all the linker option?

if I understood well, I have to place all the option/command in the custom sections?

Is it right?

    This topic has been closed for replies.
    Best answer by Erwan YVIN

    Hello ,

    in SPC5Studio

    you can create our own linker file (user.ld) at the root of the project

    https://sourceware.org/binutils/docs/ld/Scripts.html

    Useful information could be found in the binutils documentation

    Best Regards

    Erwan

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    August 14, 2019

    Hello ,

    in SPC5Studio

    you can create our own linker file (user.ld) at the root of the project

    https://sourceware.org/binutils/docs/ld/Scripts.html

    Useful information could be found in the binutils documentation

    Best Regards

    Erwan