<?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: Having problems with HelloWorld tutorial</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329493#M604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I was following the "Create a simple application" HelloWorld tutorial in the KDS Help contents, which says to do File&amp;gt;New&amp;gt;Project, then select C++ wizard "Hello World C++ Project", where you select a toolchain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now following your suggestion, I can create a new empty C project. I do get a warning &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invalid project path: Include path not found (C:\Freescale\KDSK_1.0.0\rtos).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I'm not concerned because it's just a warning and I'm not doing any RTOS operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put a simple program into main.c:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Hello World program */&lt;/P&gt;&lt;P&gt;#include&amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;main()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("Hello World");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project&amp;gt;Build Project works fine, but Project&amp;gt;Build All gives error in Console view (after "make all" is invoked):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make: Nothing to be done for all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consequently, main.o doesn't get created, so there is nothing to run. What am I doing wrong? I just want a simple program to run, so I can build on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 13:42:40 GMT</pubDate>
    <dc:creator>jverive</dc:creator>
    <dc:date>2014-09-19T13:42:40Z</dc:date>
    <item>
      <title>Having problems with HelloWorld tutorial</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329489#M600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running KDS with CygWin GCC, and running into problems with the HelloWorld tutorial. When I try to build the project, I get this as console output:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14:42:39 **** Incremental Build of configuration Debug for project HelloWorld ****&lt;/P&gt;&lt;P&gt;make all &lt;/P&gt;&lt;P&gt;make: Nothing to be done for `all'.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14:42:39 Build Finished (took 172ms)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another file I need to download and install in the CygWin installation? I downloaded and installed gcc, gdb, and make, just like the instructions told me to do. I'd really like to make it through the tutorial before I start banging my head on other issues. This is frustrating, though I think I'm making progress!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 19:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329489#M600</guid>
      <dc:creator>jverive</dc:creator>
      <dc:date>2014-09-18T19:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with HelloWorld tutorial</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329490#M601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just curious: KDS comes with its own toolchain, no need for Cygwin at all. And it comes with gdb, gcc, make too, again no need for Cygwin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 20:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329490#M601</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-18T20:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with HelloWorld tutorial</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329491#M602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;I tried both default toolkits (Cross GCC and Microsoft Virtual C++). Cross GCC wants me to provide Cross compiler prefix and cross compiler path, both of which I don't know how to find, and Microsoft Virtual C++ gives me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: Program "VL" not found in PATH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;during build. Thought I'd give Cygwin a try. Any help at this point is appreciated.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:06:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329491#M602</guid>
      <dc:creator>jverive</dc:creator>
      <dc:date>2014-09-18T21:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with HelloWorld tutorial</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329492#M603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;I think you are not using the correct toolchain. Have you created your project with File &amp;gt; New &amp;gt; Kinetis Design Studio Project?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17041i62E79C0B979DCDF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&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>Fri, 19 Sep 2014 04:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329492#M603</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-19T04:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with HelloWorld tutorial</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329493#M604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I was following the "Create a simple application" HelloWorld tutorial in the KDS Help contents, which says to do File&amp;gt;New&amp;gt;Project, then select C++ wizard "Hello World C++ Project", where you select a toolchain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now following your suggestion, I can create a new empty C project. I do get a warning &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invalid project path: Include path not found (C:\Freescale\KDSK_1.0.0\rtos).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I'm not concerned because it's just a warning and I'm not doing any RTOS operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put a simple program into main.c:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Hello World program */&lt;/P&gt;&lt;P&gt;#include&amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;main()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("Hello World");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project&amp;gt;Build Project works fine, but Project&amp;gt;Build All gives error in Console view (after "make all" is invoked):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make: Nothing to be done for all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consequently, main.o doesn't get created, so there is nothing to run. What am I doing wrong? I just want a simple program to run, so I can build on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 13:42:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329493#M604</guid>
      <dc:creator>jverive</dc:creator>
      <dc:date>2014-09-19T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with HelloWorld tutorial</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329494#M605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a similar issue with no Build due to main.o not getting created.&amp;nbsp; Any thoughts would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 16:09:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Having-problems-with-HelloWorld-tutorial/m-p/329494#M605</guid>
      <dc:creator>MikeB1</dc:creator>
      <dc:date>2014-10-17T16:09:10Z</dc:date>
    </item>
  </channel>
</rss>

