<?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/467270#M5035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Zhang for the video. The ones I found are too small to see. Where can I find others in this format? Or even better, a written walk-through. I have resolved the issue by creating a new workspace then following your video. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 13:21:37 GMT</pubDate>
    <dc:creator>randalford</dc:creator>
    <dc:date>2016-05-13T13:21: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/467267#M5032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need help getting started with Kenetis design studio.&lt;/P&gt;&lt;P&gt;I try to follow video, but when building ksdk_startup_lib_K22F51212 get error:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;16:15:07 **** Build of configuration debug for project ksdk_startup_lib_K22F51212 ****&lt;/P&gt;&lt;P&gt;make -k all &lt;/P&gt;&lt;P&gt;make: *** No rule to make target 'C:/platform/devices/startup.c', needed by 'startup/startup.o'.&lt;/P&gt;&lt;P&gt;make: *** No rule to make target 'C:/platform/devices/MK22F51212/startup/system_MK22F51212.c', needed by 'startup/system_MK22F51212.o'.&lt;/P&gt;&lt;P&gt;make: Target 'all' not remade because of errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 21:22:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/467267#M5032</guid>
      <dc:creator>randalford</dc:creator>
      <dc:date>2016-05-12T21:22:36Z</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/467268#M5033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what's KDS and SDK version do you work with?&lt;/P&gt;&lt;P&gt;which video do you refer to?&lt;/P&gt;&lt;P&gt;I just tested ksdk_startup_lib_K22F51212 with KDS3.2 and KSDK1.3, it works normal from my side. see my attached video.&lt;/P&gt;&lt;P&gt;do clean before build is very good to avoid the old association.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 01:51:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/467268#M5033</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-05-13T01:51:12Z</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/467269#M5034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randal,&lt;/P&gt;&lt;P&gt;"no rule to make target" means that the make cannot resolve/find the files (see &lt;A href="https://mcuoneclipse.com/2012/03/12/no-rule-to-make-target/" title="https://mcuoneclipse.com/2012/03/12/no-rule-to-make-target/"&gt;https://mcuoneclipse.com/2012/03/12/no-rule-to-make-target/&lt;/A&gt; ). Can you do a 'Clean' on the project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 07:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/467269#M5034</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-05-13T07:49:42Z</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/467270#M5035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Zhang for the video. The ones I found are too small to see. Where can I find others in this format? Or even better, a written walk-through. I have resolved the issue by creating a new workspace then following your video. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 13:21:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/No-rule-to-make-target/m-p/467270#M5035</guid>
      <dc:creator>randalford</dc:creator>
      <dc:date>2016-05-13T13:21:37Z</dc:date>
    </item>
  </channel>
</rss>

