<?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>Kinetis Design StudioのトピックHow to Convert a CW project to KDS. [Solution]</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Convert-a-CW-project-to-KDS-Solution/m-p/416245#M3183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you try to convert a CW project to KDS you may experience some error. Like following: &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: &lt;/P&gt;&lt;P&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp; Resource&amp;nbsp;&amp;nbsp;&amp;nbsp; Path&amp;nbsp;&amp;nbsp;&amp;nbsp; Location&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;/P&gt;&lt;P&gt;make: *** No rule to make target `YourProgramName.elf', needed by `main-build'.&amp;nbsp; Stop.&amp;nbsp;&amp;nbsp;&amp;nbsp; YourProgramName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the following solution worked for me.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 33.75px; font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 24pt;"&gt;How to Convert a CW(&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;Codewarrior&lt;/SPAN&gt;) project to KDS? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 12pt;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;Steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;Build your project in CW &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-weight: bold; font-style: normal; font-size: 18pt;"&gt;Import CW project in KDS&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;Right Click and Convert to CW&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;Click on Run and Debug Configuration &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;GDB PEMicro Interface Debugging&amp;nbsp; Add New &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;SPAN style="font-size: 18pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold;"&gt;Go Under Debugger and Select your Device&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;P style="padding-left: 67.5px; font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface select OpenSDA&amp;nbsp; Embedded Debug &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 67.5px; font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DO Not Click Apply Just Click Debug Wait some time &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 67.5px; font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [After this you may get another error, Then try delete the project and import again and after step 3 try debug again this should work]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 67.5px; font-family: Calibri;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; font-weight: bold; font-style: normal; font-size: 18pt;"&gt; 6. Add include folder to this location[Project Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Cross ARM C Compiler -&amp;gt; Includes -&amp;gt; includes paths (-l) ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; font-weight: bold; font-style: normal; font-size: 18pt;"&gt; Add include = C:\Freescale\KDS_3.0.0\toolchain\arm-none-eabi\include [Based on where you have installed your KDS. Check where is your KDS include folder]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;&amp;gt;&amp;gt; Clean Project&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;&amp;gt;&amp;gt; Build Project &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 67.5px; font-family: Calibri;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;Hope No More Error! Enjoy KDS! &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2015 20:14:34 GMT</pubDate>
    <dc:creator>salah</dc:creator>
    <dc:date>2015-06-01T20:14:34Z</dc:date>
    <item>
      <title>How to Convert a CW project to KDS. [Solution]</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Convert-a-CW-project-to-KDS-Solution/m-p/416245#M3183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you try to convert a CW project to KDS you may experience some error. Like following: &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: &lt;/P&gt;&lt;P&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp; Resource&amp;nbsp;&amp;nbsp;&amp;nbsp; Path&amp;nbsp;&amp;nbsp;&amp;nbsp; Location&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;/P&gt;&lt;P&gt;make: *** No rule to make target `YourProgramName.elf', needed by `main-build'.&amp;nbsp; Stop.&amp;nbsp;&amp;nbsp;&amp;nbsp; YourProgramName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the following solution worked for me.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 33.75px; font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 24pt;"&gt;How to Convert a CW(&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;Codewarrior&lt;/SPAN&gt;) project to KDS? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 12pt;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;Steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;Build your project in CW &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-weight: bold; font-style: normal; font-size: 18pt;"&gt;Import CW project in KDS&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;Right Click and Convert to CW&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;Click on Run and Debug Configuration &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;GDB PEMicro Interface Debugging&amp;nbsp; Add New &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;SPAN style="font-size: 18pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold;"&gt;Go Under Debugger and Select your Device&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;P style="padding-left: 67.5px; font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface select OpenSDA&amp;nbsp; Embedded Debug &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 67.5px; font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DO Not Click Apply Just Click Debug Wait some time &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 67.5px; font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [After this you may get another error, Then try delete the project and import again and after step 3 try debug again this should work]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 67.5px; font-family: Calibri;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; font-weight: bold; font-style: normal; font-size: 18pt;"&gt; 6. Add include folder to this location[Project Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Cross ARM C Compiler -&amp;gt; Includes -&amp;gt; includes paths (-l) ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; font-weight: bold; font-style: normal; font-size: 18pt;"&gt; Add include = C:\Freescale\KDS_3.0.0\toolchain\arm-none-eabi\include [Based on where you have installed your KDS. Check where is your KDS include folder]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;&amp;gt;&amp;gt; Clean Project&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold; font-family: Calibri; font-size: 18pt;"&gt;&amp;gt;&amp;gt; Build Project &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 67.5px; font-family: Calibri;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-family: Calibri;"&gt;&lt;SPAN style="font-weight: bold; font-size: 18pt;"&gt;Hope No More Error! Enjoy KDS! &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 20:14:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Convert-a-CW-project-to-KDS-Solution/m-p/416245#M3183</guid>
      <dc:creator>salah</dc:creator>
      <dc:date>2015-06-01T20:14:34Z</dc:date>
    </item>
  </channel>
</rss>

