<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MAP file output section with memory usage listed by library in CodeWarrior for QorIQ</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/MAP-file-output-section-with-memory-usage-listed-by-library/m-p/217701#M4729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get the linker to create a section with a summary of memory usage listed by LIBRARY (*.a) or OBJECT module (*.o - if not part of a library)?&amp;nbsp; We are running out of code space and so there are many things we can do to reduce the code space size.&amp;nbsp; But I'd like to have a summary section that shows something like,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;library/module &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; size&lt;/P&gt;&lt;P&gt;----------------------------------------------------------&lt;/P&gt;&lt;P&gt;mc2.o&lt;/P&gt;&lt;P&gt;fft.o&lt;/P&gt;&lt;P&gt;C_4i_CF_StdABI_MSL.a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C_4i_CF_StdABI_Runtime.a&lt;/P&gt;&lt;P&gt;fp_coldfire.a&lt;/P&gt;&lt;P&gt;mqx.a&lt;/P&gt;&lt;P&gt;m52259mc2.a&lt;/P&gt;&lt;P&gt;rtcs.a&lt;/P&gt;&lt;P&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obviously, I can calcuate this by hand by wading through the massive xMAP file line by line and looking for the beginning of each successive section, but this seems cumbersome especially when it's somehting that could easily by including in the linker.&amp;nbsp; I looked through all the linker output switches, but there doesn't seem to be any that addresses this need.&amp;nbsp; Perhaps I'm overlooking something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by gmnelson on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-09-23&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;03:50 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2009 21:49:38 GMT</pubDate>
    <dc:creator>gmnelson</dc:creator>
    <dc:date>2009-09-23T21:49:38Z</dc:date>
    <item>
      <title>MAP file output section with memory usage listed by library</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/MAP-file-output-section-with-memory-usage-listed-by-library/m-p/217701#M4729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get the linker to create a section with a summary of memory usage listed by LIBRARY (*.a) or OBJECT module (*.o - if not part of a library)?&amp;nbsp; We are running out of code space and so there are many things we can do to reduce the code space size.&amp;nbsp; But I'd like to have a summary section that shows something like,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;library/module &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; size&lt;/P&gt;&lt;P&gt;----------------------------------------------------------&lt;/P&gt;&lt;P&gt;mc2.o&lt;/P&gt;&lt;P&gt;fft.o&lt;/P&gt;&lt;P&gt;C_4i_CF_StdABI_MSL.a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C_4i_CF_StdABI_Runtime.a&lt;/P&gt;&lt;P&gt;fp_coldfire.a&lt;/P&gt;&lt;P&gt;mqx.a&lt;/P&gt;&lt;P&gt;m52259mc2.a&lt;/P&gt;&lt;P&gt;rtcs.a&lt;/P&gt;&lt;P&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obviously, I can calcuate this by hand by wading through the massive xMAP file line by line and looking for the beginning of each successive section, but this seems cumbersome especially when it's somehting that could easily by including in the linker.&amp;nbsp; I looked through all the linker output switches, but there doesn't seem to be any that addresses this need.&amp;nbsp; Perhaps I'm overlooking something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by gmnelson on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-09-23&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;03:50 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 21:49:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/MAP-file-output-section-with-memory-usage-listed-by-library/m-p/217701#M4729</guid>
      <dc:creator>gmnelson</dc:creator>
      <dc:date>2009-09-23T21:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: MAP file output section with memory usage listed by library</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/MAP-file-output-section-with-memory-usage-listed-by-library/m-p/217702#M4730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've looked and there is not a summary option like you describe in the linker. I would suggest submitting that as a feature request, but that will not to help you right now... Sorry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 21:02:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/MAP-file-output-section-with-memory-usage-listed-by-library/m-p/217702#M4730</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-09-24T21:02:25Z</dc:date>
    </item>
  </channel>
</rss>

