<?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のトピックTrying to build LPC4370_LEDblinky with MCUXpresso</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Trying-to-build-LPC4370-LEDblinky-with-MCUXpresso/m-p/795611#M31986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my first LPC4370 project.&lt;/P&gt;&lt;P&gt;Imported the project&amp;nbsp;LPC4370_LEDblinky into MCUXpresso (IDE v10.2.0 [Build 759] [2018-05-15] ) and get "&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 25.95px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;LPC43xx.h: No such file or directory&lt;/SPAN&gt;" errors when building.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the "Using an LPC-Link2 as an LPC4370 evaluation board" instructions I am following I need&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 25.95px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; CMSIS_LPC43xx_DriverLib&lt;/SPAN&gt; but I can't find it and suspect it may not be relevant to MCUXpresso.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------&lt;/P&gt;&lt;P&gt;Instructions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;Simple example application&lt;/DIV&gt;&lt;DIV&gt;A simple blinky application for the LPC4370/LPC-Link2 can be found in the attached LPC4370_LPCLink2_LEDblinky.zip. Download and save the zipfile to your local disk, then use the LPCXpresso "Quickstart Panel -&amp;gt; Import project(s)" option to import it into your workspace. In order to build this, you will also need to import the CMSIS_LPC43xx_DriverLib library project from the LPCXpresso examples into your workspace. For details of importing, building and debugging projects - please see the LPCXpresso User Guide, provided within the product itself.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;--------------&lt;/DIV&gt;&lt;DIV&gt;Errors&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;14:03:04 **** Incremental Build of configuration Debug for project LPC4370_LEDblinky ****&lt;BR /&gt;make -r -j4 all &lt;BR /&gt;Building file: ../src/cr_startup_lpc43xx.c&lt;BR /&gt;Building file: ../src/ledblinky4370.c&lt;BR /&gt;Invoking: MCU C Compiler&lt;BR /&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -DCORE_M4 -D__USE_CMSIS=CMSIS_LPC43xx_DriverLib -D__LPC43XX__ -D__MULTICORE_NONE -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"src/cr_startup_lpc43xx.d" -MT"src/cr_startup_lpc43xx.d" -o "src/cr_startup_lpc43xx.o" "../src/cr_startup_lpc43xx.c"&lt;BR /&gt;Invoking: MCU C Compiler&lt;BR /&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -DCORE_M4 -D__USE_CMSIS=CMSIS_LPC43xx_DriverLib -D__LPC43XX__ -D__MULTICORE_NONE -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"src/ledblinky4370.d" -MT"src/ledblinky4370.o" -MT"src/ledblinky4370.d" -o "src/ledblinky4370.o" "../src/ledblinky4370.c"&lt;BR /&gt;../src/cr_startup_lpc43xx.c:51:10: fatal error: LPC43xx.h: No such file or directory&lt;BR /&gt;&amp;nbsp;#include "LPC43xx.h"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [src/cr_startup_lpc43xx.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;../src/ledblinky4370.c:12:10: fatal error: LPC43xx.h: No such file or directory&lt;BR /&gt;&amp;nbsp;#include "LPC43xx.h"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [src/ledblinky4370.o] Error 1&lt;/DIV&gt;&lt;DIV&gt;14:03:05 Build Finished (took 1s.464ms)&lt;BR /&gt;--------------&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2018 13:38:44 GMT</pubDate>
    <dc:creator>simon_prentice</dc:creator>
    <dc:date>2018-07-09T13:38:44Z</dc:date>
    <item>
      <title>Trying to build LPC4370_LEDblinky with MCUXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Trying-to-build-LPC4370-LEDblinky-with-MCUXpresso/m-p/795611#M31986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my first LPC4370 project.&lt;/P&gt;&lt;P&gt;Imported the project&amp;nbsp;LPC4370_LEDblinky into MCUXpresso (IDE v10.2.0 [Build 759] [2018-05-15] ) and get "&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 25.95px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;LPC43xx.h: No such file or directory&lt;/SPAN&gt;" errors when building.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the "Using an LPC-Link2 as an LPC4370 evaluation board" instructions I am following I need&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 25.95px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; CMSIS_LPC43xx_DriverLib&lt;/SPAN&gt; but I can't find it and suspect it may not be relevant to MCUXpresso.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------&lt;/P&gt;&lt;P&gt;Instructions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;Simple example application&lt;/DIV&gt;&lt;DIV&gt;A simple blinky application for the LPC4370/LPC-Link2 can be found in the attached LPC4370_LPCLink2_LEDblinky.zip. Download and save the zipfile to your local disk, then use the LPCXpresso "Quickstart Panel -&amp;gt; Import project(s)" option to import it into your workspace. In order to build this, you will also need to import the CMSIS_LPC43xx_DriverLib library project from the LPCXpresso examples into your workspace. For details of importing, building and debugging projects - please see the LPCXpresso User Guide, provided within the product itself.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;--------------&lt;/DIV&gt;&lt;DIV&gt;Errors&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;14:03:04 **** Incremental Build of configuration Debug for project LPC4370_LEDblinky ****&lt;BR /&gt;make -r -j4 all &lt;BR /&gt;Building file: ../src/cr_startup_lpc43xx.c&lt;BR /&gt;Building file: ../src/ledblinky4370.c&lt;BR /&gt;Invoking: MCU C Compiler&lt;BR /&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -DCORE_M4 -D__USE_CMSIS=CMSIS_LPC43xx_DriverLib -D__LPC43XX__ -D__MULTICORE_NONE -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"src/cr_startup_lpc43xx.d" -MT"src/cr_startup_lpc43xx.d" -o "src/cr_startup_lpc43xx.o" "../src/cr_startup_lpc43xx.c"&lt;BR /&gt;Invoking: MCU C Compiler&lt;BR /&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -DCORE_M4 -D__USE_CMSIS=CMSIS_LPC43xx_DriverLib -D__LPC43XX__ -D__MULTICORE_NONE -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"src/ledblinky4370.d" -MT"src/ledblinky4370.o" -MT"src/ledblinky4370.d" -o "src/ledblinky4370.o" "../src/ledblinky4370.c"&lt;BR /&gt;../src/cr_startup_lpc43xx.c:51:10: fatal error: LPC43xx.h: No such file or directory&lt;BR /&gt;&amp;nbsp;#include "LPC43xx.h"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [src/cr_startup_lpc43xx.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;../src/ledblinky4370.c:12:10: fatal error: LPC43xx.h: No such file or directory&lt;BR /&gt;&amp;nbsp;#include "LPC43xx.h"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [src/ledblinky4370.o] Error 1&lt;/DIV&gt;&lt;DIV&gt;14:03:05 Build Finished (took 1s.464ms)&lt;BR /&gt;--------------&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 13:38:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Trying-to-build-LPC4370-LEDblinky-with-MCUXpresso/m-p/795611#M31986</guid>
      <dc:creator>simon_prentice</dc:creator>
      <dc:date>2018-07-09T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to build LPC4370_LEDblinky with MCUXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Trying-to-build-LPC4370-LEDblinky-with-MCUXpresso/m-p/795612#M31987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon Prentice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For run the example, you have to import the CMSIS_LPC43xx_DriverLib, because including some header files that the example use, to find it go to C:\MCUXpressoIDE_10.2.0_759\ide\Examples\Legacy\CMSIS_CORE\CMSIS_CORE_Latest.zip, and only you have to import as the same way as the example, in the "Quickstart Panel -&amp;gt; Import project(s)" option, and with that you are able to run it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;BR /&gt;If you still have problems, please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;BR /&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 17:05:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Trying-to-build-LPC4370-LEDblinky-with-MCUXpresso/m-p/795612#M31987</guid>
      <dc:creator>miguel_mendoza</dc:creator>
      <dc:date>2018-07-09T17:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to build LPC4370_LEDblinky with MCUXpresso</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Trying-to-build-LPC4370-LEDblinky-with-MCUXpresso/m-p/795613#M31988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dude!&amp;nbsp; Thank you.&amp;nbsp; Perfect, clear instructions.&amp;nbsp; Worked like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;09:56:23 **** Incremental Build of configuration Debug for project LPC4370_LEDblinky ****&lt;BR /&gt;make -r -j4 all &lt;BR /&gt;Building target: LPC4370_LEDblinky.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -L"C:\nxp\workspace\CMSIS_LPC43xx_DriverLib\Debug" -Xlinker -Map="LPC4370_LEDblinky.map" -Xlinker --gc-sections -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -T "LPC4370_Hello_LED_Debug.ld" -o "LPC4370_LEDblinky.axf"&amp;nbsp; ./src/cr_startup_lpc43xx.o ./src/crp.o ./src/ledblinky4370.o&amp;nbsp;&amp;nbsp; -lCMSIS_LPC43xx_DriverLib&lt;BR /&gt;Finished building target: LPC4370_LEDblinky.axf&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;make --no-print-directory post-build&lt;BR /&gt;Performing post-build steps&lt;BR /&gt;arm-none-eabi-size "LPC4370_LEDblinky.axf"; # arm-none-eabi-objcopy -O binary "LPC4370_LEDblinky.axf" "LPC4370_LEDblinky.bin" ; checksum -p LPC4370 -d "LPC4370_LEDblinky.bin";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&amp;nbsp;filename&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 4644&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 72&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&amp;nbsp;&amp;nbsp;&amp;nbsp; 4732&amp;nbsp;&amp;nbsp;&amp;nbsp; 127c&amp;nbsp;LPC4370_LEDblinky.axf&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;09:56:24 Build Finished (took 1s.627ms)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 08:57:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Trying-to-build-LPC4370-LEDblinky-with-MCUXpresso/m-p/795613#M31988</guid>
      <dc:creator>simon_prentice</dc:creator>
      <dc:date>2018-07-10T08:57:37Z</dc:date>
    </item>
  </channel>
</rss>

