<?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のトピックEclipse IDE for ColdFire with CodeSourcery</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Eclipse-IDE-for-ColdFire-with-CodeSourcery/m-p/136406#M1796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Inputs from a Member of the Freescale Community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Briefly though:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I wrote my own linker script and CRunTime (crt0.s) file, but not from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;scratch: I used stuff from the source code of newlib (which you should be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;able to google for, and download yourself). I suspect that if you're using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the CodeSourcery IDE (and you payed money for it), they should have set up&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;these files already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Eclipse can generate makefiles itself ("managed make"), but you need to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tell it which compiler to use. Also, Eclipse version 3.2 didn't understand&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that .S files are assembly files that need to be preprocessed, so I needed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to add a custom rule for each .S file in my project. Version 3.3 might be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;better. Once you have those things set up, you can save the project as a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;template, and then add or remove as many C source files as you want without&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;having to worry about makefiles ever again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I never got to the stage where I could use a graphical GDB debugger. I was&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using the text based one, but it was quite easy to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently in the middle of a busy university term, so I might not reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;properly until December 1st. When I get time, I will clean up and publish as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;much information as I can on the internet (I already have a document&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;half-written which should help). I will also test it under linux, with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;eclipse-3.3, and hopefully give hints on how to get it working on windows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that is helpful. Please ask questions on the forums and send me links&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want more information from me. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 23:37:40 GMT</pubDate>
    <dc:creator>krishnan</dc:creator>
    <dc:date>2006-11-13T23:37:40Z</dc:date>
    <item>
      <title>Eclipse IDE for ColdFire with CodeSourcery</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Eclipse-IDE-for-ColdFire-with-CodeSourcery/m-p/136406#M1796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Inputs from a Member of the Freescale Community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Briefly though:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I wrote my own linker script and CRunTime (crt0.s) file, but not from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;scratch: I used stuff from the source code of newlib (which you should be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;able to google for, and download yourself). I suspect that if you're using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the CodeSourcery IDE (and you payed money for it), they should have set up&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;these files already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Eclipse can generate makefiles itself ("managed make"), but you need to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tell it which compiler to use. Also, Eclipse version 3.2 didn't understand&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that .S files are assembly files that need to be preprocessed, so I needed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to add a custom rule for each .S file in my project. Version 3.3 might be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;better. Once you have those things set up, you can save the project as a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;template, and then add or remove as many C source files as you want without&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;having to worry about makefiles ever again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I never got to the stage where I could use a graphical GDB debugger. I was&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using the text based one, but it was quite easy to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently in the middle of a busy university term, so I might not reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;properly until December 1st. When I get time, I will clean up and publish as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;much information as I can on the internet (I already have a document&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;half-written which should help). I will also test it under linux, with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;eclipse-3.3, and hopefully give hints on how to get it working on windows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that is helpful. Please ask questions on the forums and send me links&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want more information from me. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 23:37:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Eclipse-IDE-for-ColdFire-with-CodeSourcery/m-p/136406#M1796</guid>
      <dc:creator>krishnan</dc:creator>
      <dc:date>2006-11-13T23:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse IDE for ColdFire with CodeSourcery</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Eclipse-IDE-for-ColdFire-with-CodeSourcery/m-p/136407#M1797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Well, I havent bought the tool from CodeSourcery. I'm only using their free to download m68k-elf Package along with yagarto-ide ( built in with Eclipse &amp;amp; CDT plugins , a much lighter version of the conventional Eclipse-Zylin CDT combo ).&lt;BR /&gt;&lt;BR /&gt;Ok, from your post i figure out that i need to go in for Eclipse-3.3. Im Currently using 3.2. Even your half-prepared document might be good enough to help me get started. As such, ive made no progress and am still languishing with setting up my OpenSource tools, leave alone think of attempting any sample programs.&lt;BR /&gt;&lt;BR /&gt;Kindly revert back if you think your Half-prepared document might be gud enough to help newbies get started.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Krish.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 23:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Eclipse-IDE-for-ColdFire-with-CodeSourcery/m-p/136407#M1797</guid>
      <dc:creator>krishnan</dc:creator>
      <dc:date>2006-11-13T23:44:25Z</dc:date>
    </item>
  </channel>
</rss>

