<?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: Error configuring LPCXpresso v8.2.2</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644486#M25488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You obviously have done something wrong, but I can't tell without seeing your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried using the lpcopen examples, as is, and comparing the working projects with yours?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 09:58:41 GMT</pubDate>
    <dc:creator>converse</dc:creator>
    <dc:date>2017-02-17T09:58:41Z</dc:date>
    <item>
      <title>Error configuring LPCXpresso v8.2.2</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644483#M25485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to configure&amp;nbsp;&lt;STRONG&gt;LPCXpresso v8.2.2&lt;/STRONG&gt;, I tried in both Ubuntu and Windows. I am getting the same set of errors.&lt;/P&gt;&lt;P&gt;I am trying to build a project for &lt;STRONG&gt;LPC&amp;nbsp;Chip 824&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I am getting this set of errors, from the &lt;STRONG&gt;LPC&amp;nbsp;824 Board Library.&lt;/STRONG&gt; How can I fix it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Description Resource Path Location Type&lt;BR /&gt;undefined reference to `Chip_GPIO_Init' board.c /lpc_board_nxp_lpcxpresso_824/src line 204 C/C++ Problem&lt;BR /&gt;undefined reference to `Chip_SetupIrcClocking' board_sysinit.c /lpc_board_nxp_lpcxpresso_824/src line 68 C/C++ Problem&lt;BR /&gt;undefined reference to `Chip_UART_Init' board.c /lpc_board_nxp_lpcxpresso_824/src line 187 C/C++ Problem&lt;BR /&gt;undefined reference to `Chip_UART_SendBlocking' board.c /lpc_board_nxp_lpcxpresso_824/src line 155 C/C++ Problem&lt;BR /&gt;undefined reference to `Chip_UART_SetBaud' board.c /lpc_board_nxp_lpcxpresso_824/src line 190 C/C++ Problem&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How can I fix it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 00:09:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644483#M25485</guid>
      <dc:creator>johnygeorgemala</dc:creator>
      <dc:date>2017-02-17T00:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring LPCXpresso v8.2.2</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644484#M25486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'undefined reference' is a linker error. You need to make sure you link with the appropriate library.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although you are not linking with a 3rd party library, this FAQ explains how libraries work.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/630664"&gt;https://community.nxp.com/message/630664&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 08:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644484#M25486</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-02-17T08:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring LPCXpresso v8.2.2</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644485#M25487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which other library should I include ? I have already included both board and chip libraries for Lpc 824. Moreover this error is coming from the lpv 824 board library.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 09:25:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644485#M25487</guid>
      <dc:creator>johnygeorgemala</dc:creator>
      <dc:date>2017-02-17T09:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring LPCXpresso v8.2.2</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644486#M25488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You obviously have done something wrong, but I can't tell without seeing your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried using the lpcopen examples, as is, and comparing the working projects with yours?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 09:58:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644486#M25488</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-02-17T09:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring LPCXpresso v8.2.2</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644487#M25489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure you have imported the lpc_board and lpc_chip libraries to your workspace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13655iB04D1018F26B0E31/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are already imported then delete them and import them again using the "Import projects" option from the Quick start panel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13707i60A895034CE852D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try using the LPC82x code bundle from the below page, you will need to import the common, peripherals and utilities projects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13656iBF62452909F429EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/community/lpc/blog/2016/09/02/lpc8xx-family-code-example-bundles"&gt;https://community.nxp.com/community/lpc/blog/2016/09/02/lpc8xx-family-code-example-bundles&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 17:17:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Error-configuring-LPCXpresso-v8-2-2/m-p/644487#M25489</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-02-21T17:17:33Z</dc:date>
    </item>
  </channel>
</rss>

