Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Post-compile script?
Post-compile script? [message #1774466] Sun, 15 October 2017 23:22
Paul DeRocco is currently offline Paul DeRoccoFriend
Messages: 22
Registered: April 2012
Junior Member
Is there any way to specify some command to be run after each compilation, as opposed to after the entire build? I use -Wa,-adlg >$(@:%.o=%.lst) in my miscellaneous options to cause the assembler to spit out a listing, but I'd like to run a script on it to clean out the bazillions of useless labels.

I can't put a pipe or a semicolon followed by another command in the miscellaneous options, because the end of the miscellaneous options isn't the end of the command. I also can't edit subdir.mk to append something to the entire compile command line, because it's an auto-generated file.

Any other ideas?
Previous Topic:Create many terminal & user storage
Next Topic:Trouble building projects the second time
Goto Forum:
  


Current Time: Tue Apr 23 06:47:23 GMT 2024

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

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

Back to the top