After going through some of the questions posted in the forum, I would like to re-phrase my query.
I want to have a binary image with the symbol information in it so that it can be loaded in the memory. This info I need for debugging during an exception.
I am able to generate a .elf file (with symbols), a .s19 file(with no symbols) and a binary version of .s19 => .bin
Is ther any way to generate .s19 file with symbols ?
Or, is there any way that I can have the binary file extraced from .elf file with symbols?