<?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: Error 126 and Error 1 when building a project in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567206#M18771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 12:14:24 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Oooh.. I dont know what happened but now there are those entries exactly like from your screenshot. But still same errors. I think those entries thing got fixed when I switched the workspace and re-done the whole thing again. Again I am&amp;nbsp; posting a new console response which was generated just now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
**** Build of configuration Debug for project LPCXpresso1114_blinky ****

make all 
Building file: ../src/blinky.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\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"
Finished building: ../src/blinky.c
 
Building file: ../src/cr_startup_lpc11.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\inc" -O0 -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/cr_startup_lpc11.d" -MT"src/cr_startup_lpc11.d" -o"src/cr_startup_lpc11.o" "../src/cr_startup_lpc11.c"
Finished building: ../src/cr_startup_lpc11.c
 
Building file: ../src/timer16_int.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/timer16_int.d" -MT"src/timer16_int.d" -o"src/timer16_int.o" "../src/timer16_int.c"
Finished building: ../src/timer16_int.c
 
Building target: LPCXpresso1114_blinky.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\Debug" -L"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\Debug" -Xlinker -Map=LPCXpresso1114_blinky.map -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "LPCXpresso1114_blinky_Debug.ld" -o"LPCXpresso1114_blinky.axf"&amp;nbsp; ./src/blinky.o ./src/cr_startup_lpc11.o ./src/timer16_int.o&amp;nbsp;&amp;nbsp; -lCMSISv1p30_LPC11xx -lLPC11xx_Lib
arm-none-eabi-gcc.exe: CreateProcess: No such file or directory
make: *** [LPCXpresso1114_blinky.axf] Error 1
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:44:22 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:44:22Z</dc:date>
    <item>
      <title>Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567198#M18763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 06:52:54 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using IDE v3.6.3 on Windows 7. After reinstalling the IDE I imported the blinky example along with CMSIS. When I click 'build all' it gives error126 for CMSIS and error 1 for Blinky. Whats wrong here? I have tried reinstalling and repeating this several times, but no success. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what problems view shows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp; Resource&amp;nbsp;&amp;nbsp;&amp;nbsp; Path&amp;nbsp;&amp;nbsp;&amp;nbsp; Location&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;BR /&gt;make: *** [blinky.axf] Error 1&amp;nbsp;&amp;nbsp;&amp;nbsp; blinky&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 0&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;BR /&gt;make: *** [libCMSISv1p30_LPC11xx.a] Error 126&amp;nbsp;&amp;nbsp;&amp;nbsp; CMSISv1p30_LPC11xx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 0&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the console output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;Building target: blinky.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -Xlinker -Map=blinky.map -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "../linker/lpc1114_flash_crp.ld" -o"blinky.axf"&amp;nbsp; ./startup/cr_startup_lpc11.o&amp;nbsp; ./src/blinky_main.o&amp;nbsp; ./driver/adc.o ./driver/can.o ./driver/clkconfig.o ./driver/crp.o ./driver/debug_printf.o ./driver/gpio.o ./driver/i2c.o ./driver/i2cslave.o ./driver/lpc_swu.o ./driver/rs485.o ./driver/small_gpio.o ./driver/ssp.o ./driver/timer16.o ./driver/timer32.o ./driver/uart.o ./driver/wdt.o&amp;nbsp; ./cmsis/core_cm0.o ./cmsis/system_LPC11xx.o&amp;nbsp;&amp;nbsp; &lt;BR /&gt;arm-none-eabi-gcc.exe: CreateProcess: No such file or directory&lt;BR /&gt;make: *** [blinky.axf] Error 1&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567198#M18763</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567199#M18764</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 Fri May 13 07:35:38 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Your compiler is complaining:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;/core_cm0.o ./cmsis/system_LPC11xx.o&amp;nbsp;&amp;nbsp; &lt;BR /&gt;arm-none-eabi-gcc.exe: CreateProcess: No such file or directory&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Did you import&amp;nbsp; CMSISv1p30_LPC11xx?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please read LPCXpressoGettingStarted.pdf&amp;nbsp; (in your LPCXpresso_3.6 Folder).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There should be explained that you need an open CMSISv1p30_LPC11xx in your workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You also need to build it for your configuration (Debug or Release).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567199#M18764</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567200#M18765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 09:34:44 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I did exactly what is mentioned in that pdf. I reinstalled the IDE, then selected Import Example Project's wizard, chose the 1114 examples zip package, then selected both Blinky and CMSIS. After that I clicked 'Build All'. Is there anything that I missed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check the attached screenshot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567200#M18765</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567201#M18766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri May 13 09:43:36 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The error being reported is that it cannot find the compiler. We have never seen this error reported before, so I am not sure what is going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is possibly something on your computer stopping the&amp;nbsp; compiler from being installed. Can you see if the compiler&amp;nbsp; (arm-none-eabi-gcc.exe) is being installed into&amp;nbsp; &amp;lt;install_directory&amp;gt;/Tools/bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the compiler is there, it may be your firewall/antivirus software preventing the compiler from running. If the compiler is not there, your firewall may have prevented it from being installed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567201#M18766</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567202#M18767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 10:50:39 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Code red support:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I checked the location that you suggested and there is arm-none-eabi-gcc.exe. I have avast antivirus and comodo firewall. I have disabled both and tried again to build. But still gives the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Zero:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have switched to the default workspace like you suggested. It has no spaces in its path. And about the libraries in Project Properties, I dont find any entries in 'Properties(right click on project)-&amp;gt;C/C++ Build-&amp;gt;Settings-&amp;gt;Tool settings-&amp;gt;MCU Linker-&amp;gt;Libraries'. Is that the cause of all the trouble? What should I do now?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567202#M18767</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567203#M18768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri May 13 10:53:18 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Please build and post the entire contents of the build Console, so we can see the whole output from the build process. We do not want a screenshot, we want the text.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567203#M18768</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567204#M18769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 10:56:08 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the latest console o/p after switching to the new workspace. Dont forget that I have two errors: one with Error code 126 for the CMSIS and another for blinky with error code 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
**** Build of configuration Debug for project LPCXpresso1114_blinky ****

make all 
Building file: ../src/blinky.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\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"
Finished building: ../src/blinky.c
 
Building file: ../src/cr_startup_lpc11.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\inc" -O0 -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/cr_startup_lpc11.d" -MT"src/cr_startup_lpc11.d" -o"src/cr_startup_lpc11.o" "../src/cr_startup_lpc11.c"
Finished building: ../src/cr_startup_lpc11.c
 
Building file: ../src/timer16_int.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/timer16_int.d" -MT"src/timer16_int.d" -o"src/timer16_int.o" "../src/timer16_int.c"
Finished building: ../src/timer16_int.c
 
Building target: LPCXpresso1114_blinky.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\Debug" -L"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\Debug" -Xlinker -Map=LPCXpresso1114_blinky.map -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "LPCXpresso1114_blinky_Debug.ld" -o"LPCXpresso1114_blinky.axf"&amp;nbsp; ./src/blinky.o ./src/cr_startup_lpc11.o ./src/timer16_int.o&amp;nbsp;&amp;nbsp; -lCMSISv1p30_LPC11xx -lLPC11xx_Lib
arm-none-eabi-gcc.exe: CreateProcess: No such file or directory
make: *** [LPCXpresso1114_blinky.axf] Error 1
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what problem view shows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp; Resource&amp;nbsp;&amp;nbsp;&amp;nbsp; Path&amp;nbsp;&amp;nbsp;&amp;nbsp; Location&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;BR /&gt;make: *** [libCMSISv1p30_LPC11xx.a] Error 126&amp;nbsp;&amp;nbsp;&amp;nbsp; CMSISv1p30_LPC11xx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 0&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;BR /&gt;make: *** [libLPC11xx_Lib.a] Error 126&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC11xx_Lib&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 0&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;BR /&gt;make: *** [LPCXpresso1114_blinky.axf] Error 1&amp;nbsp;&amp;nbsp;&amp;nbsp; LPCXpresso1114_blinky&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 0&amp;nbsp;&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567204#M18769</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567205#M18770</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 Fri May 13 11:08:31 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You should see your included Libs like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]431[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567205#M18770</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567206#M18771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 12:14:24 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Oooh.. I dont know what happened but now there are those entries exactly like from your screenshot. But still same errors. I think those entries thing got fixed when I switched the workspace and re-done the whole thing again. Again I am&amp;nbsp; posting a new console response which was generated just now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
**** Build of configuration Debug for project LPCXpresso1114_blinky ****

make all 
Building file: ../src/blinky.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\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"
Finished building: ../src/blinky.c
 
Building file: ../src/cr_startup_lpc11.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\inc" -O0 -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/cr_startup_lpc11.d" -MT"src/cr_startup_lpc11.d" -o"src/cr_startup_lpc11.o" "../src/cr_startup_lpc11.c"
Finished building: ../src/cr_startup_lpc11.c
 
Building file: ../src/timer16_int.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC11xx -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\inc" -I"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/timer16_int.d" -MT"src/timer16_int.d" -o"src/timer16_int.o" "../src/timer16_int.c"
Finished building: ../src/timer16_int.c
 
Building target: LPCXpresso1114_blinky.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\CMSISv1p30_LPC11xx\Debug" -L"C:\Users\Akhil\Documents\lpcxpresso_3.6.3_317\workspace\LPC11xx_Lib\Debug" -Xlinker -Map=LPCXpresso1114_blinky.map -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "LPCXpresso1114_blinky_Debug.ld" -o"LPCXpresso1114_blinky.axf"&amp;nbsp; ./src/blinky.o ./src/cr_startup_lpc11.o ./src/timer16_int.o&amp;nbsp;&amp;nbsp; -lCMSISv1p30_LPC11xx -lLPC11xx_Lib
arm-none-eabi-gcc.exe: CreateProcess: No such file or directory
make: *** [LPCXpresso1114_blinky.axf] Error 1
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567206#M18771</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567207#M18772</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 Fri May 13 13:12:26 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using or did you use another GCC version for something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567207#M18772</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567208#M18773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 13:31:01 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Visual Studio, AVR Studio, WinAVR etc installed on my PC. I think those AVR Dev tools have installed GCC before.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567208#M18773</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567209#M18774</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 Fri May 13 13:51:49 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;After installing LPCXpresso a couple of dozen times without problems I've never seen an error like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I think 2 problems could cause this behaviour:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Firewall/Antivirus Software &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Older/other GCC installations are interfering compiler calls with 'wrong' path or environment settings. Please check them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567209#M18774</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567210#M18775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 21:58:43 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It has worked correctly first time I installed, that was day before yesterday. But I could not create a new project. I adjusted by editing an example and compiling. Whenever I try to create a new project, It would show an error saying it cant find file from ~nxp\lpcxpresso_3.6.3_317\Wizards\System\NXP\lpc11\Common exception. So I then reinstalled, but this time to the default C:/ location. Then I followed every step in the Getting Started pdf and I imported CMSIS and blinky and successfully compiled both a couple of times. After that it started showing me this error(216 and 1). I have atleast reinstalled the IDE around 5 times, but no success yet. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have disabled the antivirus and the firewall. How can I do the complete removal of the IDE including the registry keys?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567210#M18775</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567211#M18776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by akhilpo on Fri May 13 22:33:56 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey good news.. I got it working perfectly now. I uninstalled my firewall and disabled the antivirus. And removed the whole thing including the previous workspaces. Then I reinstalled and it is working perfectly now. Thanks to all especially Zero for helping me out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567211#M18776</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567212#M18777</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 Sat May 14 01:20:36 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;High time, I'm running out of ideas...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567212#M18777</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error 126 and Error 1 when building a project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567213#M18778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by igorsk on Mon May 16 06:28:30 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Add -v to the GCC command line options, this will show exactly which programs it's trying to run.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-126-and-Error-1-when-building-a-project/m-p/567213#M18778</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:44:26Z</dc:date>
    </item>
  </channel>
</rss>

