<?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: EWL libraries - ARM_EABI_Support vs ARM_GCC_Support</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/EWL-libraries-ARM-EABI-Support-vs-ARM-GCC-Support/m-p/630969#M5412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm aware of the two different compilers. &amp;nbsp;My question is about the EWL library and its (lack of) documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What version of the EWL library does&amp;nbsp;CWEWLCREF refer to?&lt;/P&gt;&lt;P&gt;2. Where can I find a change log or release notes for EWL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EABI version does have a brief release note file that identifies it as version 15.1. &amp;nbsp;The GCC version has no such release note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specific problem I'm working on is that the EMBEDDED_WARRIOR_MALLOC behaves differently between the two versions. &amp;nbsp;In the GCC version, it does *not* reference HEAP_START as described in the reference manual. &amp;nbsp;Instead, it uses the linker symbol _end to place the heap. &amp;nbsp;I can find no references at all to this behavior in the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is that change documented, and where can I find the current documentation for the GCC version of the EWL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2017 17:43:26 GMT</pubDate>
    <dc:creator>scottm</dc:creator>
    <dc:date>2017-03-08T17:43:26Z</dc:date>
    <item>
      <title>EWL libraries - ARM_EABI_Support vs ARM_GCC_Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/EWL-libraries-ARM-EABI-Support-vs-ARM-GCC-Support/m-p/630967#M5410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm tracking down a problem I'm having with the Embedded Warrior Library, and I see that CodeWarrior 10.7 seems to have two copies - one in ARM_EABI_Support and one in ARM_GCC_Support. &amp;nbsp;I can't find any documentation explaining the difference. &amp;nbsp;From experimentation, it looks like projects configured for the Freescale compiler use ARM_EABI_Support and projects configured for GCC use ARM_GCC_Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The naming is a little confusing, since as far as I can tell GCC is also using EABI, but whatever. &amp;nbsp;Is this the reason for the two separate copies, or is there more to it than that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two are different versions - at a glance, the GCC version looks to be older - but I can't find any revision notes, and nothing in the reference manual (CWEWLCREF, rev 10.x) seems to make any reference to a version number. &amp;nbsp;I'm trying to figure out a problem with the heap setup for malloc() and the two versions behave differently. &amp;nbsp;Can anyone tell me which of those the reference manual applies to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 02:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/EWL-libraries-ARM-EABI-Support-vs-ARM-GCC-Support/m-p/630967#M5410</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2017-03-08T02:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: EWL libraries - ARM_EABI_Support vs ARM_GCC_Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/EWL-libraries-ARM-EABI-Support-vs-ARM-GCC-Support/m-p/630968#M5411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the new version CW10 for MCU, it includes two ARM compilers--ARM GCC and FSL ARM.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FSL ARM toolchain is maintained by our company.&lt;/P&gt;&lt;P&gt;The ARM GCC GNU toolchain is the one which is provided and maintained by ARM Inc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;In the very earlier CW10 version, CW10.2 and previous, CW only integrates FSL ARM compiler.&amp;nbsp; in the &lt;A href="https://launchpad.net/gcc-arm-embedded" title="ARM Launchpad"&gt;Launchpad&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;ARM GCC was added to CW10 since CW10.3. there is porting guide of "Porting FSL ARM to ARM GCC". see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is article written by Erich about how to switch ARM GCC toolchain to new version&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuoneclipse.com/2013/01/28/switching-arm-gnu-gcc-toolchain-in-eclipse/" title="https://mcuoneclipse.com/2013/01/28/switching-arm-gnu-gcc-toolchain-in-eclipse/"&gt;Switching ARM GNU gcc Toolchain in Eclipse | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&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>Wed, 08 Mar 2017 07:27:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/EWL-libraries-ARM-EABI-Support-vs-ARM-GCC-Support/m-p/630968#M5411</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-03-08T07:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: EWL libraries - ARM_EABI_Support vs ARM_GCC_Support</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/EWL-libraries-ARM-EABI-Support-vs-ARM-GCC-Support/m-p/630969#M5412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm aware of the two different compilers. &amp;nbsp;My question is about the EWL library and its (lack of) documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What version of the EWL library does&amp;nbsp;CWEWLCREF refer to?&lt;/P&gt;&lt;P&gt;2. Where can I find a change log or release notes for EWL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EABI version does have a brief release note file that identifies it as version 15.1. &amp;nbsp;The GCC version has no such release note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specific problem I'm working on is that the EMBEDDED_WARRIOR_MALLOC behaves differently between the two versions. &amp;nbsp;In the GCC version, it does *not* reference HEAP_START as described in the reference manual. &amp;nbsp;Instead, it uses the linker symbol _end to place the heap. &amp;nbsp;I can find no references at all to this behavior in the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is that change documented, and where can I find the current documentation for the GCC version of the EWL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 17:43:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/EWL-libraries-ARM-EABI-Support-vs-ARM-GCC-Support/m-p/630969#M5412</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2017-03-08T17:43:26Z</dc:date>
    </item>
  </channel>
</rss>

