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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils