Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCustom Linker Script
Dear all, I have to add an output section in the final binary called "EXTSec". Therefore, I modified the makefile to point to a linkerscript.lds. Then I copied the original likerscript.x contents,...
Altera_Forum
Honored Contributor
13 years agoYou have to make sure that the linker will not read the content of the same object file twice. For example, you cannot direct the linker through the linker script to put some content of an object file in certain addresses while that object file is part of a library that is passed to the linker.