Linkage Map

Can anyone tell me how to get the linker to create
a linkage map so that I can resolve an address back
to the source?

I am using Netrino 6.2 with GCC

Thanks in advance
William Morris

Pass a -M to qcc when linking. With gcc you’d probably have to do a -Wl,-M
to get gcc to pass -M to the linker.

cheers,

Kris

“William Morris” <william@bangel.demon.co.uk> wrote in message
news:3E26C652.9F22A91A@bangel.demon.co.uk

Can anyone tell me how to get the linker to create
a linkage map so that I can resolve an address back
to the source?

I am using Netrino 6.2 with GCC

Thanks in advance
William Morris

I should have found that myself really, but thankyou very much.
Regards
William

Kris Warkentin wrote:

Pass a -M to qcc when linking. With gcc you’d probably have to do a -Wl,-M
to get gcc to pass -M to the linker.

“William Morris” <> william@bangel.demon.co.uk> > wrote in message
Can anyone tell me how to get the linker to create
a linkage map so that I can resolve an address back
to the source?