2019-07-29 03:05 AM
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?
Solved! Go to Solution.
2019-08-14 05:46 AM
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
2019-08-14 05:46 AM
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