bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/16373] new option -o for objdump


From: ilg at livius dot net
Subject: [Bug binutils/16373] new option -o for objdump
Date: Fri, 27 Dec 2013 11:19:48 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=16373

--- Comment #2 from Liviu Ionescu <ilg at livius dot net> ---
come on, using scripts in this case is a kludge, not to mention that invoking
them is not portable between Windows and Unix.

my Eclipse plug-in adds three more steps to the usual build process, after link
I do one step to create the binary hex file (via objcopy), one more step to
create the listing (via objdump), and one final step to report sized (via
size).

all program names and parameters are fully configurable via the Eclipse GUI.

as long as I execute them from a make, everything is ok, make takes care of the
redirection and 'objdump >file' works as expected.

but Eclipse also has an internal builder, that processes the dependencies
internally and issues the commands directly. This one has no redirect
capabilities, since all other GNU tools are able to generate the output into a
file, only objdump is different (in a not so friendly way).

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]