<?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>topic Re: Re: Getting linker error &amp;quot;cannot find entry symbol Reset_Handler&amp;quot; when trying to compile Hello World for FRDM-K22F in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382074#M2124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For others wanting to play with example I recreated it also and have attached it.&lt;/P&gt;&lt;P&gt;Just un-ZIP in your KSDK_1.1.0 folder and ensure your platform library has been built.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 14:28:32 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2015-02-18T14:28:32Z</dc:date>
    <item>
      <title>Getting linker error "cannot find entry symbol Reset_Handler" when trying to compile Hello World for FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382071#M2121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Kinetis and KDS. I purchased FRDM-K22F and I have spent many hours trying to&lt;SPAN style="font-size: 13.3333330154419px;"&gt; (diligently) &lt;/SPAN&gt;follow "Writing my first KSDK Application in KDS Hello World and Toggle LED with GPIO Interrupt". I attempted installation on two separate computers, changing K64F references to K22F equivalents when appropriate. The program finally compiles but linker gives an error "cannot find entry symbol Reset_Handler".&lt;/P&gt;&lt;P&gt;Any help on what to do next would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382071#M2121</guid>
      <dc:creator>charleszimnicki</dc:creator>
      <dc:date>2015-02-17T21:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting linker error "cannot find entry symbol Reset_Handler" when trying to compile Hello World for FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382072#M2122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the issue you reported trying to reproduce it but I have no errors in the console window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the same instructions from the "Writing my first KSDK Application in KDS Hello World and Toggle LED with GPIO Interrupt" document making the appropriate changes to use the K22FN512 files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If you are using a different KDS version update to KDS v2.0.0&lt;/LI&gt;&lt;LI&gt;Check that the KSDK_PATH environmental variable is pointing to the correct folder.&lt;/LI&gt;&lt;LI&gt;Check the linker file path file in Project &amp;gt; properties &amp;gt; C/C++ Build &amp;gt; Settings &amp;gt; Cross ARM C++ Linker &amp;gt; General&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;Hope this information can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Adrian Sanchez Cano&lt;BR /&gt;Technical Support Engineer&lt;BR /&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>Wed, 18 Feb 2015 01:49:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382072#M2122</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2015-02-18T01:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting linker error "cannot find entry symbol Reset_Handler" when trying to compile Hello World for FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382073#M2123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for ultra fast response. The actual problem was one of the quotes missing in linker library search path but your answer pointed me in the right direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 12:48:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382073#M2123</guid>
      <dc:creator>charleszimnicki</dc:creator>
      <dc:date>2015-02-18T12:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Getting linker error "cannot find entry symbol Reset_Handler" when trying to compile Hello World for FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382074#M2124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For others wanting to play with example I recreated it also and have attached it.&lt;/P&gt;&lt;P&gt;Just un-ZIP in your KSDK_1.1.0 folder and ensure your platform library has been built.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 14:28:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382074#M2124</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-02-18T14:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting linker error "cannot find entry symbol Reset_Handler" when trying to compile Hello World for FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382075#M2125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having the same error as Charles, this is: &lt;EM&gt;&amp;lt;&amp;lt;cannot find entry symbol Reset_Handler&amp;gt;&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have checked what you say in your response to him but every thing is ok. I also have checked what he says about forgetting a quote but unfortunately this is also ok. lol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do it with a &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FRDM-K64F&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:22:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-linker-error-quot-cannot-find-entry-symbol-Reset-Handler/m-p/382075#M2125</guid>
      <dc:creator>albertolubeiro</dc:creator>
      <dc:date>2015-03-26T16:22:45Z</dc:date>
    </item>
  </channel>
</rss>

