<?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>Kinetis MicrocontrollersのトピックMW Build Tools</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379416#M20122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am using a Kinetis S9KEAZN64.&amp;nbsp; Using the mw build tools (mwasmarm.exe, mwccarm.exe, mwldarm.exe) I am getting a linker script error.&amp;nbsp; The error comes back as "expecting: identifier" line 63.&amp;nbsp; I am following AN4498 and chapter 13 of the CodeWarrior Development Studio for Microcontroller V10.x Kinetis Freescale Build Tools Reference Manual, Rev 10.6, 02/2014 for reference.&amp;nbsp; Any help with the script would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;attached is my LCF &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337356"&gt;8093_Rev_AA_1.lcf.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 14:08:09 GMT</pubDate>
    <dc:creator>patrickfoley</dc:creator>
    <dc:date>2014-08-25T14:08:09Z</dc:date>
    <item>
      <title>MW Build Tools</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379416#M20122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am using a Kinetis S9KEAZN64.&amp;nbsp; Using the mw build tools (mwasmarm.exe, mwccarm.exe, mwldarm.exe) I am getting a linker script error.&amp;nbsp; The error comes back as "expecting: identifier" line 63.&amp;nbsp; I am following AN4498 and chapter 13 of the CodeWarrior Development Studio for Microcontroller V10.x Kinetis Freescale Build Tools Reference Manual, Rev 10.6, 02/2014 for reference.&amp;nbsp; Any help with the script would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;attached is my LCF &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337356"&gt;8093_Rev_AA_1.lcf.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 14:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379416#M20122</guid>
      <dc:creator>patrickfoley</dc:creator>
      <dc:date>2014-08-25T14:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: MW Build Tools</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379417#M20123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Patrick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those tools are the Freescale build tools for Kinetis, but that compiler does not support Cortex M0+ processor, as in KEA series. The correct tools are GCC compiler/linker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a project you created with CodeWarrior? or can you provide more details on what you are trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 18:03:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379417#M20123</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-08-25T18:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: MW Build Tools</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379418#M20124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to implement a build platform utilizing a makefile that will &lt;/P&gt;&lt;P&gt;be tied to our 3rd party ide that we use (CodeWright).  So am I to call &lt;/P&gt;&lt;P&gt;arm-none-eabi-gcc.exe with the compile/link options or should I call &lt;/P&gt;&lt;P&gt;gcc.exe/ld.exe/objcopy.exe directly?  Is there a difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Patrick Foley&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;Magna Mirrors&lt;/P&gt;&lt;P&gt;Kraft Engineering Center&lt;/P&gt;&lt;P&gt;5085 Kraft Avenue, S.E.&lt;/P&gt;&lt;P&gt;Kentwood, MI 49512&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phone: (616) 786-7104&lt;/P&gt;&lt;P&gt;Fax: (616) 656-8594&lt;/P&gt;&lt;P&gt;Patrick.Foley@magnamirrors.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 18:20:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379418#M20124</guid>
      <dc:creator>patrickfoley</dc:creator>
      <dc:date>2014-08-25T18:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: MW Build Tools</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379419#M20125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if there are any environment variables that need to be set &lt;/P&gt;&lt;P&gt;when using the gcc compiler.  While using the mw toolset I had set &lt;/P&gt;&lt;P&gt;variables such as MWCIncludes and MWLibraries, are these paths used by &lt;/P&gt;&lt;P&gt;GCC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Patrick Foley&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;Magna Mirrors&lt;/P&gt;&lt;P&gt;Kraft Engineering Center&lt;/P&gt;&lt;P&gt;5085 Kraft Avenue, S.E.&lt;/P&gt;&lt;P&gt;Kentwood, MI 49512&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phone: (616) 786-7104&lt;/P&gt;&lt;P&gt;Fax: (616) 656-8594&lt;/P&gt;&lt;P&gt;Patrick.Foley@magnamirrors.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 19:53:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379419#M20125</guid>
      <dc:creator>patrickfoley</dc:creator>
      <dc:date>2014-08-25T19:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: MW Build Tools</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379420#M20126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt; I think the executables with/without "arm-none-eabi" are basically the same, but from your makefile you should call the "arm-none-eabi&lt;STRONG&gt;...&lt;/STRONG&gt;" ones with the corresponding options. A brief explanation about this &lt;A href="https://gcc.gnu.org/ml/gcc-help/2013-10/msg00155.html"&gt;&lt;STRONG&gt;here&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt; MWCIncludes and MWLibraries are for Freescale Kinetis build tools. For GCC tools in case you want to use CodeWarrior EWL libraries you can specify include paths in the makefile, and use such paths as options when invoking GCC compiler/linker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt; AN4498 covers the Linker Command File format for Freescale compiler. For GCC linker you should not read this. The counterpart document for GCC tools is in the next path here in the community:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-101433"&gt;Relocating Code and Data Using the CW GCC Linker File for Kinetis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 02:52:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MW-Build-Tools/m-p/379420#M20126</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-08-26T02:52:35Z</dc:date>
    </item>
  </channel>
</rss>

