<?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>LPCXpresso IDEのトピックProblem Building Examples of LPC1114</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Building-Examples-of-LPC1114/m-p/576356#M22709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by furkan.yuksel on Tue May 31 23:38:59 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm imported blinky example (with CMSIS) but when I build it I get this error message;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/blinky.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Documents and Settings\xp\My Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/blinky.d" -MT"src/blinky.d" -o"src/blinky.o" "../src/blinky.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:31:21: error: timer16.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:32:23: error: clkconfig.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:33:18: error: gpio.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c: In function 'main':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:53: warning: implicit declaration of function 'GPIOInit'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:63: warning: implicit declaration of function 'init_timer16'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:69: warning: implicit declaration of function 'enable_timer16'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:72: warning: implicit declaration of function 'GPIOSetDir'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:80: warning: implicit declaration of function 'GPIOSetValue'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [src/blinky.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thing this problem is about GCC. How can I get rid of it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:59:07 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:59:07Z</dc:date>
    <item>
      <title>Problem Building Examples of LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Building-Examples-of-LPC1114/m-p/576356#M22709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by furkan.yuksel on Tue May 31 23:38:59 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm imported blinky example (with CMSIS) but when I build it I get this error message;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/blinky.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Documents and Settings\xp\My Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/blinky.d" -MT"src/blinky.d" -o"src/blinky.o" "../src/blinky.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:31:21: error: timer16.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:32:23: error: clkconfig.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:33:18: error: gpio.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c: In function 'main':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:53: warning: implicit declaration of function 'GPIOInit'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:63: warning: implicit declaration of function 'init_timer16'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:69: warning: implicit declaration of function 'enable_timer16'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:72: warning: implicit declaration of function 'GPIOSetDir'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/blinky.c:80: warning: implicit declaration of function 'GPIOSetValue'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [src/blinky.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thing this problem is about GCC. How can I get rid of it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Building-Examples-of-LPC1114/m-p/576356#M22709</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Building Examples of LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Building-Examples-of-LPC1114/m-p/576357#M22710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Wed Jun 01 00:26:42 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is not a GCC problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that GCC cannot find the include files containing the functions that are called by your blinky.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately NXP decided to rearrange the whole structure of the example projects. My version of blinky has a blinky_main.c and clkconfig, timer and gpio .c and .h files in the same src/ directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should either place those in the same directory or point GCC to the proper place where those can be found (in the project properties C/C++ Builder -&amp;gt; Settings -&amp;gt; tab 'Tool Settings' -&amp;gt; MCU C Compiler -&amp;gt; Directories).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case you should also add the libraries to the MCU Linker -&amp;gt; Libraries section of that same tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you just download the 'LPCXpresso example projects for the lpc1114' (version V2.0) from &lt;/SPAN&gt;&lt;A href="http://http://ics.nxp.com/support/lpcxpresso/"&gt;this page&lt;/A&gt;&lt;SPAN&gt; and import [I]all[/I] project in the .zip files using "Start Here - Import Example project(s)" from the Quickstart you should be OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:59:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Building-Examples-of-LPC1114/m-p/576357#M22710</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Building Examples of LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Building-Examples-of-LPC1114/m-p/576358#M22711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by furkan.yuksel on Wed Jun 01 03:49:43 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thans for your help Rob65 , your advise solved my problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:59:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Building-Examples-of-LPC1114/m-p/576358#M22711</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:59:09Z</dc:date>
    </item>
  </channel>
</rss>

