<?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: implicit declaration of function/undefined reference to in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591635#M29682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu Nov 29 15:02:52 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you set Include and Library paths like explained in #4 of &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=2558?&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:25:39 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:25:39Z</dc:date>
    <item>
      <title>implicit declaration of function/undefined reference to</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591634#M29681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by woodchuck on Thu Nov 29 13:15:13 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I set up a new workspace and C project for&amp;nbsp; new target chip - the LPC1114FN28-102.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately the compiler couldn't find the header files, so I copied all the header files from another project into the /src directory of this project.&amp;nbsp; That solved that problem but created new problems.&amp;nbsp; Now when I build, I get "implicit declaration of function" warnings, followed later by "undefined reference to" warnings, followed by a hard error the moment "make" begins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was clearly the wrong way to go about business, but what's the right way?&amp;nbsp; If it's documented anywhere, I couldn't find it.&amp;nbsp; And&amp;nbsp; a previous inquiry on this forum produced no response.&amp;nbsp; Where does one go from here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591634#M29681</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: implicit declaration of function/undefined reference to</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591635#M29682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu Nov 29 15:02:52 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you set Include and Library paths like explained in #4 of &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=2558?&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591635#M29682</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: implicit declaration of function/undefined reference to</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591636#M29683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by woodchuck on Thu Nov 29 16:32:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That is a most interesting thread.&amp;nbsp; Thank you very much for referencing it!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Making the necessary changes was easy.&amp;nbsp; Knowing what changes to make, and where to make them...that was a whole different matter!&amp;nbsp; A crystal ball should be on the list of system requirements for any would-be ARM developer. :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591636#M29683</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: implicit declaration of function/undefined reference to</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591637#M29684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by woodchuck on Thu Nov 29 19:38:20 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, the paths you mention in the thread you linked were already present.&amp;nbsp; But there were additional paths that had to be added.&amp;nbsp; Specifically, to the include path list, I added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]"${workspace_loc:/LPC11xx_cmsis2_Lib/inc}"[/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To the first linker library box (-l) I added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]LPC11xx_cmsis2_Lib[/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To the second linker library box (-L) I added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]"${workspace_loc:LPC11xx_cmsis2_Lib/Debug}"[/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now everything works swimmingly.&amp;nbsp; :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:25:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591637#M29684</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: implicit declaration of function/undefined reference to</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591638#M29685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu Nov 29 20:05:42 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW including a library can be done very smart with 'Smart Update' function of LPCXpresso, mentioned in #3 &lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/showthread.php?t=3860"&gt;&lt;/A&gt;&lt;A href="http://knowledgebase.nxp.com/showthread.php?t=3860" target="test_blank"&gt;http://knowledgebase.nxp.com/showthread.php?t=3860&lt;/A&gt; ;)&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:25:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/implicit-declaration-of-function-undefined-reference-to/m-p/591638#M29685</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:25:41Z</dc:date>
    </item>
  </channel>
</rss>

