<?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>topic Re: Help with importing a GCC project into CodeWarrior! in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136436#M941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, depending on the IDE version that is in your product, you may have the ability to create a project around your make files without converting them.&lt;BR /&gt;&lt;BR /&gt;This functionality can be accessed by running the External Build Wizard under File|New...|Project. Essentially CodeWarrior will use make to build the project, while allowing you to debug using the CodeWarrior debugger. You will have to manually add the source files to the project window, but other than that source editing, code completion, etc. should work exactly as when using a regular CodeWarrior project.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2007 00:58:19 GMT</pubDate>
    <dc:creator>Luchnik</dc:creator>
    <dc:date>2007-07-24T00:58:19Z</dc:date>
    <item>
      <title>Help with importing a GCC project into CodeWarrior!</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136431#M936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have a GCC project which I'm having serious difficulty getting into CodeWarrior. The project structure is as follows:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Top directory:&lt;/DIV&gt;&lt;DIV&gt;xxx&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;xxxInstall1&lt;DIV&gt;xxxInstall2&lt;DIV&gt;xxxInstall3&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;xxxInstaller&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;xxxLib&lt;DIV&gt;xxxLib2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Where xxx is the project name. Each of these directories contains the following directories:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;GCC&lt;/DIV&gt;&lt;DIV&gt;Src (containing the .c and .h files amongst others)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Also, each top level directory contains a makefile and a .prc file, and scattered between them, the top level directories contain:&lt;/DIV&gt;&lt;DIV&gt;- some .a files&lt;/DIV&gt;&lt;DIV&gt;- some .o files&lt;/DIV&gt;&lt;DIV&gt;- some .s files&lt;/DIV&gt;&lt;DIV&gt;- some header files, usually relating to what is listed under LIBS in the makefile&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In my google adventures today I've read about the &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freescale.com%2Ffiles%2Fsoft_dev_tools%2Fdoc%2Fwhite_paper%2FCWMKEFILEWP.pdf" rel="nofollow" target="_blank"&gt;Codewarrior Makefile Importer Wizard&lt;/A&gt;, but alas this is not an option in my version of CodeWarrior (which I bought only a few weeks ago).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I assume I have to create some kind of set of linked projects in CodeWarrior, for each of the seven projects listed above. But I'm struggling to figure out the exact intricacies of such a task!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any advice would be greatly appreciated!! If you need any information that I haven't provided, I will provide; just ask!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Many thanks,&lt;/DIV&gt;&lt;DIV&gt;Josh Comley&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 04:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136431#M936</guid>
      <dc:creator>JoshComley</dc:creator>
      <dc:date>2007-06-11T04:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with importing a GCC project into CodeWarrior!</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136432#M937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;- Which CPU are you targeting (HC08, HC12, Coldfire, ..)&lt;BR /&gt;- Which version of CodeWarrior are you using?&lt;BR /&gt;&amp;nbsp; To retrieve that info:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Start CodeWarrior&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Select Help -&amp;gt; About Freescale CodeWarrior&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Click on "Install Products"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - CodeWarrior version used is displayed on top in the Installed Products dialog.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 16:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136432#M937</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-06-11T16:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with importing a GCC project into CodeWarrior!</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136433#M938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi CrasyCat,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your reply!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1) I am targetting the ARM CPU&lt;/DIV&gt;&lt;DIV&gt;2) According to your instructions, I am using &lt;STRONG&gt;CodeWarrior Development Studio for Palm OS Platform, Version 9.3, Professional Edition&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks again for your help,&lt;/DIV&gt;&lt;DIV&gt;Josh&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 17:49:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136433#M938</guid>
      <dc:creator>JoshComley</dc:creator>
      <dc:date>2007-06-11T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with importing a GCC project into CodeWarrior!</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136434#M939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am not an expert in CodeWarrior for Palm, so I am afraid I will not be able to help a lot here.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Basically your application looks pretty complicated with main project and a couple of sub-projects.&lt;/DIV&gt;&lt;DIV&gt;According to my experience with CodeWarrior for Embedded architecture, I would not recommend you to use make file importer wizard to import your projects in CodeWarrior.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This importer as far as I remember covers only simple projects and is not able to deal with a project hierarchy.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to create your project using either a stationery or a wizard (Depending what is available in your PAlm version today) and add your source files manually to each project.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am not sure you can get assistance on CodeWarrior for Palm in that Forum.&amp;nbsp;It is mainly covering embedded products.&lt;/DIV&gt;&lt;DIV&gt;In order to get assistance on&amp;nbsp;CodeWarrior&amp;nbsp;for Palm I would recommend you to send an email to&amp;nbsp; &lt;A href="mailto:desktop@metrowerks.com" rel="nofollow" target="_blank"&gt;desktop@metrowerks.com&lt;/A&gt;.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your understanding.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 13:43:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136434#M939</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-06-12T13:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with importing a GCC project into CodeWarrior!</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136435#M940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi there,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks again for your help!&lt;/DIV&gt;&lt;DIV&gt;Yes that is what I'd tried, both a wizard and stationary, copying the files in. The problem lies in that the projects are inter-dependant, and contain some files with the same name, and similar functionality but not identical (so&amp;nbsp;some same method names also etc.)&amp;nbsp;- so I can't just put all the different code files into one big project, it won't work! I need to create some kind of CodeWarrior solution that has the various projects in it and linked together. I will take your advice and contact &lt;A href="mailto:desktop@metrowerks.com" rel="nofollow" target="_blank"&gt;&lt;FONT color="#017BBA"&gt;desktop@metrowerks.com&lt;/FONT&gt;&lt;/A&gt;.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does anyone know how to achieve what I want? Linked projects in CodeWarrior?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;Josh&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 03:43:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136435#M940</guid>
      <dc:creator>JoshComley</dc:creator>
      <dc:date>2007-06-13T03:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with importing a GCC project into CodeWarrior!</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136436#M941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, depending on the IDE version that is in your product, you may have the ability to create a project around your make files without converting them.&lt;BR /&gt;&lt;BR /&gt;This functionality can be accessed by running the External Build Wizard under File|New...|Project. Essentially CodeWarrior will use make to build the project, while allowing you to debug using the CodeWarrior debugger. You will have to manually add the source files to the project window, but other than that source editing, code completion, etc. should work exactly as when using a regular CodeWarrior project.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 00:58:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Help-with-importing-a-GCC-project-into-CodeWarrior/m-p/136436#M941</guid>
      <dc:creator>Luchnik</dc:creator>
      <dc:date>2007-07-24T00:58:19Z</dc:date>
    </item>
  </channel>
</rss>

