<?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: post build error in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540625#M7076</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 Mon Oct 25 06:44:57 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: daniele&lt;/STRONG&gt;&lt;BR /&gt;I tried and I attached a file word with the result of command prompt.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you attach your file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:17:15 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:17:15Z</dc:date>
    <item>
      <title>post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540609#M7060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Tue Oct 19 05:44:29 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When I build a project there's this window's error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make[1]: [post-build] Error 1 (ignored) NXP_Oled&amp;nbsp; line 0 C/C++ Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the console's message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][LEFT]**** Build of configuration Debug for project NXP_Oled ****&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Building file: ../src/main.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__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv1p30_LPC11xx -I"C:\Progetti\PROGETTI-C\NXP_CortexM0\NXP_OLED\CMSISv1p30_LPC11xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/main.d" -MT"src/main.d" -o"src/main.o" "../src/main.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Finished building: ../src/main.c'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;' '&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Building target: NXP_Oled.axf'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Invoking: MCU Linker'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -nostdlib -L"C:\Progetti\PROGETTI-C\NXP_CortexM0\NXP_OLED\CMSISv1p30_LPC11xx\Debug" -Xlinker -Map=NXP_Oled.map -Xlinker --cref -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "NXP_Oled_Debug.ld" -o"NXP_Oled.axf" ./src/IOports.o ./src/cr_startup_lpc11.o ./src/main.o -lCMSISv1p30_LPC11xx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Finished building target: NXP_Oled.axf'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;' '&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make --no-print-directory post-build&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Performing post-build steps'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-size NXP_Oled.axf; # arm-none-eabi-objcopy -O binary NXP_Oled.axf NXP_Oled.bin ; checksum -p LPC1114/301 -d NXP_Oled.bin;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:\nxp\lpcxpresso_3.5\tools\bin\arm-none-eabi-size.exe: invalid option -- O&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Usage: c:\nxp\lpcxpresso_3.5\tools\bin\arm-none-eabi-size.exe [option(s)] [file(s)]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Displays the sizes of sections inside binary files&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If no input file(s) are specified, a.out is assumed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The options are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-A|-B --format={sysv|berkeley} Select output style (default is berkeley)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-t --totals Display the total sizes (Berkeley only)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--common Display total size for *COM* syms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--target=&amp;lt;bfdname&amp;gt; Set the binary file format&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@&amp;lt;file&amp;gt; Read options from &amp;lt;file&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-h --help Display this information[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-v --version Display the program's version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know this kind of problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540609#M7060</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540610#M7061</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 Tue Oct 19 06:40:49 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like the comment character (#) is being ignored and the rest of the line is being treated as part of the arm-none-eabi-size command for some reason.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please can you carry out the following actions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Select your project in the Project explorer view, then Use the Clean quickstart panel icon&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Open up a command prompt into your project using the status bar shortcut (as per &lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/StatusBar&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]cd into the Debug directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Type "make &amp;gt; output.txt" and, after that completes, "path &amp;gt;&amp;gt; output.txt" and post the output.txt file created&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540610#M7061</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540611#M7062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Tue Oct 19 07:09:24 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Here the output.txt created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PATH=C:\nxp\lpcxpresso_3.5\bin;C:\nxp\lpcxpresso_3.5\msys\bin;C:\nxp\lpcxpresso_3.5\tools\bin;C:/nxp/lpcxpresso_3.5/eclipse/jre/bin/client;C:/nxp/lpcxpresso_3.5/eclipse/jre/bin;C:\Programmi\STMicroelectronics\st_toolset\asm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\OrCAD\OrCAD_16.0\tools\bin;C:\OrCAD\OrCAD_16.0\tools\fet\bin;C:\OrCAD\OrCAD_16.0\tools\Capture;C:\Programmi\COSMIC\CXSTM8_16K;C:\Programmi\COSMIC\CXSTM8_32K;C:\Programmi\File comuni\Nero\Lib\&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;It looks like the comment character (#) is being ignored and the rest of the line is being treated as part of the arm-none-eabi-size command for some reason.&lt;BR /&gt; &lt;BR /&gt;Please can you carry out the following actions:&lt;BR /&gt;&lt;BR /&gt;[LIST]&lt;BR /&gt;[*]Select your project in the Project explorer view, then Use the Clean quickstart panel icon&lt;BR /&gt;[*]Open up a command prompt into your project using the status bar shortcut (as per &lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/StatusBar&lt;/A&gt;)&lt;BR /&gt;[*]cd into the Debug directory.&lt;BR /&gt;[*]Type "make &amp;gt; output.txt" and, after that completes, "path &amp;gt;&amp;gt; output.txt" and post the output.txt file created&lt;BR /&gt;[/LIST]Regards&lt;BR /&gt;CodeRedSupport&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540611#M7062</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540612#M7063</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 Tue Oct 19 07:19:57 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like your invocation of "path" overwrote the output from "make". Please can you try again - noting the use of a single "&amp;gt;" in the first command and a double "&amp;gt;&amp;gt;" in the second command (to append the output rather than create a new file).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540612#M7063</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540613#M7064</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 Tue Oct 19 07:23:28 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I've just noticed in your path information...&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;PATH=C:\nxp\lpcxpresso_3.5\bin;C:\nxp\lpcxpresso_3 .5\msys\bin; .....&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm whether or not there really is a space in the second entry between the "3" and the ".", or whether this is a cut'n'paste issue from posting the text into the forum thread?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540613#M7064</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540614#M7065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Tue Oct 19 08:19:39 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I confirm that there isn't space in the second entry between "3" and "."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and I tried again the command prompt:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:\project path\projectname&amp;gt;cd and then "enter"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:\project path\projectname&amp;gt;make&amp;gt;output.txt and then "enter"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(there is in this line this message make: *** no target specified and no make file found. Stop.) I verified in the project and there's a empty output.txt&amp;nbsp; file created&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:\project path\projectname&amp;gt;path&amp;gt;&amp;gt;output.txt and then "enter"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the path created is the same like before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;Also, I've just noticed in your path information...&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;PATH=C:\nxp\lpcxpresso_3.5\bin;C:\nxp\lpcxpresso_3 .5\msys\bin; .....&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;Can you confirm whether or not there really is a space in the second entry between the "3" and the ".", or whether this is a cut'n'paste issue from posting the text into the forum thread?&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;CodeRedSupport&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540614#M7065</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540615#M7066</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 Tue Oct 19 08:26:37 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: daniele&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;c:\project path\projectname&amp;gt;cd and then "enter"&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This step should be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;cd Debug&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540615#M7066</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540616#M7067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Tue Oct 19 08:52:06 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;attached the file output.txt created &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;This step should be:&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;"&gt; &lt;PRE&gt;cd Debug&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;Regards,&lt;BR /&gt;CodeRedSupport&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540616#M7067</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540617#M7068</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 Tue Oct 19 09:11:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Danielle. Can you try two more commands for me inside the command prompt that you opened from the IDE....&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;make --version&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;sh
help&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;and send the output produced. (Note that [FONT=Courier New][SIZE=1]sh[/SIZE][/FONT] should give you a prompt similar to [FONT=Courier New][SIZE=1]"sh-2.04$"[/SIZE][/FONT], in which case you can quit back to the standard command prompt by entering "[FONT=Courier New][SIZE=1]exit[/SIZE][/FONT]").&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540617#M7068</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540618#M7069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Wed Oct 20 00:20:53 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I attached the output producede from the commands that you suggested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;Thanks Danielle. Can you try two more commands for me inside the command prompt that you opened from the IDE....&lt;BR /&gt; &lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;"&gt; &lt;PRE&gt;make --version&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;and&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;"&gt; &lt;PRE&gt;sh
help&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;and send the output produced. (Note that [FONT=Courier New][SIZE=1]sh[/SIZE][/FONT] should give you a prompt similar to [FONT=Courier New][SIZE=1]"sh-2.04$"[/SIZE][/FONT], in which case you can quit back to the standard command prompt by entering "[FONT=Courier New][SIZE=1]exit[/SIZE][/FONT]").&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;CodeRedSupport&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540618#M7069</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540619#M7070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Wed Oct 20 07:38:31 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear Support: Have you got any news about my problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: daniele&lt;/STRONG&gt;&lt;BR /&gt;Hello,&lt;BR /&gt;I attached the output producede from the commands that you suggested.&lt;BR /&gt;Regards,&lt;BR /&gt;Daniele&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540619#M7070</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540620#M7071</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 Wed Oct 20 08:06:45 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We are still trying to understand your problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, as a workaround, you can edit the Post Build steps and remove the first semi-colon (';') and everything after it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/PostProcessApp&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540620#M7071</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540621#M7072</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 Thu Oct 21 02:59:01 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm if removing all of the text from the post-build step from the first semi-colon onwards allowed the post build step to successfully complete?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, we are assuming that the actual main build of your code was actually completing and creating the .axf file, even though the post build step was then failing (ie you can see the axf file on your hard drive). Can you confirm?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We would also like to understand whether this problem only affects a specific project, or if you see it with any project. To test, can you create a new C project using the Project wizard, and then build it. Do you get the same post-build error? If so, then can you try creating a new workspace, then create a new C project in the new workspace (preferably in the root of your hard drive, say "c:\testworkspace") - do you then still see the error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regards to the tests you have already run for us, these have unfortunately not shown up the cause of the problem you are seeing (which is not one we have seen previously). Certainly the correct version of make and the command shell (sh) used to carry out builds appear to be available, so should be being picked when you do a build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540621#M7072</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540622#M7073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Thu Oct 21 03:52:22 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I confirm:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1- removing all the post-build's line commands the error disappear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2- the .axf&amp;nbsp; is created successfully&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3- this problem is in all the projects who i try to create (included the nxp's project examples)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4- if i create a new project in the same workspace, the build get me the same post-build error (if i remove the line command the error disapper)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5- creating a new workspace under c:\&amp;nbsp;&amp;nbsp; I have the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;Daniele,&lt;BR /&gt; &lt;BR /&gt;Can you confirm if removing all of the text from the post-build step from the first semi-colon onwards allowed the post build step to successfully complete?&lt;BR /&gt; &lt;BR /&gt;Also, we are assuming that the actual main build of your code was actually completing and creating the .axf file, even though the post build step was then failing (ie you can see the axf file on your hard drive). Can you confirm?&lt;BR /&gt; &lt;BR /&gt;We would also like to understand whether this problem only affects a specific project, or if you see it with any project. To test, can you create a new C project using the Project wizard, and then build it. Do you get the same post-build error? If so, then can you try creating a new workspace, then create a new C project in the new workspace (preferably in the root of your hard drive, say "c:\testworkspace") - do you then still see the error?&lt;BR /&gt; &lt;BR /&gt;With regards to the tests you have already run for us, these have unfortunately not shown up the cause of the problem you are seeing (which is not one we have seen previously). Certainly the correct version of make and the command shell (sh) used to carry out builds appear to be available, so should be being picked when you do a build.&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;CodeRedSupport.&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540622#M7073</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540623#M7074</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 Thu Oct 21 08:40:29 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, so it basically always happens when the post-build step gets invoked from the IDE. It would be interesting to know if the same happens when the post-build command is invoked from the command line. Can you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Build a project with a post-build step such that you get the post-build step failure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Open up a command prompt into your project using the status bar shortcut&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Enter "cd Debug".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Enter "sh" to start the msys shell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Now back in the IDE copy to the clipboard the command line that was invoked in post-build step. In your original post this was displayed in the build log as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;arm-none-eabi-size NXP_Oled.axf; # arm-none-eabi-objcopy&amp;nbsp; -O binary NXP_Oled.axf NXP_Oled.bin ; checksum -p LPC1114/301 -d&amp;nbsp; NXP_Oled.bin;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Now paste this into at the "sh-2.04$" command prompt. To do this, right click on the title bar of the command prompt window and select "Edit-&amp;gt;Paste" from the context sensitive window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the command run or do you get the same error as your saw in the IDE??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540623#M7074</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540624#M7075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Mon Oct 25 01:51:24 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried and I attached a file word with the result of command prompt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After this, when I returned back in the IDE and tried again the Build Command,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the error massage disappear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, if a create a error in the main.c, Build the project, remove this error and Build again the "post build error" return, but i think it's norml. Is it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;OK, so it basically always happens when the post-build step gets invoked from the IDE. It would be interesting to know if the same happens when the post-build command is invoked from the command line. Can you:&lt;BR /&gt;&lt;BR /&gt;[LIST]&lt;BR /&gt;[*]Build a project with a post-build step such that you get the post-build step failure.&lt;BR /&gt;[*]Open up a command prompt into your project using the status bar shortcut&lt;BR /&gt;[*]Enter "cd Debug".&lt;BR /&gt;[*]Enter "sh" to start the msys shell.&lt;BR /&gt;[*]Now back in the IDE copy to the clipboard the command line that was invoked in post-build step. In your original post this was displayed in the build log as:&lt;BR /&gt;[/LIST]&lt;BR /&gt;[INDENT]&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;arm-none-eabi-size NXP_Oled.axf; # arm-none-eabi-objcopy&amp;nbsp; -O binary NXP_Oled.axf NXP_Oled.bin ; checksum -p LPC1114/301 -d&amp;nbsp; NXP_Oled.bin;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;[/INDENT]&lt;BR /&gt;[LIST]&lt;BR /&gt;[*]Now paste this into at the "sh-2.04$" command prompt. To do this, right click on the title bar of the command prompt window and select "Edit-&amp;gt;Paste" from the context sensitive window.&lt;BR /&gt;[/LIST]Does the command run or do you get the same error as your saw in the IDE??&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;CodeRedSupport&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540624#M7075</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540625#M7076</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 Mon Oct 25 06:44:57 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: daniele&lt;/STRONG&gt;&lt;BR /&gt;I tried and I attached a file word with the result of command prompt.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you attach your file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540625#M7076</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540626#M7077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Mon Oct 25 07:55:33 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now there's the file attached&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;Can you attach your file?&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540626#M7077</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540627#M7078</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 Mon Oct 25 08:05:11 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When running the command within the shell, you need to run the command using the actual filenames, not the [FONT=Courier New][SIZE=1]$&amp;lt;BuildArtifactFileName&amp;gt;[/SIZE][/FONT] macros (which will get replaced by the IDE before it invokes the command).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the screenshot you attached, it looks like you need:&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;arm-none-eabi-size pippo.axf; # arm-none-eabi-objcopy&amp;nbsp; -O binary pippo.axf pippo.bin ; checksum -p LPC1114/301 -d&amp;nbsp; pippo.bin;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;Note that you can copy'n'paste text out of the command shell - there is no need to take a full screenshot &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt; Just right click on the menu bar of the cmd window, and use the Edit-&amp;gt;Mark and Edit-&amp;gt;Copy options to get the text to the clipboard.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540627#M7078</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: post build error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540628#M7079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniele on Tue Oct 26 00:47:16 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for my mistake.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now in the prompt command there's this text below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft Windows XP [Versione 5.1.2600]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(C) Copyright 1985-2001 Microsoft Corp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Progetti\PROGETTI-C\NXP_CortexM0\nxp_oled\oled_nxp&amp;gt;cd Debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Progetti\PROGETTI-C\NXP_CortexM0\nxp_oled\oled_nxp\Debug&amp;gt;sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sh-2.04$ arm-none-eabi-size oled_nxp.axf; # arm-none-eabi-objcopy -O binary oled_nxp.axf oled_nxp.bin ; checksum -p LPC1114/301 -d oled_nxp.bin;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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 filename&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; 2500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 516&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; 3024&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bd0 oled_nxp.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sh-2.04$&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;When running the command within the shell, you need to run the command using the actual filenames, not the [FONT=Courier New][SIZE=1]$&amp;lt;BuildArtifactFileName&amp;gt;[/SIZE][/FONT] macros (which will get replaced by the IDE before it invokes the command).&lt;BR /&gt; &lt;BR /&gt;In the screenshot you attached, it looks like you need:&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;arm-none-eabi-size pippo.axf; # arm-none-eabi-objcopy&amp;nbsp; -O binary pippo.axf pippo.bin ; checksum -p LPC1114/301 -d&amp;nbsp; pippo.bin;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;Note that you can copy'n'paste text out of the command shell - there is no need to take a full screenshot &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt; Just right click on the menu bar of the cmd window, and use the Edit-&amp;gt;Mark and Edit-&amp;gt;Copy options to get the text to the clipboard.&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:17:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/post-build-error/m-p/540628#M7079</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:17:17Z</dc:date>
    </item>
  </channel>
</rss>

