<?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: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606997#M5040</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;I'm not allowed to upload the project, but I'll try to present the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the line that behaves incorrectly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if(myGlobalVariable &amp;amp; 0x0010)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disassembly:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;btst &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#4, 35(a7)&lt;/P&gt;&lt;P&gt;bne.w &amp;nbsp;&amp;nbsp;&amp;nbsp;*+176&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All other lines similar in structure but work correctly look like this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if(myGlobalVariable &amp;amp; 0x0002)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disassembly:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;btst&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#1, _myGlobalVariable+3(a5)&lt;/P&gt;&lt;P&gt;beq.s&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;*+68&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the btst instruction, we expect the destination operand to be _myGlobalVariable+3(a5). The line that behaves incorrectly uses a7 as the destination operand. I checked the value in a7 with the index of 35, and the address still does not point to myGlobalVariable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2016 16:55:26 GMT</pubDate>
    <dc:creator>venuss</dc:creator>
    <dc:date>2016-09-12T16:55:26Z</dc:date>
    <item>
      <title>Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606995#M5038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have installed Codewarrior for MCU 10.7 on Windows 10 x64 for use with the MCF51JM series of microprocessors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem arises with the following configuration:&lt;/P&gt;&lt;P&gt;Optimization Level: 1&lt;/P&gt;&lt;P&gt;Speed vs. Size: Size&lt;/P&gt;&lt;P&gt;Peephole: on&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently using Codewarrior 6.2 (but hoping to move everyone up to 10.7), and&amp;nbsp;this was the configuration we used with the classic IDE with no issue.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The disassembly shows that the problematic line of code uses register A7 instead of the expected A5 for access to a global variable. I checked the indexing on A7 in case it would refer to the correct address, but it doesn't.&amp;nbsp;I am performing the same operation on this variable several times throughout the function, which is why I don't&amp;nbsp;understand why only this line uses the wrong register/address.&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't encounter this problem with either optimization level 0 or peephole optimization turned off, but we&amp;nbsp;need to save on code space.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm quite new to this sort of development, so please let me know if I didn't provide enough information! Any ideas about what I should do?&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2016 00:30:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606995#M5038</guid>
      <dc:creator>venuss</dc:creator>
      <dc:date>2016-09-10T00:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606996#M5039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what's the exact problem when you modified the optimization level to&amp;nbsp; to Level 1?&lt;/P&gt;&lt;P&gt;Can you please upload your project to showcase your problem?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 06:24:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606996#M5039</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-09-12T06:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606997#M5040</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;I'm not allowed to upload the project, but I'll try to present the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the line that behaves incorrectly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if(myGlobalVariable &amp;amp; 0x0010)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disassembly:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;btst &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#4, 35(a7)&lt;/P&gt;&lt;P&gt;bne.w &amp;nbsp;&amp;nbsp;&amp;nbsp;*+176&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All other lines similar in structure but work correctly look like this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if(myGlobalVariable &amp;amp; 0x0002)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disassembly:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;btst&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#1, _myGlobalVariable+3(a5)&lt;/P&gt;&lt;P&gt;beq.s&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;*+68&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the btst instruction, we expect the destination operand to be _myGlobalVariable+3(a5). The line that behaves incorrectly uses a7 as the destination operand. I checked the value in a7 with the index of 35, and the address still does not point to myGlobalVariable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 16:55:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606997#M5040</guid>
      <dc:creator>venuss</dc:creator>
      <dc:date>2016-09-12T16:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606998#M5041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;well to verify if this is a defect or a user error, we need reproduce then problem&lt;/P&gt;&lt;P&gt;if you can not send the project, can you please create a demo code. thus we can check the problem directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 03:44:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606998#M5041</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-09-13T03:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606999#M5042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've put together some demo code that showcases the issue. The problematic line is in MyUtils.c in the function myCalculations() with a comment next to it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 22:35:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/606999#M5042</guid>
      <dc:creator>venuss</dc:creator>
      <dc:date>2016-09-26T22:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607000#M5043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late, I was on vacation and country holiday and just back office.&lt;/P&gt;&lt;P&gt;I opened your project with CW10.7, build the project but many errors. can it pass build on your side? or could you&amp;nbsp; test this problem on another computer, can it pass build?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 03:15:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607000#M5043</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-10-08T03:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607001#M5044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, it's okay! I hope your vacation was pleasant.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It passed build if I chose Clean and Build from the Project tab. I was able to reproduce those errors you see by right-clicking the project and choosing Clean and Build from those context menus. I'm trying to figure out the errors now, but do you know why those errors did not&amp;nbsp;show up earlier for me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 18:31:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607001#M5044</guid>
      <dc:creator>venuss</dc:creator>
      <dc:date>2016-10-10T18:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607002#M5045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me, I was able to get rid of the errors by updating the paths in Paths and Symbols &amp;gt; Includes for Assembly Source File, GNU C, GNU C++, and Object File.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:49:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607002#M5045</guid>
      <dc:creator>venuss</dc:creator>
      <dc:date>2016-10-10T20:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607003#M5046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I reproduced your original issue. I wonder the problem is due to optimization. define problematicVariable with keyword "volatile" may fix the issue.&lt;/P&gt;&lt;P&gt;volatile uint32_t problematicVariable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thus we can get disassemble code as below&lt;/P&gt;&lt;P&gt;;&lt;BR /&gt;;&amp;nbsp;&amp;nbsp; 75:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((problematicVariable &amp;amp; 0x00000010) == 0){ // Note: problematic line &lt;BR /&gt;;&lt;BR /&gt;0x0000018A&amp;nbsp; 0x202D0000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move.l&amp;nbsp;&amp;nbsp; _problematicVariable(a5),d0&lt;BR /&gt;0x0000018E&amp;nbsp; 0x08000004&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; btst&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #4,d0&lt;BR /&gt;0x00000192&amp;nbsp; 0x660C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bne.s&amp;nbsp;&amp;nbsp;&amp;nbsp; *+14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; 0x000001a0&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see my video attached.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 06:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607003#M5046</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-10-11T06:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607004#M5047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declaring our global variables volatile is our current workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What feels odd to me is that in the demo code, problematicVariable is not being changed anywhere else such as an interrupt.&amp;nbsp;In performCalculations(), problematicVariable is set to 0xFFFFFFFF before myCalculations() is called. Yet when I run the code,&amp;nbsp;(problematicVariable &amp;amp; 0x00000010) == 0 evaluates to true. With optimizations, I would expect maybe&amp;nbsp;problematicVariable to not be reloaded.&amp;nbsp;I have looked through the disassembly, and I don't understand the optimization result. For all other uses of problematicVariable,&amp;nbsp;the correct address register was used. If I add lines that use problematicVariable after the problematic line, the disassembly shows usage of the correct register. Why is only this one line referring to a completely irrelevant address register?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 16:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607004#M5047</guid>
      <dc:creator>venuss</dc:creator>
      <dc:date>2016-10-11T16:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue arising with optimizations: Codewarrior 10.7 with MCF51JM</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607005#M5048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a compiler issue inside. &lt;/P&gt;&lt;P&gt;I suggest you create a case here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329745"&gt;https://community.nxp.com/docs/DOC-329745&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thus our support team can create a internal ticket to DevTech team. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 07:03:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Issue-arising-with-optimizations-Codewarrior-10-7-with-MCF51JM/m-p/607005#M5048</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-10-14T07:03:54Z</dc:date>
    </item>
  </channel>
</rss>

