Hi,
Is there a tool to analyze the GCC linker generated MAP file?
My requirement is to find the section size of each lib & the obj files of an executable. It is possible to drive this information from the MAP file. But requires more manual effort for every iteration.
AMAP is a MAP analyzer tool for MSVS tool chain (http://www.sikorskiy.net/prj/amap/index.html)
Is there similar tool for GCC tool chain?
Regards
Vinoth