<?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中的主题 Re: .axf disappearance</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589498#M28652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gusika on Wed Nov 02 03:18:18 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;From a serious error. There are two operating systems I tried, one worse than the other. From one moment to another, resulting in failure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;w7/x64-re fresh installation: create new workspaces, create new project, LPCXpressoC, select processor, etc. Open main.c file, click Build command is the first error is: "Building file: .. / src / aeabi_romdiv_patch.s" file not found error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VBox/XP/32-re fresh installation: create new workspaces, create new project, LPCXpressoC, select processor, etc. Open main.c file, click on build: the last command is an error: "Performing post-build steps," file not found error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But before it was set up. AXF file!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simply doing what is impossible in this program.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:48:56 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:48:56Z</dc:date>
    <item>
      <title>.axf disappearance</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589496#M28650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gusika on Tue Nov 01 12:30:44 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I received the following message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-----------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building target: hihi.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 -Xlinker -Map="hihi.map" -Xlinker --gc-sections -Xlinker --allow-multiple-definition -mcpu=cortex-m0 -mthumb -T hihi.ld -L "C:\hihi\src" -o"hihi.axf"&amp;nbsp; ./src/cr_startup_lpc12xx.o ./src/main.o&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building target: hihi.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 "hihi.axf"; # arm-none-eabi-objcopy -O binary "hihi.axf" "hihi.bin" ; checksum -p LPC1225_301 -d "hihi.bin";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:\nxp\LPCXpresso_4.0.6_152\lpcxpresso\tools\bin\arm-none-eabi-size.exe: 'hihi.axf': No such file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make[1]: [post-build] Error 1 (ignored)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-----------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how can ? thx, Bela&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589496#M28650</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: .axf disappearance</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589497#M28651</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 Nov 02 02:48:10 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The first thing to do is check where the .axf file has been created on your hard drive by looking in the project explorer view. Normally this will be inside the Debug or Release subdirectory (depending upon whether you are doing a Debug or Release configuration build).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also suggest importing some of the standard examples for your part, and checking that they build correctly. If they do, then this would suggest that you have managed to do something "strange" with your own project - so do a compare and constrast.&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 22:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589497#M28651</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: .axf disappearance</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589498#M28652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gusika on Wed Nov 02 03:18:18 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;From a serious error. There are two operating systems I tried, one worse than the other. From one moment to another, resulting in failure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;w7/x64-re fresh installation: create new workspaces, create new project, LPCXpressoC, select processor, etc. Open main.c file, click Build command is the first error is: "Building file: .. / src / aeabi_romdiv_patch.s" file not found error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VBox/XP/32-re fresh installation: create new workspaces, create new project, LPCXpressoC, select processor, etc. Open main.c file, click on build: the last command is an error: "Performing post-build steps," file not found error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But before it was set up. AXF file!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simply doing what is impossible in this program.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:48:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589498#M28652</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: .axf disappearance</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589499#M28653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Wed Nov 02 06:31:49 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you should post the projects that are failing. I have never had a problem with the wizards or with the examples. It seems like you are adding some code of your own and probably haven't set the project include paths.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:48:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589499#M28653</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: .axf disappearance</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589500#M28654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kannanataraj on Thu Feb 14 19:17:18 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Right click on project properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;Build configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Set active&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Release&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help u&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:48:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/axf-disappearance/m-p/589500#M28654</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:57Z</dc:date>
    </item>
  </channel>
</rss>

