<?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>Classic/Legacy CodeWarriorのトピックRe: How do i build a library with Codewarrior 10 (eclipse version)?</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175609#M3750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you are trying to create a library for Coldfire. Right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just open project properties and go to &lt;STRONG&gt;&lt;EM&gt;C/C++ Build&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;&lt;EM&gt;Settings&lt;/EM&gt;&lt;/STRONG&gt; page.&lt;/P&gt;&lt;P&gt;Once you are there, go to &lt;EM&gt;&lt;STRONG&gt;Coldfire Linker&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;Output&lt;/STRONG&gt;&lt;/EM&gt; panel and change Output Type to &lt;EM&gt;Static Library&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then change to the &lt;EM&gt;&lt;STRONG&gt;Build Artifact&lt;/STRONG&gt;&lt;/EM&gt; tab and change &lt;EM&gt;artifact extension&lt;/EM&gt; to lib or&amp;nbsp;a or whatever you want to use as extension for your library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 21:20:43 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2011-01-19T21:20:43Z</dc:date>
    <item>
      <title>How do i build a library with Codewarrior 10 (eclipse version)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175607#M3748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've changed to the new eclipse based codewarrior 10. However i can't seem to figure out how i should build a library in this version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the old Codewarrior suite we could make alibrary of lets say math functions and compile them into a .lib file, which we could then include in our other projects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i do this in Codewarrior 10?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Kaare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 22:38:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175607#M3748</guid>
      <dc:creator>Kaare</dc:creator>
      <dc:date>2011-01-12T22:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do i build a library with Codewarrior 10 (eclipse version)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175608#M3749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one who knows how to make a simple library?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what i'm after is an .a file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried changing output type for the linker from application to 'static library'. However that just creates an .elf file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's incredible how freescale just launches a new development IDE with almost no available help at all!! Theres nothing in the help files that describes this procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 20:34:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175608#M3749</guid>
      <dc:creator>Kaare</dc:creator>
      <dc:date>2011-01-19T20:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do i build a library with Codewarrior 10 (eclipse version)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175609#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you are trying to create a library for Coldfire. Right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just open project properties and go to &lt;STRONG&gt;&lt;EM&gt;C/C++ Build&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;&lt;EM&gt;Settings&lt;/EM&gt;&lt;/STRONG&gt; page.&lt;/P&gt;&lt;P&gt;Once you are there, go to &lt;EM&gt;&lt;STRONG&gt;Coldfire Linker&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;Output&lt;/STRONG&gt;&lt;/EM&gt; panel and change Output Type to &lt;EM&gt;Static Library&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then change to the &lt;EM&gt;&lt;STRONG&gt;Build Artifact&lt;/STRONG&gt;&lt;/EM&gt; tab and change &lt;EM&gt;artifact extension&lt;/EM&gt; to lib or&amp;nbsp;a or whatever you want to use as extension for your library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 21:20:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175609#M3750</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-01-19T21:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do i build a library with Codewarrior 10 (eclipse version)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175610#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Crasycat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes that did the trick, thank you! I also get a response on my support ticket for this issue. There is a pdf guide on their website which shows all the steps required to make a library and how to use it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MCU10&amp;amp;tab=Design_Support_Tab" rel="nofollow" target="_self"&gt;How to build and use a static library for Coldfire MCU's in CW 10&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaare Mai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 14:18:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/How-do-i-build-a-library-with-Codewarrior-10-eclipse-version/m-p/175610#M3751</guid>
      <dc:creator>Kaare</dc:creator>
      <dc:date>2011-01-21T14:18:44Z</dc:date>
    </item>
  </channel>
</rss>

