Hi, I need to speficy absolute addresses of where functions should go and I belive I can do it with a linker script. However, what I'd like to do is to see if the linker can spit out the current linking script with all symbols so I can edit (instead of writing one from scratch) and pass -T to the linker with my editable script. I searched through the help and I found this option --print-map but it doesn't do what I watn. anyway is the an option that the linker outputs to a text file the linker script with all the info I need to be edited? thx. tchau, Gustavo.