<?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: ide compiler vs command line compiler in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183356#M4319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Win,&lt;BR /&gt;&lt;BR /&gt;I started out with the exported makefile, but the export process omits all options that are used in the IDE project. And also the linking stage and ....&lt;BR /&gt;I just found out that the -asmout option will generate the interlaced C/asm exactly like the IDE if you also turn on the -g or -sym full debug option. Seems very unrelated, but it works.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 01:34:51 GMT</pubDate>
    <dc:creator>Climber</dc:creator>
    <dc:date>2008-09-04T01:34:51Z</dc:date>
    <item>
      <title>ide compiler vs command line compiler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183354#M4317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying to move from ide to command line builds. IDE: 5.6.1.1658. Command line compiler: 8.0 build 1016&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Project builds fine on both. But the code generated is not the 100% same. I tediously compared every option between ide and command line and can't find the difference. Besides the code being different, when turning on the compiler assembly output, the ide version generates assembly interlaced with the original C as comments. The command line version only outputs the assembly. Tried all options to make it output the original C as well, but no such luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When doing plugin diagnostics it shows that the IDE uses a compiler DLL with the same 8.0.1016 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am at wits end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 08:59:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183354#M4317</guid>
      <dc:creator>Climber</dc:creator>
      <dc:date>2008-09-03T08:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: ide compiler vs command line compiler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183355#M4318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Peter.&lt;BR /&gt;&lt;BR /&gt;Have you tried comparing the options used in the exported makefile?&amp;nbsp; See:&lt;BR /&gt;Project Menu -&amp;gt; Export Project as GNU Makefile&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;-win&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 01:30:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183355#M4318</guid>
      <dc:creator>windam</dc:creator>
      <dc:date>2008-09-04T01:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: ide compiler vs command line compiler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183356#M4319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Win,&lt;BR /&gt;&lt;BR /&gt;I started out with the exported makefile, but the export process omits all options that are used in the IDE project. And also the linking stage and ....&lt;BR /&gt;I just found out that the -asmout option will generate the interlaced C/asm exactly like the IDE if you also turn on the -g or -sym full debug option. Seems very unrelated, but it works.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 01:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183356#M4319</guid>
      <dc:creator>Climber</dc:creator>
      <dc:date>2008-09-04T01:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: ide compiler vs command line compiler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183357#M4320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;You may have already looked into this, but just in case: Consult the &lt;I&gt;568000 Targeting Manual&lt;/I&gt; (568000_Targeting.pdf in the \Help folder), specifically the chapter on command-line tools. It describes all of the options for the CodeWarrior command-line compiler and linker modules. HTH.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 20:19:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ide-compiler-vs-command-line-compiler/m-p/183357#M4320</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-09-05T20:19:28Z</dc:date>
    </item>
  </channel>
</rss>

