<?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: I Can't Execute My Program in KDS</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/379000#M1997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the steps listed here &lt;A href="https://community.nxp.com/docs/DOC-101845"&gt;GDB Debugging with Kinetis Design Studio&lt;/A&gt;, and was able to get it running on version 1.1.1. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 04:17:40 GMT</pubDate>
    <dc:creator>skunky</dc:creator>
    <dc:date>2014-10-14T04:17:40Z</dc:date>
    <item>
      <title>I Can't Execute My Program in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/378997#M1994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to execute or debug a program in KDS, but I can't. The error says:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Launching XXXXX.elf' has encountered a problem.&lt;/P&gt;&lt;P&gt;Error with command: gdb --version&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar experience with the play button. It's a simple hello world program for the FRDM-KL26Z. I've got a fully updated version of KDS. Does anyone have any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 05:26:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/378997#M1994</guid>
      <dc:creator>skunky</dc:creator>
      <dc:date>2014-10-09T05:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Execute My Program in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/378998#M1995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;Are you using V1.1.1? And on Windows?&lt;/P&gt;&lt;P&gt;That error message indicates that it was not possible to find the gdb.&lt;/P&gt;&lt;P&gt;Typically this is caused by a wrong PATH setup on your system. Can you check your PATH variable if it contains a double semicolon (;;)?&lt;/P&gt;&lt;P&gt;See &lt;A href="https://community.nxp.com/docs/DOC-100441"&gt;Kinetis Design Studio V1.0.1 Beta Release Notes&lt;/A&gt; and search for "--version".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: the 'Play' (or 'Run') button will probably not do what you want (it will launch a local program, not the one on the board). If you really want to do a 'run', then have a look at &lt;A href="http://mcuoneclipse.com/2014/10/04/emulating-eclipse-run-with-debug-configuration/" title="http://mcuoneclipse.com/2014/10/04/emulating-eclipse-run-with-debug-configuration/"&gt;Emulating Eclipse ‘Run’ with ‘Debug’ Configuration | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:12:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/378998#M1995</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-10-09T06:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Execute My Program in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/378999#M1996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the path, and there were not any of double semicolons. I'm trying to use version 1.0.1. I didn't realize there was a version 1.1.1. I'll upgrade and see how that works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2014 22:45:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/378999#M1996</guid>
      <dc:creator>skunky</dc:creator>
      <dc:date>2014-10-11T22:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: I Can't Execute My Program in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/379000#M1997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the steps listed here &lt;A href="https://community.nxp.com/docs/DOC-101845"&gt;GDB Debugging with Kinetis Design Studio&lt;/A&gt;, and was able to get it running on version 1.1.1. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 04:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/I-Can-t-Execute-My-Program-in-KDS/m-p/379000#M1997</guid>
      <dc:creator>skunky</dc:creator>
      <dc:date>2014-10-14T04:17:40Z</dc:date>
    </item>
  </channel>
</rss>

