isuru herath <isuru81@xxxxxxxxx> writes: > Thanks for the reply and suggestion. I am not familiar with section > attribute, so I will need sometime to look in to that. Particularly I don't > know how to specify a physical address range for a section. I found the > following link. > http://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html > But it does not explain how to develop a linker script. Any reference would > be greatly appreciated. In the mean time I am trying silly things, probably > you have seen in my other mails to the list. Linker scripts are used with the linker and are documented in the linker manual. http://sourceware.org/binutils/docs-2.21/ld/Scripts.html Ian