<?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: Where to find assembler output files? in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Where-to-find-assembler-output-files/m-p/251613#M200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Markus:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately with Freescale Kinetis build tools this is not possible, while it is with Kinetis GCC build tools. The only option you have is to view the assembly code source-by-source, by right clicking and selecting "Disassemble".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Disassemble.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42804i48105384E0289B55/image-size/large?v=v2&amp;amp;px=999" role="button" title="Disassemble.png" alt="Disassemble.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a compiler command line option which throws the assembly code to the console, but this is not really convenient. If you want to give it a try go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings -&amp;gt; ARM Compiler -&amp;gt; Language, and in the Other Flags box add the option &lt;STRONG&gt;-disassemble&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2014 21:43:17 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-02-21T21:43:17Z</dc:date>
    <item>
      <title>Where to find assembler output files?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Where-to-find-assembler-output-files/m-p/251612#M199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a way to create and view list files when building a project in order to see what the compiler actually did. Under project properties - C/C++ Build - settings - Tool Settings - ARM Assembler Output I set a tick to "Generate Listing File". But I can't find a .lst file anywhere in the project folder (see attachment). Is there another extension to these type of files or did I just overlook something?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&lt;/P&gt;&lt;P&gt;- Tower System TWR-K60D100M&lt;/P&gt;&lt;P&gt;- CodeWarrior for MCU; Version 10.5&lt;/P&gt;&lt;P&gt;- ARM Assembler&lt;/P&gt;&lt;P&gt;- The sample project gpio_twrk60d100m from \Freescale_MQX_4_0\mqx\examples\gpio\cw10&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with this, please?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:13:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Where-to-find-assembler-output-files/m-p/251612#M199</guid>
      <dc:creator>markusbraitner</dc:creator>
      <dc:date>2014-02-21T15:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find assembler output files?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Where-to-find-assembler-output-files/m-p/251613#M200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Markus:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately with Freescale Kinetis build tools this is not possible, while it is with Kinetis GCC build tools. The only option you have is to view the assembly code source-by-source, by right clicking and selecting "Disassemble".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Disassemble.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42804i48105384E0289B55/image-size/large?v=v2&amp;amp;px=999" role="button" title="Disassemble.png" alt="Disassemble.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a compiler command line option which throws the assembly code to the console, but this is not really convenient. If you want to give it a try go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings -&amp;gt; ARM Compiler -&amp;gt; Language, and in the Other Flags box add the option &lt;STRONG&gt;-disassemble&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 21:43:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Where-to-find-assembler-output-files/m-p/251613#M200</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-02-21T21:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find assembler output files?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Where-to-find-assembler-output-files/m-p/251614#M201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your answer! Using right-click and choosing "Disassemble" is exactly what we need!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards from Vienna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 09:13:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Where-to-find-assembler-output-files/m-p/251614#M201</guid>
      <dc:creator>markusbraitner</dc:creator>
      <dc:date>2014-02-24T09:13:03Z</dc:date>
    </item>
  </channel>
</rss>

