<?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>LPC Microcontrollersのトピックissue on file include path ( error - undefined reference )</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582899#M20765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by RatheeshT on Wed Jan 13 06:28:30 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i include .h in inc folder and .c files in src folder within the project directory , my application is running without errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead if i split .h &amp;amp; .c files in separate folder it show error like " undefined reference " . In order to complete this i have included the path also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;" projects properties/ c-c++ build/ settings/ includes"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest me if i want to do something more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the image file also for your reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ratheesh T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:23:42 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:23:42Z</dc:date>
    <item>
      <title>issue on file include path ( error - undefined reference )</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582899#M20765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by RatheeshT on Wed Jan 13 06:28:30 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i include .h in inc folder and .c files in src folder within the project directory , my application is running without errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead if i split .h &amp;amp; .c files in separate folder it show error like " undefined reference " . In order to complete this i have included the path also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;" projects properties/ c-c++ build/ settings/ includes"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest me if i want to do something more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the image file also for your reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ratheesh T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582899#M20765</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: issue on file include path ( error - undefined reference )</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582900#M20766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Wed Jan 13 10:10:45 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Undefined reference" is a Linker error and not a compiler error. i.e. It is nothing to do with include paths.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be that you have misspelt the name or you may have to link with the library that satisfies the reference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582900#M20766</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: issue on file include path ( error - undefined reference )</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582901#M20767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by RatheeshT on Thu Jan 14 05:30:49 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for immediate response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK I understand i.e LINKER ERROR. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then How can i link my .c &amp;amp; .h files&amp;nbsp; ( which are not exist in default src &amp;amp; inc folders)&amp;nbsp; with libraries OR projects ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Things i have done &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i just include the path of .h files in " projects properties/ c-c++ build/ settings/ includes".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It gives me " undefined reference " as error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please tell me , what can i do to solve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582901#M20767</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: issue on file include path ( error - undefined reference )</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582902#M20768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Thu Jan 14 06:27:10 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read the FAQ:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://https://www.lpcware.com/content/faq/lpcxpresso/creating-linking-library-projects"&gt;Creating and Linking to Library Projects&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/issue-on-file-include-path-error-undefined-reference/m-p/582902#M20768</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:23:44Z</dc:date>
    </item>
  </channel>
</rss>

