<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: Experience with GCC for Coldfire and 9s12......</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221302#M11269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi N,&lt;/P&gt;&lt;P&gt;I use the RTEMS precompiled m68k tools under CentOS to build for MCF52235, MCF52259 and MCF5235.&amp;nbsp; I have not tried building my own GCC binaries or using them from anyone else.&amp;nbsp; I have no experience with the 9S12 processors sorry.&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 00:14:18 GMT</pubDate>
    <dc:creator>ReeL</dc:creator>
    <dc:date>2012-10-22T00:14:18Z</dc:date>
    <item>
      <title>Experience with GCC for Coldfire and 9s12......</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221301#M11268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Has anyone got experience in working with GCC for Coldfire and 9s12 processors.&lt;/P&gt;&lt;P&gt;Recommendations on what GCC to use????&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 15:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221301#M11268</guid>
      <dc:creator>nikhilthiruveng</dc:creator>
      <dc:date>2012-10-19T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Experience with GCC for Coldfire and 9s12......</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221302#M11269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi N,&lt;/P&gt;&lt;P&gt;I use the RTEMS precompiled m68k tools under CentOS to build for MCF52235, MCF52259 and MCF5235.&amp;nbsp; I have not tried building my own GCC binaries or using them from anyone else.&amp;nbsp; I have no experience with the 9S12 processors sorry.&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 00:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221302#M11269</guid>
      <dc:creator>ReeL</dc:creator>
      <dc:date>2012-10-22T00:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Experience with GCC for Coldfire and 9s12......</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221303#M11270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use the CodeSourcery package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CodeSourcery got bout out by Mentor Graphics. They still seem to have a Free/Lite version available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/" title="http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/"&gt;http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The very least you need is a working cross-compiler and cross-linker with C libraries built for the target. The usual tools like nm, gdb, objdump and so on are also useful. That's all we took from the CodeSourcery package, together with a version of "make" that runs under windows. We managed to get the gcc to talk to a USB pod and debug it that way, from the gdb command line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you already have a complete working code base (including operation system or event-loop and device drivers) then that's all you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a fully featured "integrated development environment" that works like Visual Studio does, then you might be able to use Eclipse, but I've never had any luck with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 12:51:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221303#M11270</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2012-10-26T12:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Experience with GCC for Coldfire and 9s12......</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221304#M11271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I successfully use GCC/GDB from Codesourcery on coldfire V1 MCUs, with the Eclipse IDE on Win 7. I use the free “lite” version with a (very) low-cost USBDM debugger. I use the USBDM because the lite version of codesourcery&amp;nbsp; doesn’t include a flasher, and PGO (the great autor of USBDM) provides a free standalone flasher along with an interface dll for GDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See :&lt;/P&gt;&lt;P&gt;&lt;A href="http://usbdm.sourceforge.net/USBDM_V4.9/USBDM_JMxx/html/code_sourcery_page.html"&gt;http://usbdm.sourceforge.net/USBDM_V4.9/USBDM_JMxx/html/code_sourcery_page.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;A href="http://myfreescalewebpage.free.fr/tutorials/tutorial_codesourcery/tutorial_codesourcery.htm"&gt;http://myfreescalewebpage.free.fr/tutorials/tutorial_codesourcery/tutorial_codesourcery.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should normally be possible to do the same with V2-V4 coldfire mcus, but I haven’t try.&lt;/P&gt;&lt;P&gt;See also the "OSBDM" forum for more information.&lt;BR /&gt; &lt;BR /&gt; &lt;/P&gt;&lt;P&gt;As far as I know, GCC for MC9S12 is no longer supported &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thierry&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2012 17:53:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221304#M11271</guid>
      <dc:creator>thm59</dc:creator>
      <dc:date>2012-10-28T17:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Experience with GCC for Coldfire and 9s12......</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221305#M11272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadly, the Firebird32 in no longer in production.&lt;/P&gt;&lt;P&gt;I have a few left, but you can no longer buy them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like the page that is to linked says , I did write a fairly complete Wiring Framework for V1, which one of my customers is using.&lt;/P&gt;&lt;P&gt;If any one is interested, it is open sourced.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.firebird32.com/"&gt;http://www.firebird32.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 01:18:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Experience-with-GCC-for-Coldfire-and-9s12/m-p/221305#M11272</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2012-10-29T01:18:08Z</dc:date>
    </item>
  </channel>
</rss>

