<?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 Are there any differences between command line tools and IDE compilers in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Are-there-any-differences-between-command-line-tools-and-IDE/m-p/1015436#M8121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to build a codewarrior 5.9.0 for MPC55xx project using makefile so i am using command line tools. However for the same settings and source file i get two different assembly code for a function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99564iD8B7D3BCC5A106EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The IDE's assembly output for this function is&amp;nbsp;&lt;/P&gt;&lt;P&gt;000014d4 &amp;lt;vDCpu_eAlterISRPrio_Exe&amp;gt;:&lt;BR /&gt; 14d4: 74 80 06 3f andis. r0,r4,1599&lt;BR /&gt; 14d8: 71 3f e7 f5 andi. r31,r9,59381&lt;BR /&gt; 14dc: 7d 29 1a 14 add r9,r9,r3&lt;BR /&gt; 14e0: 31 09 80 40 addic r8,r9,-32704&lt;BR /&gt; 14e4: 74 08 07 3e andis. r8,r0,1854&lt;BR /&gt; 14e8: 35 09 80 40 addic. r8,r9,-32704&lt;BR /&gt; 14ec: 00 04 00 00 .long 0x40000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And CLT output is :&lt;/P&gt;&lt;P&gt;000014c8 &amp;lt;vDCpu_eAlterISRPrio_Exe&amp;gt;:&lt;BR /&gt; 14c8: 74 86 06 3f andis. r6,r4,1599&lt;BR /&gt; 14cc: 70 bf e7 f5 andi. r31,r5,59381&lt;BR /&gt; 14d0: 04 35 30 05 .long 0x4353005&lt;BR /&gt; 14d4: 80 40 74 c0 lwz r2,29888(0)&lt;BR /&gt; 14d8: 07 3e 34 05 .long 0x73e3405&lt;BR /&gt; 14dc: 80 40 00 04 lwz r2,4(0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a difference as seen and i can't figure out why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Dec 2019 08:40:52 GMT</pubDate>
    <dc:creator>khalil_boujdari</dc:creator>
    <dc:date>2019-12-25T08:40:52Z</dc:date>
    <item>
      <title>Are there any differences between command line tools and IDE compilers</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Are-there-any-differences-between-command-line-tools-and-IDE/m-p/1015436#M8121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to build a codewarrior 5.9.0 for MPC55xx project using makefile so i am using command line tools. However for the same settings and source file i get two different assembly code for a function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99564iD8B7D3BCC5A106EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The IDE's assembly output for this function is&amp;nbsp;&lt;/P&gt;&lt;P&gt;000014d4 &amp;lt;vDCpu_eAlterISRPrio_Exe&amp;gt;:&lt;BR /&gt; 14d4: 74 80 06 3f andis. r0,r4,1599&lt;BR /&gt; 14d8: 71 3f e7 f5 andi. r31,r9,59381&lt;BR /&gt; 14dc: 7d 29 1a 14 add r9,r9,r3&lt;BR /&gt; 14e0: 31 09 80 40 addic r8,r9,-32704&lt;BR /&gt; 14e4: 74 08 07 3e andis. r8,r0,1854&lt;BR /&gt; 14e8: 35 09 80 40 addic. r8,r9,-32704&lt;BR /&gt; 14ec: 00 04 00 00 .long 0x40000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And CLT output is :&lt;/P&gt;&lt;P&gt;000014c8 &amp;lt;vDCpu_eAlterISRPrio_Exe&amp;gt;:&lt;BR /&gt; 14c8: 74 86 06 3f andis. r6,r4,1599&lt;BR /&gt; 14cc: 70 bf e7 f5 andi. r31,r5,59381&lt;BR /&gt; 14d0: 04 35 30 05 .long 0x4353005&lt;BR /&gt; 14d4: 80 40 74 c0 lwz r2,29888(0)&lt;BR /&gt; 14d8: 07 3e 34 05 .long 0x73e3405&lt;BR /&gt; 14dc: 80 40 00 04 lwz r2,4(0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a difference as seen and i can't figure out why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2019 08:40:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Are-there-any-differences-between-command-line-tools-and-IDE/m-p/1015436#M8121</guid>
      <dc:creator>khalil_boujdari</dc:creator>
      <dc:date>2019-12-25T08:40:52Z</dc:date>
    </item>
  </channel>
</rss>

