"David Du" <[EMAIL PROTECTED]> writes: > Hi, I need to run objdump under windows XP to dump out XCOFF format object > files > created from IBM AIX environment, is that possible? I went to gnu.org site, > and do not see where I can download the gnu package containing the objdump > command, anybody could help me with this?
Yes, it is possible, but it is not particularly easy if you are not familiar with this kind of thing. If you have not done so already, you will need to download cygwin--see http://cygwin.com/ That will give you an objdump, but one that only supports PE COFF. You will need to build your own version of the binutils for the rs6000-aix target. You can do this using cygwin. Download the binutils sources from, and follow the directions. http://sourceware.org/binutils/ Ian _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils