<?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>CodeWarrior Development Tools中的主题 Re: How to strip .debug section of a library in code warrior</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345685#M1520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stanislav. This resolved my problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 04:56:07 GMT</pubDate>
    <dc:creator>whizpb</dc:creator>
    <dc:date>2015-03-31T04:56:07Z</dc:date>
    <item>
      <title>How to strip .debug section of a library in code warrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345678#M1513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a code warrior library project to generate a library as output. The library has .debug section which I would like to strip before using this library in any other project. &lt;/P&gt;&lt;P&gt;Is there an option available in the Code warrior IDE to strip the library of its .debug section? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:49:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345678#M1513</guid>
      <dc:creator>whizpb</dc:creator>
      <dc:date>2015-03-24T13:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to strip .debug section of a library in code warrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345679#M1514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use the strip program for this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://sourceware.org/binutils/docs/binutils/strip.html" title="https://sourceware.org/binutils/docs/binutils/strip.html"&gt;https://sourceware.org/binutils/docs/binutils/strip.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You find the program in&lt;/P&gt;&lt;P&gt;C:\Freescale\CW MCU v10.6\Cross_Tools\arm-none-eabi-gcc-4_7_3\bin&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:36:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345679#M1514</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-03-24T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to strip .debug section of a library in code warrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345680#M1515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich&lt;/P&gt;&lt;P&gt;Thanks for your quick response. The CW installation you referred to is for ARM. &lt;/P&gt;&lt;P&gt;I am using a Power PC installation of the Code Warrior for MSP56xx and do not see a similar strip utility being available in the package.&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:23:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345680#M1515</guid>
      <dc:creator>whizpb</dc:creator>
      <dc:date>2015-03-25T07:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to strip .debug section of a library in code warrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345681#M1516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not familiar with that tool chain, but I believe it is based on GNU, and therefore it should include that strip utility. But that strip utility is operating on standard .elf/dwarf files, so you should be even be able to use it from an ARM GNU toolchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 15:00:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345681#M1516</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-03-25T15:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to strip .debug section of a library in code warrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345682#M1517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use CW for MCP55xx/56xx V2.10 or older version ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Pascal&lt;BR /&gt;Freescale Technical Support&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 16:33:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345682#M1517</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-03-25T16:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to strip .debug section of a library in code warrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345683#M1518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;Yes, I am using MCP55xx/56xx v2.10 SE. Does it have a known limitation? Do any alternatives exist for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 05:16:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345683#M1518</guid>
      <dc:creator>whizpb</dc:creator>
      <dc:date>2015-03-26T05:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to strip .debug section of a library in code warrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345684#M1519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can disable debug information for specific file or entire group by removing a black dot icon (you can on/off debug info by double clicking on the symbol) in the debug column in the Project manager (see attached screenshot below).&lt;/P&gt;&lt;P&gt;This should work in all CodeWarriors based on Classic IDE.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CWClassic_strip_debug_info.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50826i1BE5039E0F57BE5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="CWClassic_strip_debug_info.png" alt="CWClassic_strip_debug_info.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Stan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:07:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345684#M1519</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2015-03-30T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to strip .debug section of a library in code warrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345685#M1520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stanislav. This resolved my problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 04:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-strip-debug-section-of-a-library-in-code-warrior/m-p/345685#M1520</guid>
      <dc:creator>whizpb</dc:creator>
      <dc:date>2015-03-31T04:56:07Z</dc:date>
    </item>
  </channel>
</rss>

