<?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: link error undefined reference in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/link-error-undefined-reference/m-p/838185#M1097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harry Koukoutos,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I highly recommend you to refer to the nxp official code, it will have the according startup file, and the according project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please download it from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/select" title="https://mcuxpresso.nxp.com/en/select"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Select the processors as your K10D100M chip, then generate the MCUXpresso IDE project, and try it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Mon, 19 Nov 2018 09:30:32 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2018-11-19T09:30:32Z</dc:date>
    <item>
      <title>link error undefined reference</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/link-error-undefined-reference/m-p/838184#M1096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using MCUXpresso to build an MK10 project. The startup file, startup_mk10d10.cpp, cannot find functions in other modules, for example interrupt service routines or utilities. The IDE gives , as an example, an&amp;nbsp;undefined reference to `PIT1_DriverIRQHandler' error, although it is defined in an other file and a definition line is included. It links only main(). Clearly I have set something wrong! How should I define routines in other modules? Please note that all other files link properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Harry Koukoutos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2018 10:19:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/link-error-undefined-reference/m-p/838184#M1096</guid>
      <dc:creator>harrykoukoutos</dc:creator>
      <dc:date>2018-11-15T10:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: link error undefined reference</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/link-error-undefined-reference/m-p/838185#M1097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harry Koukoutos,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I highly recommend you to refer to the nxp official code, it will have the according startup file, and the according project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please download it from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/select" title="https://mcuxpresso.nxp.com/en/select"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Select the processors as your K10D100M chip, then generate the MCUXpresso IDE project, and try it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Mon, 19 Nov 2018 09:30:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/link-error-undefined-reference/m-p/838185#M1097</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-11-19T09:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: link error undefined reference</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/link-error-undefined-reference/m-p/838186#M1098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given that the file extension of your startup file is ".cpp", I suspect the issue is C vs C++ linkage. There is some information in the following FAQs (which although originally written for LPCXpresso IDE, still apply to MCUXpresso IDE):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389035"&gt;Interrupt Handlers in C++ applications&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/630742"&gt;https://community.nxp.com/message/630742&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 09:01:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/link-error-undefined-reference/m-p/838186#M1098</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-11-20T09:01:58Z</dc:date>
    </item>
  </channel>
</rss>

