<?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 Re: Find class/function contribution to final code size in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593882#M30668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by miccio on Sun Jul 26 15:19:05 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: R2D2&lt;/STRONG&gt;&lt;BR /&gt; Disassemble the complete executable&amp;nbsp; :O &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How would I be able to get the sizes from the individual parts, especially after optimization? :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: TheFallGuy&lt;/STRONG&gt;&lt;BR /&gt; You might also try the symbol viewer. I think this shows function sizes. &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will check both on Monday and see what I can get. Thanks so far!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:31:30 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:31:30Z</dc:date>
    <item>
      <title>Find class/function contribution to final code size</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593879#M30665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by miccio on Sat Jul 25 06:23:52 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm using LPCXpresso 7.8 together with an LPC11C24 to develop an C++ application using a quite large library (nominal footprint of 22k). In addition to that I wrote a sort of HAL for the various peripherals that are going to be used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately when I try to compile the software I end up with the flash overflow error, even in Release build with -Os enabled on compiler, linker (link-time optimization enabled as well).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I therefore thought of optimizing everything by looking into the .map file in order to find out how much each class/function/header contributes to the code size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any documentation of the .map file format used by the toolchain or - better yet - a better way of investigating that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593879#M30665</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Find class/function contribution to final code size</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593880#M30666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Sat Jul 25 07:47:47 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: miccio&lt;/STRONG&gt;&lt;BR /&gt;....a better way of investigating that?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Disassemble the complete executable&amp;nbsp; :O &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fdisassembling-objects-and-executables" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/faq/lpcxpresso/disassembling-objects-and-executables&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:31:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593880#M30666</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find class/function contribution to final code size</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593881#M30667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Sat Jul 25 14:47:02 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You might also try the symbol viewer. I think this shows function sizes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:31:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593881#M30667</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find class/function contribution to final code size</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593882#M30668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by miccio on Sun Jul 26 15:19:05 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: R2D2&lt;/STRONG&gt;&lt;BR /&gt; Disassemble the complete executable&amp;nbsp; :O &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How would I be able to get the sizes from the individual parts, especially after optimization? :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: TheFallGuy&lt;/STRONG&gt;&lt;BR /&gt; You might also try the symbol viewer. I think this shows function sizes. &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will check both on Monday and see what I can get. Thanks so far!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:31:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Find-class-function-contribution-to-final-code-size/m-p/593882#M30668</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:31:30Z</dc:date>
    </item>
  </channel>
</rss>

