<?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: File of addresses of all labels in project in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526898#M173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Tue Feb 12 17:30:04 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Zero&lt;/STRONG&gt;&lt;BR /&gt;I don't think so :confused:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/PostProcessApp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[SIZE=4]I've posted a working command above, which can be copied in [B][COLOR=Red]every new project without changing names[/COLOR][/B]. Is that too difficult [/SIZE]:confused:&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-size "${BuildArtifactFileName}"; # arm-none-eabi-objcopy -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" ; checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"; nm&amp;nbsp; lpcm0asm.axf &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tell me where in this line I have # commenting out my appended command.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:39:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:39:28Z</dc:date>
    <item>
      <title>File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526881#M156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Mon Feb 04 19:05:53 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;After a forum search for "link map" I didn't get what I was looking for. The .map file created normally is a good outline of sections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know the term for an output that gives addresses of all the labels in the various section....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need a file that shows me the addresses of all the labels in my downloaded code to aid in debugging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ask for this because in the debugger I see no info on the addresses, which would be a 'dynamic' version of what I am requesting. Either an output file or better the dynamic info in the debug session I really need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am making progress in assembly but am hindered by no visibility of this info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clyde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526881#M156</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526882#M157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Mon Feb 04 23:13:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Trebuchet MS][SIZE=1]Try the readelf command line utility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Redirect the output to a file as there is usually a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. readelf -s MyProg.elf &amp;gt; symlist.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may want to add -wp for 'public' names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;readelf -s -wp MyProg.elf &amp;gt; myList.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are into scripting languages (I am not) then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sure you can sort, filter, reformat etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;readelf with no args prints a usage and is documented&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I think) with binutils. It is definitely a GNU utility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This may not be absolutely all labels, but it is certainly of interrest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526882#M157</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526883#M158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Mon Feb 04 23:16:05 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=1]&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;I ask for this because in the debugger I see no info on the addresses,&amp;nbsp; which would be a 'dynamic' version of what I am requesting. Either an&amp;nbsp; output file or better the dynamic info in the debug session I really&amp;nbsp; need.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Shocking omission, most other debuggers I have used have a symbol table command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526883#M158</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526884#M159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wrighflyer on Tue Feb 05 06:04:49 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;readelf is a pretty "raw" way to do this. The GNU binutils tool for examining symbolic information is nm:&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;C:\Documents and Settings\asl\My Documents\LPCXpresso\workspace\lpc8test1\Debug&amp;gt;\nxp\LPCXpresso_5.0.14_1109\lpcxpresso\t
ools\bin\arm-none-eabi-nm.exe lpc8test1.axf
00000150 W BOD_IRQHandler
00000150 W CMP_IRQHandler
000002fc T CRP_WORD
0000058c T GPIOInit
000005c8 T GPIOSetBitValue
00000610 T GPIOSetDir
000000d8 W HardFault_Handler
00000150 W I2C_IRQHandler
00000150 W IntDefaultHandler
00000150 W MRT_IRQHandler
000000d4 W NMI_Handler
000000dc W PendSV_Handler
00000108 T ResetISR
00000150 W SCT_IRQHandler
00000150 W SPI0_IRQHandler
00000150 W SPI1_IRQHandler
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w SVC_Handler
0000014c T SVCall_Handler
00000300 T SwitchMatrix_Init
000000e0 W SysTick_Handler
000004ec T SystemInit
00000150 W UART0_IRQHandler
00000150 W UART1_IRQHandler
00000150 W UART2_IRQHandler
00000150 W WDT_IRQHandler
00000150 W WKT_IRQHandler
00000300 T __CRP_WORD_END__
000002fc T __CRP_WORD_START__
000000cc T __bss_section_table
000000d4 T __bss_section_table_end
000000c0 T __data_section_table
000000cc T __data_section_table_end
000006e0 A __exidx_end
000006e0 A __exidx_start
00000670 W __main
000000d4 T __section_table_end
000000c0 T __section_table_start
00004000 A __top_MFlash16
10001000 A __top_RamLoc4
00000670 T __weak_main
10000000 B _bss
10000000 T _data
1000000c B _ebss
10000000 T _edata
1000000c N _end_noinit
10000000 N _end_uninit_RESERVED
000006e0 A _etext
1000000c N _noinit
10001000 A _vStackTop
000000f6 T bss_init
000000e4 T data_init
00000000 T g_pfnVectors
10000000 b i.4421
10000008 b j.4422
10000004 b k.4423
00000378 T main
00000344 T readComparator
00000678 T strncpy&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;the --size-sort option is particularly useful when you are trying to find all the "bloat" &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526884#M159</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526885#M160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Thu Feb 07 17:03:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the 2 binutil suggestions. I also thought there might be option flags for the linker. I can research these items.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So now what searches or docs would get me info on adding say the 2 binutils commands to the build, and how to change the linker flags in the build?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Clyde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526885#M160</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526886#M161</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 Fri Feb 08 00:49:53 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the help shipped with the product. All compiler and binutils docs are provided.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526886#M161</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526887#M162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Fri Feb 08 17:14:04 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: TheFallGuy&lt;/STRONG&gt;&lt;BR /&gt;Try the help shipped with the product. All compiler and binutils docs are provided.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping for some relevant search terms. I mean that I can search and find the compiler and binutils docs with their command line arguments, but my searches for how to change the IDE settings that issue the command line(s) invoking the build have not told me about the eclipse side where the command line invocations are encapsulated in LPCXepresso IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this is not an "Eclipse" conceptualization domain error on my part but if it's so just let me know, k? :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clyde&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. RE the underlying makefiles which are visible in the Dev Env Filesystem, would the IDE barf if I modify any of these files it runs against? How does LPCx run against the files? Are these supported question? vs Eclipse stuff? I suspect the suspenders are scripts that act like a *nix guy and invoke whats needed to complete a task. Like the task we all click as a button "Build Projectx".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I'd think an IDE would have menu items like&amp;nbsp; "construct command line to add to the build" / "Modify command lines in the (xcurrent) build"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526887#M162</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526888#M163</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 Feb 08 18:22:11 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just add nm command to your Post-Processing :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/PostProcessApp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like:&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;&lt;BR /&gt;arm-none-eabi-size "${BuildArtifactFileName}"; arm-none-eabi-objcopy -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" ; checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin";[COLOR=Red]&amp;nbsp;&amp;nbsp; arm-none-eabi-nm "${BuildArtifactFileBaseName}.axf" &amp;gt;"${BuildArtifactFileBaseName}.sym";&lt;BR /&gt;[/COLOR]&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;[COLOR=Red]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526888#M163</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526889#M164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Fri Feb 08 18:26:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Title is in case it helps others. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Zero, A significant link in my query chain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll see if I can educate myself on how i would search for this page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clyde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526889#M164</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526890#M165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Fri Feb 08 18:34:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't seen this for a bit. I saw this a fair bit after initial installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Boot LPCxpresso IDE. Open help from the menus. Do a search. Next search entered in the help window closes the help window, if not the full LPCxpresso IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had done a first search of BUILD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Action outlined above happened when I appended search line txt box input with POST PRECESSING.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the same in new release as in previous. Both V5, 010 vs 100&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526890#M165</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526891#M166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Fri Feb 08 19:05:50 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed app note on how to add a executable line to BUILD -&amp;gt; Post Processing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I appended my command line after the ; in dialog box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Looked good but did nothing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Line is the readelf one.. The original size, objcopy, checksum all work fine still.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yES I bypassed verification that I could run this command thru my CLI but I expect the IDE to say this particular thing had a problem.&lt;/SPAN&gt;&lt;BR /&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 "lpcm0asm.axf"; # arm-none-eabi-objcopy -O binary "lpcm0asm.axf" "lpcm0asm.bin" ; checksum -p LPC1114_302 -d "lpcm0asm.bin"; readelf -s -wp lpcm0asm.elf &amp;gt; myList.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; 9560&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1920&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11480&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2cd8&amp;nbsp;&amp;nbsp;&amp;nbsp; lpcm0asm.axf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526891#M166</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526892#M167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Fri Feb 08 19:09:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a case where I should say I have no elf output file in my build. I thought I did, or should, and would, but I see I have .axf.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And after further examination of .../bin there is no readelf. only nm.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526892#M167</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526893#M168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Fri Feb 08 21:36:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Palatino Linotype][SIZE=1]readelf is in the same place as all the other gnu tools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;install dir&amp;gt;\lpcxpresso\tools\bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as "arm-none-eabi-readelf.exe"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The post-processing line 'stops' at the hash '#' which&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;comments out anything after it. ';' separates commands.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;axf [I]is[/I] elf just renamed (why, why, why).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this got 'inherited' from ARM (the company) / Keil terminology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I smells a lot like "Not Invented Here" to me; but Hey! what do I know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the build properties, you can tell the IDE that you don't want it to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;generate a makefile and/or linker scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course you have to provide your own (and tell it where to find them).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, the executable extension (and other extensions) stays at what your&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;makefile build line says.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also you can put whatever pre- and post-processing commands you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;want directly into the makefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't do this with IDE managed makefiles because they get regenerated &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at the drop of a rat (I mean [I]hat[/I])&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I [I]always[/I] use this method, partly because I don't like the way the generated&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;makefile and linker scripts are split into multiple files, but mostly so that I&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can guarantee that I can build the [I]same[/I] executable that was installed into&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a customer site (maybe) 10 years earlier no matter how many releases of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDE there may have been since. [I archive the 'tools' directory of course.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I could archive the entire IDE also, but have you seen the size of the Java bloat,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and support for really old versions should not be looked for.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I want a lot more control over the link process than the managed link&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;will provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, here are a few things to think about (and for me to be flamed about&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I expect). As always, read everything, but your own judgement is final.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526893#M168</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526894#M169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Fri Feb 08 21:44:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Tahoma][SIZE=1]&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;I haven't seen this for a bit. I saw this a fair bit after initial installation.&lt;BR /&gt;&lt;BR /&gt;Boot LPCxpresso IDE. Open help from the menus. Do a search. Next search entered in the help window closes the help window, if not the full LPCxpresso IDE.&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt; [FONT=Tahoma][SIZE=1]&lt;BR /&gt;&lt;BR /&gt;I had done a first search of BUILD.[/SIZE][/FONT] [FONT=Tahoma][SIZE=1]&lt;BR /&gt;&lt;BR /&gt;Action outlined above happened when I appended search line txt box input with POST PRECESSING.[/SIZE][/FONT] [FONT=Tahoma][SIZE=1]&lt;BR /&gt;&lt;BR /&gt;This is the same in new release as in previous. Both V5, 010 vs 100[/SIZE][/FONT]&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt; [FONT=Tahoma][SIZE=1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT][FONT=Tahoma][SIZE=1]I suggest you start a new thread&amp;nbsp; about this; the issue is easy to miss on the second page of a thread&amp;nbsp; that started out as something quite different and not IDE related.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT][FONT=Tahoma][SIZE=1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526894#M169</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526895#M170</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 Feb 09 01:55:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;I followed app note on how to add a executable line to BUILD -&amp;gt; Post Processing...&lt;BR /&gt;So I appended my command line after the ; in dialog box.&lt;BR /&gt;Looked good but did nothing...&lt;BR /&gt;Line is the readelf one.. The original size, [COLOR=Red]objcopy, checksum all work fine still.[/COLOR]&lt;BR /&gt;yES I bypassed verification that I could run this command thru my CLI but I expect the IDE to say this particular thing had a problem.&lt;BR /&gt;&lt;BR /&gt;make --no-print-directory post-build&lt;BR /&gt;Performing post-build steps&lt;BR /&gt;arm-none-eabi-size "lpcm0asm.axf"; [COLOR=Red]# arm-none-eabi-objcopy -O binary "lpcm0asm.axf" "lpcm0asm.bin" ; checksum -p L[/COLOR]PC1114_302 -d "lpcm0asm.bin"; readelf -s -wp lpcm0asm.elf &amp;gt; myList.txt&lt;BR /&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 9560&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1920&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11480&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2cd8&amp;nbsp;&amp;nbsp;&amp;nbsp; lpcm0asm.axf&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think so :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/PostProcessApp&lt;/A&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;&lt;BR /&gt;Additional commands may also be listed (for example to create a binary and to run a checksum command), [COLOR=Red]but be commented out (and hence not executed) by use of a # character. [/COLOR]&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;[SIZE=4]I've posted a working command above, which can be copied in [B][COLOR=Red]every new project without changing names[/COLOR][/B]. Is that too difficult [/SIZE]:confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526895#M170</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526896#M171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wrighflyer on Sat Feb 09 11:03:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;also thought there might be option flags for the linker. I can research these items.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well there's already -Wl,-Map=foo.map that is creating a .map file. You may want to add --cref to that or just do it separately as a -Wl,--cref.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know what you mean about Eclipse. Knowing the GNU option is "--cref" you now have a heck of a game trying to find out where in the IDE there is a tick box to say "i'll have one of those please". But like so many IDEs there's usually free entry text boxes called something like "Miscellaneous" that allow you to enter anything the IDE designers forgot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526896#M171</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526897#M172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Tue Feb 12 17:23:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Zero&lt;/STRONG&gt;&lt;BR /&gt;I don't think so :confused:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/PostProcessApp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[SIZE=4]I've posted a working command above, which can be copied in [B][COLOR=Red]every new project without changing names[/COLOR][/B]. Is that too difficult [/SIZE]:confused:&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are saying ; equals # (don't execute) you still are not clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it helps you deal with the frustration of people like me keep posting comments like the above with no explanation or links to what you are &amp;amp;^*&amp;amp;^ about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope after that you will respond to your users/customers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No malice meant. Clyde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526897#M172</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526898#M173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Tue Feb 12 17:30:04 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Zero&lt;/STRONG&gt;&lt;BR /&gt;I don't think so :confused:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/PostProcessApp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[SIZE=4]I've posted a working command above, which can be copied in [B][COLOR=Red]every new project without changing names[/COLOR][/B]. Is that too difficult [/SIZE]:confused:&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-size "${BuildArtifactFileName}"; # arm-none-eabi-objcopy -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" ; checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"; nm&amp;nbsp; lpcm0asm.axf &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tell me where in this line I have # commenting out my appended command.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526898#M173</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526899#M174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Tue Feb 12 17:42:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MikeSimmonds&lt;/STRONG&gt;&lt;BR /&gt;[FONT=Palatino Linotype][SIZE=1]readelf is in the same place as all the other gnu tools:&lt;BR /&gt;&amp;lt;install dir&amp;gt;\lpcxpresso\tools\bin&lt;BR /&gt;as "arm-none-eabi-readelf.exe"&lt;BR /&gt;&lt;BR /&gt;The post-processing line 'stops' at the hash '#' which&lt;BR /&gt;comments out anything after it. ';' separates commands.&lt;BR /&gt;&lt;BR /&gt;axf [I]is[/I] elf just renamed (why, why, why).&lt;BR /&gt;I think this got 'inherited' from ARM (the company) / Keil terminology.&lt;BR /&gt;I smells a lot like "Not Invented Here" to me; but Hey! what do I know.&lt;BR /&gt;&lt;BR /&gt;In the build properties, you can tell the IDE that you don't want it to&lt;BR /&gt;generate a makefile and/or linker scripts.&lt;BR /&gt;Of course you have to provide your own (and tell it where to find them).&lt;BR /&gt;Then, the executable extension (and other extensions) stays at what your&lt;BR /&gt;makefile build line says.&lt;BR /&gt;Also you can put whatever pre- and post-processing commands you&lt;BR /&gt;want directly into the makefile.&lt;BR /&gt;&lt;BR /&gt;You can't do this with IDE managed makefiles because they get regenerated &lt;BR /&gt;at the drop of a rat (I mean [I]hat[/I])&lt;BR /&gt;&lt;BR /&gt;I [I]always[/I] use this method, partly because I don't like the way the generated&lt;BR /&gt;makefile and linker scripts are split into multiple files, but mostly so that I&lt;BR /&gt;can guarantee that I can build the [I]same[/I] executable that was installed into&lt;BR /&gt;a customer site (maybe) 10 years earlier no matter how many releases of the&lt;BR /&gt;IDE there may have been since. [I archive the 'tools' directory of course.]&lt;BR /&gt;(I could archive the entire IDE also, but have you seen the size of the Java bloat,&lt;BR /&gt;and support for really old versions should not be looked for.)&lt;BR /&gt;Also, I want a lot more control over the link process than the managed link&lt;BR /&gt;will provide.&lt;BR /&gt;&lt;BR /&gt;Well, here are a few things to think about (and for me to be flamed about&lt;BR /&gt;I expect). As always, read everything, but your own judgement is final.&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike, Thank you for your kind consideration. The lil flame on me about # by another was as helpful as a test that doesn't tell you the # affected every and anything following it vs just that section, or all sorts of appended stuff. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would have been more universal to say put anything you want executed before&amp;nbsp; any given thing you want to comment out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that so hard. For some mindset's the answer is yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again, Cheers, Clyde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526899#M174</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: File of addresses of all labels in project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526900#M175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Tue Feb 12 17:48:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cwpjr&lt;/STRONG&gt;&lt;BR /&gt;arm-none-eabi-size "${BuildArtifactFileName}";[SIZE=6][COLOR=Red] [B]# [/B][/COLOR][/SIZE]arm-none-eabi-objcopy -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" ; checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"; nm&amp;nbsp; lpcm0asm.axf &lt;BR /&gt;&lt;BR /&gt;Tell me where in this line I have # commenting out my appended command.&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:39:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/File-of-addresses-of-all-labels-in-project/m-p/526900#M175</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:39:29Z</dc:date>
    </item>
  </channel>
</rss>

