Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Adding custom build step after each compilation
Adding custom build step after each compilation [message #1699698] Thu, 25 June 2015 23:41 Go to next message
Paul DeRocco is currently offline Paul DeRoccoFriend
Messages: 22
Registered: April 2012
Junior Member
Using Freescale's Kinetis Design Studio, based on Luna 4.4.2, with CDT 8.6.0.201502131403.

I have GCC configured to spit out an assembly listing, e.g., foo.o.lst, but since it is 99% crud, I wrote a program to clean it up, leaving just the disassembly. Is there a way to get this program executed right after every compile? The project "Build Steps" only seem to apply to the entire build, not the individual compilations.
Re: Adding custom build step after each compilation [message #1699735 is a reply to message #1699698] Fri, 26 June 2015 09:28 Go to previous message
Klaus km is currently offline Klaus kmFriend
Messages: 142
Registered: November 2011
Senior Member
http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_fileprop_steps.htm


RTFM + FAQ:


Previous Topic:Blink LED Code is not working on ARM controller
Next Topic:Remote include paths are not valid
Goto Forum:
  


Current Time: Fri Apr 19 13:29:46 GMT 2024

Powered by FUDForum. Page generated in 0.01336 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top