<?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>8-bit MicrocontrollersのトピックRe: Compiler Listings</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194234#M15396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks CC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's confusing is that, in the Output options folder directly above the General folder, there is the following option:&lt;/P&gt;&lt;P&gt;"Generate Listing File (e.g. %n.lst)(-Lasm)" This lead me to believe the option should be set here.... -Lasm=%n.lst&lt;/P&gt;&lt;P&gt;This really needs some clarification, since compiler listings are OUTPUT options, not GENERAL options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Apr 2010 01:15:11 GMT</pubDate>
    <dc:creator>bobw</dc:creator>
    <dc:date>2010-04-23T01:15:11Z</dc:date>
    <item>
      <title>Compiler Listings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194232#M15394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the life of me, I cannot get the compiler to generate listings for HCS08 and CFV1 using CW 10.0.&lt;/P&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 03:33:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194232#M15394</guid>
      <dc:creator>bobw</dc:creator>
      <dc:date>2010-04-22T03:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Listings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194233#M15395</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;There are 2 ways of achieving that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1- If you want to check assembly code for a selected number of files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Open the source file in an edit window&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Click right inside of the edit window and select &lt;EM&gt;&lt;STRONG&gt;Disassemble&lt;/STRONG&gt;&lt;/EM&gt;. A new edit window is opened showing disassembly listing for selected file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2- If you want to check assembly code for a all files within the project:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- Open the project Propertied dialog&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;Go to the&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; page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;Go to &lt;STRONG&gt;&lt;EM&gt;HCS08 Compiler&lt;/EM&gt;&lt;/STRONG&gt; -&amp;gt; &lt;STRONG&gt;&lt;EM&gt;General&lt;/EM&gt;&lt;/STRONG&gt; panel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Add option &lt;EM&gt;&lt;STRONG&gt;-Lasm&lt;/STRONG&gt;&lt;/EM&gt; to the &lt;STRONG&gt;&lt;EM&gt;Other flags&lt;/EM&gt;&lt;/STRONG&gt; edit box&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Click on &lt;STRONG&gt;&lt;EM&gt;OK&lt;/EM&gt;&lt;/STRONG&gt; to save the changes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Rebuild the application. You should see the generated .lst files in your build directory.&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>Thu, 22 Apr 2010 19:15:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194233#M15395</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2010-04-22T19:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Listings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194234#M15396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks CC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's confusing is that, in the Output options folder directly above the General folder, there is the following option:&lt;/P&gt;&lt;P&gt;"Generate Listing File (e.g. %n.lst)(-Lasm)" This lead me to believe the option should be set here.... -Lasm=%n.lst&lt;/P&gt;&lt;P&gt;This really needs some clarification, since compiler listings are OUTPUT options, not GENERAL options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 01:15:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194234#M15396</guid>
      <dc:creator>bobw</dc:creator>
      <dc:date>2010-04-23T01:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Listings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194235#M15397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked for the HCS08. Thanks. Now how about for Coldfire?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 02:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194235#M15397</guid>
      <dc:creator>bobw</dc:creator>
      <dc:date>2010-04-23T02:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Listings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194236#M15398</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;For Coldfire&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1- If you want to check assembly code for a selected number of files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Open the source file in an edit window&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Click right inside of the edit window and select &lt;EM&gt;&lt;STRONG&gt;Disassemble&lt;/STRONG&gt;&lt;/EM&gt;. A new edit window is opened showing disassembly listing for selected file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2- If you want to check assembly code for a all files within the project:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- Open the project Propertied dialog&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;Go to the&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; page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;Go to &lt;STRONG&gt;&lt;EM&gt;ColdFire&lt;/EM&gt;&lt;/STRONG&gt;-&amp;gt; &lt;STRONG&gt;&lt;EM&gt;Language Settings&lt;/EM&gt;&lt;/STRONG&gt; panel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Add option &lt;STRONG&gt;&lt;EM&gt;-S&lt;/EM&gt;&lt;/STRONG&gt; to the &lt;STRONG&gt;&lt;EM&gt;Other flags&lt;/EM&gt;&lt;/STRONG&gt; edit box&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Click on &lt;STRONG&gt;&lt;EM&gt;OK&lt;/EM&gt;&lt;/STRONG&gt; to save the changes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Rebuild the application. You should see the generated .s files in your build directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have notified the doc team that this needs to be better documented.&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>Fri, 23 Apr 2010 16:24:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Compiler-Listings/m-p/194236#M15398</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2010-04-23T16:24:35Z</dc:date>
    </item>
  </channel>
</rss>

