<?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のトピックRe: *** No rule to make target</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401918#M2702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the same problem.&lt;/P&gt;&lt;P&gt;In my case, I had cancelled, using shell command, one source file from the kinetis project, but kinetis has not updated the makefile structure and looked for the missing C source.&lt;/P&gt;&lt;P&gt;To solve the problem, I've created, using shell command, the deleted file again, then close and reopened KDS, and remove that source file from kinetis.&lt;/P&gt;&lt;P&gt;In this way, kinetis has updated the makefile and now the compilation was success.&lt;/P&gt;&lt;P&gt;Using linux it's easier to use the preferred editor (&lt;STRONG&gt;vi&lt;/STRONG&gt;, in my case) and shell commands, with the result that sometime KDS loose the control of the project, but this is acceptable.&lt;/P&gt;&lt;P&gt;Regards. Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jun 2015 09:24:37 GMT</pubDate>
    <dc:creator>PaoloSubiaco</dc:creator>
    <dc:date>2015-06-27T09:24:37Z</dc:date>
    <item>
      <title>*** No rule to make target</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401914#M2698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to import a CW project into KDE 3.0 and getting following@ error.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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 `MyWirelessApp Demo Coordinator - Security Enabled.elf', needed by `main-build'.&amp;nbsp; Stop.&amp;nbsp;&amp;nbsp;&amp;nbsp; MyWirelessApp Demo Coordinator - Security Enabled&amp;nbsp;&amp;nbsp;&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;Any help would be highly appreciated.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Salah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 21:27:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401914#M2698</guid>
      <dc:creator>salah</dc:creator>
      <dc:date>2015-05-27T21:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: *** No rule to make target</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401915#M2699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a CodeWarrior project in KDS v3.0.0 will need that you convert that project, see the CodeWarrior converter manual.&lt;/P&gt;&lt;P&gt;See C:\Freescale\KDS_3.0.0\doc\KDS_Porting_Guide.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the 'no rule' message: this is a message from the make telling you that it does not know how to build it. A 'clean' might help, see &lt;A href="http://mcuoneclipse.com/2012/03/12/no-rule-to-make-target/" title="http://mcuoneclipse.com/2012/03/12/no-rule-to-make-target/"&gt;No rule to make target | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 21:34:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401915#M2699</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-05-27T21:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: *** No rule to make target</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401916#M2700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all of them and still issue persists. Basically this is what I am trying to do. I generate a demo app from Beekit for CW10.6 Then without opening it from CW I open with KDS and convert it to CW project. Then, follow instructions to make sure include path is correct and all other steps. [adding rt in library and so on ..] basically I am still getting same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need any application file which is .elf?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating a new project in KDS and I found a .elf file under binary on the top of the project list but here, there is no binary folder and no .elf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Salah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 22:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401916#M2700</guid>
      <dc:creator>salah</dc:creator>
      <dc:date>2015-05-27T22:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: *** No rule to make target</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401917#M2701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just resolved the Issue. I will explain in a short how I did it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Salah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 00:51:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401917#M2701</guid>
      <dc:creator>salah</dc:creator>
      <dc:date>2015-05-28T00:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: *** No rule to make target</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401918#M2702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the same problem.&lt;/P&gt;&lt;P&gt;In my case, I had cancelled, using shell command, one source file from the kinetis project, but kinetis has not updated the makefile structure and looked for the missing C source.&lt;/P&gt;&lt;P&gt;To solve the problem, I've created, using shell command, the deleted file again, then close and reopened KDS, and remove that source file from kinetis.&lt;/P&gt;&lt;P&gt;In this way, kinetis has updated the makefile and now the compilation was success.&lt;/P&gt;&lt;P&gt;Using linux it's easier to use the preferred editor (&lt;STRONG&gt;vi&lt;/STRONG&gt;, in my case) and shell commands, with the result that sometime KDS loose the control of the project, but this is acceptable.&lt;/P&gt;&lt;P&gt;Regards. Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 09:24:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401918#M2702</guid>
      <dc:creator>PaoloSubiaco</dc:creator>
      <dc:date>2015-06-27T09:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: *** No rule to make target</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401919#M2703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank! I already resolved it. I think there is some bug in KDS. Here is the way I got it work -&lt;A href="https://community.nxp.com/message/521354"&gt;How to Convert a CW project to KDS. [Solution]&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:50:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/401919#M2703</guid>
      <dc:creator>salah</dc:creator>
      <dc:date>2015-07-02T16:50:04Z</dc:date>
    </item>
  </channel>
</rss>

