<?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: CW 5.9.0 MCP5604 C List file</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419865#M2793</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem to be a serious omission to prevent the user being able to see exactly what command line the IDE is passing to the compiler and linker.&lt;/P&gt;&lt;P&gt;In my case, it added a lot of work to get the IDE to compile the files in such a way that they matched the files produced by a batch file using the command line compiler.&amp;nbsp; The disassemble feature is insufficient as it cannot display the options used to compile the source file.&lt;/P&gt;&lt;P&gt;The Codewarrior S12 compiler, for example, allows the user to see the command line passed by the IDE to both the compiler and linker.&lt;/P&gt;&lt;P&gt;Maybe it is worth considering this feature for a future release of the MCP56xx compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dermot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 18:56:34 GMT</pubDate>
    <dc:creator>dermotmurphy</dc:creator>
    <dc:date>2015-06-23T18:56:34Z</dc:date>
    <item>
      <title>CW 5.9.0 MCP5604 C List file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419863#M2791</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;Is there any way to generate a list file from each C file within the IDE?&lt;/P&gt;&lt;P&gt;The disassembly file is not sufficient, as I am trying to compare a build from within the IDE to one created using a make file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, is it possible to generate the command line which the IDE is using at the point of compiling a C file, and later the command line which the IDE is using at the point of linking?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The make file generated ELF runs ok, whereas the IDE created ELF links, but does not run ok.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Dermot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 15:39:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419863#M2791</guid>
      <dc:creator>dermotmurphy</dc:creator>
      <dc:date>2015-06-22T15:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 MCP5604 C List file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419864#M2792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CodeWarrior for MPC55xx v2.10 can't generate a list file for C code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Generate Listing File" in the target setting panel can function when you have the assemble files included in the project. It is only valid for the assemble code.&lt;/P&gt;&lt;P&gt;To generate the Listing File for C language file, please use &amp;lt;Disassemble&amp;gt; command as you have done. The dump file (Listing File) can contain the c-source line and the corresponding assembler lines. To generate it please open the C file in CodeWarrior Editor, and right click the mouse in it. And on the pop-up menu, please choose &amp;lt;Disassemble&amp;gt;.&amp;nbsp; &lt;/P&gt;&lt;P&gt;In Target Settings, please view Code Generation -&amp;gt;EPPC Disassembler. User can select the information that he want to display in the dump file. &lt;/P&gt;&lt;P&gt;When build with command line tool, user can get list files by command line tool. User can get disassemble file by ‘-o’ option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 11:45:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419864#M2792</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2015-06-23T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 MCP5604 C List file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419865#M2793</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem to be a serious omission to prevent the user being able to see exactly what command line the IDE is passing to the compiler and linker.&lt;/P&gt;&lt;P&gt;In my case, it added a lot of work to get the IDE to compile the files in such a way that they matched the files produced by a batch file using the command line compiler.&amp;nbsp; The disassemble feature is insufficient as it cannot display the options used to compile the source file.&lt;/P&gt;&lt;P&gt;The Codewarrior S12 compiler, for example, allows the user to see the command line passed by the IDE to both the compiler and linker.&lt;/P&gt;&lt;P&gt;Maybe it is worth considering this feature for a future release of the MCP56xx compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dermot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 18:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419865#M2793</guid>
      <dc:creator>dermotmurphy</dc:creator>
      <dc:date>2015-06-23T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: CW 5.9.0 MCP5604 C List file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419866#M2794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Thank you for great advise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;We improved this in CodeWarrior v10.6&amp;nbsp; for MCU, &lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;user can get the command and options used by the CodeWarrior IDE in Project Properties-&amp;gt; C/C++ Build-&amp;gt; Settings-&amp;gt; PowerPC Linker(Compiler, Assembler).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 02:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-5-9-0-MCP5604-C-List-file/m-p/419866#M2794</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2015-06-25T02:52:27Z</dc:date>
    </item>
  </channel>
</rss>

