<?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: MQX build sizes in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649115#M17156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I need to try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jan 2017 08:54:07 GMT</pubDate>
    <dc:creator>dry</dc:creator>
    <dc:date>2017-01-03T08:54:07Z</dc:date>
    <item>
      <title>MQX build sizes</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649112#M17153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was checking how much space the MQX builds take, and it seems I get them not so small.&lt;/P&gt;&lt;P&gt;For the simple MQX "hello" example, I get about 34Kbytes binary build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arm-none-eabi-size&amp;nbsp; gcc_arm/ram_release/hello_twrvf65gs10_m4.elf &lt;BR /&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&amp;nbsp;&amp;nbsp; &amp;nbsp;filename&lt;BR /&gt;&amp;nbsp; 33216&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 1120&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 376&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; 34712&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 8798&amp;nbsp;&amp;nbsp; &amp;nbsp;gcc_arm/ram_release/hello_twrvf65gs10_m4.elf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is with GCC-5.4.1, and as you see above this is release build (from folder name). The release build uses the optimized for size compiler options, and removing unused sections by the linker, as I checked from the make output.&lt;/P&gt;&lt;P&gt;(-O2; -gc-sections )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this size is what I should expect, or do others get it much smaller?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 20:59:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649112#M17153</guid>
      <dc:creator>dry</dc:creator>
      <dc:date>2016-12-29T20:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: MQX build sizes</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649113#M17154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is after changing linking against libc_nano.&amp;nbsp; ~1k less&lt;/P&gt;&lt;P&gt;&amp;nbsp;text&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&amp;nbsp;&amp;nbsp; &amp;nbsp;filename&lt;BR /&gt;&amp;nbsp; 32948&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 144&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 520&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; 33612&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 834c&amp;nbsp;&amp;nbsp; &amp;nbsp;gcc_arm/ram_release/hello_twrvf65gs10_m4.elf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(There should be a global option to build all examples against libc_nano , libsupc++_nano)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 13:16:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649113#M17154</guid>
      <dc:creator>dry</dc:creator>
      <dc:date>2016-12-30T13:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: MQX build sizes</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649114#M17155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi D.RY:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a benchmrk codesize example in the MQX installation folder, you can refer to it.&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale_MQX_4_2\mqx\examples\benchmrk\codesize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three different configurations for MQX RTOS kernel. They are &lt;STRONG&gt;maximum&lt;/STRONG&gt; configuration with all the optional and core components of MQX RTOS,&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;typical&lt;/STRONG&gt; configurations without some optional components like semaphores, events, logs, etc... and the &lt;STRONG&gt;small&lt;/STRONG&gt; configuration with some core components of MQX RTOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2016 23:43:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649114#M17155</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-12-31T23:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: MQX build sizes</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649115#M17156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I need to try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 08:54:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-build-sizes/m-p/649115#M17156</guid>
      <dc:creator>dry</dc:creator>
      <dc:date>2017-01-03T08:54:07Z</dc:date>
    </item>
  </channel>
</rss>

