starcore

Conditional linking of sections in a program using linker command file input to a linker?

hi, Is it possible to link conditionally(like an if..else) by using the linker command file? Suppose i am having two two conditions and i need to link two different section by checking that condition in the linker command file while linking? I am using a custom linker (star core - a flavor of gcc) of Freescale. __Kanu ...