<?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のトピックRe: LPCXpresso add header file to include path</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611355#M23879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Specify the directories where the include files are. So if it is in delay/inc, the add delay/inc, not just delay as you have done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 16:04:49 GMT</pubDate>
    <dc:creator>converse</dc:creator>
    <dc:date>2017-02-07T16:04:49Z</dc:date>
    <item>
      <title>LPCXpresso add header file to include path</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611354#M23878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to add simple own library to project include path.&amp;nbsp;Project&amp;nbsp;structure (I created folder delay)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-Includes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-src&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-Debug&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-delay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-inc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-delay.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-src&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-delay.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In project.c I added #include "inc/delay.h"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added new include path in MCU C Compiler -&amp;gt; Includes -&amp;gt; Include path like this: "${workspace_loc:/project/delay}". When I try to Build it I get error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/home/user/LPCXpresso/workspace/project/Debug/../src/project.c:41: undefined reference to `Delay_Init'&lt;BR /&gt;/home/user/LPCXpresso/workspace/project/Debug/../src/project.c:47: undefined reference to `Delay'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delay_Init and Delay was created in delay.h and delay.c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 14:55:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611354#M23878</guid>
      <dc:creator>mateuszkiełbasa</dc:creator>
      <dc:date>2017-02-07T14:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso add header file to include path</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611355#M23879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Specify the directories where the include files are. So if it is in delay/inc, the add delay/inc, not just delay as you have done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 16:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611355#M23879</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-02-07T16:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso add header file to include path</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611356#M23880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mateusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con Verse's reply is correct, your head file in under&amp;nbsp;delay/inc, so you still need to add /inc.&lt;/P&gt;&lt;P&gt;Please add it and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please 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>Wed, 08 Feb 2017 09:48:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611356#M23880</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-08T09:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso add header file to include path</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611357#M23881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For including a header to a file,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to: Project -&amp;gt; Properties ---&amp;gt; Select "Project Reference under the left tab", select the board and chip header files.&lt;span class="lia-inline-image-display-wrapper" image-alt="LPC.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65039i321CE0A067052115/image-size/large?v=v2&amp;amp;px=999" role="button" title="LPC.png" alt="LPC.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2018 09:26:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso-add-header-file-to-include-path/m-p/611357#M23881</guid>
      <dc:creator>athmesh_n</dc:creator>
      <dc:date>2018-07-07T09:26:21Z</dc:date>
    </item>
  </channel>
</rss>

