<?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: Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922060#M22922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project importer is not compatible with S08 MCUS, it is for DSC processors only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to migrate your classic project to CodeWarrior 11 I would recommend you follow these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a new project in CodeWarrior 11 selecting the corresponding target and configurations.&lt;/LI&gt;&lt;LI&gt;Copy the source files from your classic project to the new eclipse project, just the application specific drivers, you should not migrate the startup, header or linker files.&lt;/LI&gt;&lt;LI&gt;Modify the project properties to match the properties from the classic project.&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can use the following document as reference:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf"&gt;http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, let us know if you have any question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2019 15:43:46 GMT</pubDate>
    <dc:creator>Carlos_Mendoza</dc:creator>
    <dc:date>2019-07-26T15:43:46Z</dc:date>
    <item>
      <title>Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922057#M22919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;I'm using CodeWarrior Development Studio 11.0.1 Build Id: 180609&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;STRONG&gt;MCU: MC9S08QE4&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;I try to import an old CW 6.3 project file (.mcp) to the new eclipse based CW 11 project. I was very happy to see, that CW 11 supports an import functionallity for legacy CW projects. But I get an error (This toolchain is not supported for this target) and I don't know what to do next.&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 07:12:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922057#M22919</guid>
      <dc:creator>godlyblade</dc:creator>
      <dc:date>2019-07-16T07:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922058#M22920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the help of code warrior please check the&amp;nbsp;&lt;/P&gt;&lt;P&gt;Porting Classic DSC Project to Eclipse Project&lt;/P&gt;&lt;H1 class=""&gt;Porting Classic DSC Project to Eclipse Project&lt;/H1&gt;&lt;P&gt;This is not using the command line, but you can port the project&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopes this will help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 21:15:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922058#M22920</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2019-07-17T21:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922059#M22921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;I followed these instructions, but the error is the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="error.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/81769iE6279E8B32762943/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.PNG" alt="error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me what specific toolchain settings I have to setup in my legacy CW project target?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 06:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922059#M22921</guid>
      <dc:creator>godlyblade</dc:creator>
      <dc:date>2019-07-18T06:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922060#M22922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project importer is not compatible with S08 MCUS, it is for DSC processors only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to migrate your classic project to CodeWarrior 11 I would recommend you follow these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a new project in CodeWarrior 11 selecting the corresponding target and configurations.&lt;/LI&gt;&lt;LI&gt;Copy the source files from your classic project to the new eclipse project, just the application specific drivers, you should not migrate the startup, header or linker files.&lt;/LI&gt;&lt;LI&gt;Modify the project properties to match the properties from the classic project.&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can use the following document as reference:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf"&gt;http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, let us know if you have any question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2019 15:43:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922060#M22922</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2019-07-26T15:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922061#M22923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Browsing AN4727 I don’t see Processor Expert mentioned.&lt;/P&gt;&lt;P&gt;How are legacy project PE beans moved into the new CW11 project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 16:02:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Import-legacy-CodeWarrior-6-3-project-in-CodeWarrior-Development/m-p/922061#M22923</guid>
      <dc:creator>AndersJ</dc:creator>
      <dc:date>2019-08-26T16:02:48Z</dc:date>
    </item>
  </channel>
</rss>

