<?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>MCUXpresso IDE中的主题 Re: Undefined reference problem</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/1345256#M7449</link>
    <description>&lt;P&gt;Also confirms this works.&amp;nbsp; I was copying a "video" folder from another project over, and got the same error.&amp;nbsp; Creating the source folder then copying the files is the way to go.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Sep 2021 18:59:39 GMT</pubDate>
    <dc:creator>Cococarbine</dc:creator>
    <dc:date>2021-09-23T18:59:39Z</dc:date>
    <item>
      <title>Undefined reference problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/965603#M4853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone! I'll keep it as short as possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting these errors:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1err.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88074i7C0F6911CCFBE483/image-size/large?v=v2&amp;amp;px=999" role="button" title="1err.PNG" alt="1err.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I've already included &lt;EM&gt;#include "app_ADC.h"&amp;nbsp;&lt;/EM&gt;in both &lt;STRONG&gt;main.c&lt;/STRONG&gt; and &lt;STRONG&gt;app_ADC.c&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Both, header and source files, are located in folder &lt;STRONG&gt;Application&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;I've already added the include paths to the compiler, libraries to the linker and the paths to paths and symbols.&lt;span class="lia-inline-image-display-wrapper" image-alt="5err.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88075i0CA70F7DB36C2D91/image-size/large?v=v2&amp;amp;px=999" role="button" title="5err.jpg" alt="5err.jpg" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6err.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88082i523C141BE7F97116/image-size/large?v=v2&amp;amp;px=999" role="button" title="6err.jpg" alt="6err.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="errCaptura.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88378i06555C84353DC428/image-size/large?v=v2&amp;amp;px=999" role="button" title="errCaptura.PNG" alt="errCaptura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I'm using&amp;nbsp;MCUXpresso IDE v11.0.1 [Build 2563].&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 23:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/965603#M4853</guid>
      <dc:creator>rfeichubuinm</dc:creator>
      <dc:date>2019-10-09T23:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined reference problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/965604#M4854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramiro,&lt;/P&gt;&lt;P&gt;I guess app_ADC_init is not compiled. The .c file which has the app_ADC_init is not add into make list. You can write any wrong letter in to app_ADC_init and compile again. If the compiler does not report error, that is it.&lt;/P&gt;&lt;P&gt;Please delete that folder from project then add again. Please add in this way&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89015i1BC9CDBE2DCCD01C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 02:20:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/965604#M4854</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-10-10T02:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined reference problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/965605#M4855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! That was it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 03:20:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/965605#M4855</guid>
      <dc:creator>rfeichubuinm</dc:creator>
      <dc:date>2019-10-10T03:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined reference problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/1345256#M7449</link>
      <description>&lt;P&gt;Also confirms this works.&amp;nbsp; I was copying a "video" folder from another project over, and got the same error.&amp;nbsp; Creating the source folder then copying the files is the way to go.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 18:59:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-problem/m-p/1345256#M7449</guid>
      <dc:creator>Cococarbine</dc:creator>
      <dc:date>2021-09-23T18:59:39Z</dc:date>
    </item>
  </channel>
</rss>

