<?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: How to generate assembler output &amp; map file from CW for Kinetis K60? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-assembler-output-map-file-from-CW-for-Kinetis/m-p/153450#M3801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the MCU_Kinetis_Compiler.pdf manual you need to add the option -S to the compiler command line to get a disassembly listing of the generated code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are building from the IDE, just open the Project property dialog and go to page &lt;STRONG&gt;&lt;EM&gt;C-C++ Build&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;Settings&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;ARM Compiler&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;STRONG&gt;&lt;EM&gt;Language&lt;/EM&gt;&lt;/STRONG&gt; and add option -S to the &lt;EM&gt;Other Flags&lt;/EM&gt; edit box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For each source file being built, this will generate a file with extension .s in&amp;nbsp;the build directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The build directory is specified on page&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;C-C++ Build&lt;/EM&gt;&lt;/STRONG&gt; in edit box &lt;EM&gt;Build Directory.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2011 14:30:37 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2011-07-25T14:30:37Z</dc:date>
    <item>
      <title>How to generate assembler output &amp; map file from CW for Kinetis K60?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-assembler-output-map-file-from-CW-for-Kinetis/m-p/153449#M3800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basic qn., how do I configure CW to give me an assembler output also of a C file and generate a map file.&amp;nbsp; I tried selecting generate listing file in the assembler options it didn't seem to have any effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;FW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 02:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-assembler-output-map-file-from-CW-for-Kinetis/m-p/153449#M3800</guid>
      <dc:creator>fastwalker</dc:creator>
      <dc:date>2011-07-24T02:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate assembler output &amp; map file from CW for Kinetis K60?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-assembler-output-map-file-from-CW-for-Kinetis/m-p/153450#M3801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the MCU_Kinetis_Compiler.pdf manual you need to add the option -S to the compiler command line to get a disassembly listing of the generated code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are building from the IDE, just open the Project property dialog and go to page &lt;STRONG&gt;&lt;EM&gt;C-C++ Build&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;Settings&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;ARM Compiler&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;STRONG&gt;&lt;EM&gt;Language&lt;/EM&gt;&lt;/STRONG&gt; and add option -S to the &lt;EM&gt;Other Flags&lt;/EM&gt; edit box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For each source file being built, this will generate a file with extension .s in&amp;nbsp;the build directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The build directory is specified on page&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;C-C++ Build&lt;/EM&gt;&lt;/STRONG&gt; in edit box &lt;EM&gt;Build Directory.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 14:30:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-assembler-output-map-file-from-CW-for-Kinetis/m-p/153450#M3801</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-07-25T14:30:37Z</dc:date>
    </item>
  </channel>
</rss>

