Hi, Ian, I got what you mean with cygwin, I just built the binutils with the help of cygwin, but unfortunately the objdump.exe command donot support xcoff format when I run objdump -i, it will list all the supported format, I checked the objdump.c source code, it never has any information about xcoff, but in other source code like xcoff.h, it has some xcoff information, I donot know what I need to configure to support xcoff format. any idea?
Thanks David -----Original Message----- From: Ian Lance Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 10:32 AM To: David Du Cc: bug-binutils@gnu.org Subject: Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system "David Du" <[EMAIL PROTECTED]> writes: > Hi, Ian, thanks for your response again, I checked the binutils/README, it > talks about how to build for unix-like system, not for windows XP > environment, for example, it asks to do ./configure command, which in the > binutils directory is not a DOS or windows command, when I run the commands, > they just did not work, the version of binutils I downloaded is > binutils-2.15, I am not sure what I should do. Would you please help me with > this issue again? Downloading cygwin from http://cygwin.com/ will give you a Unix-like environment on Windows. It is sufficient to build the binutils. You should run configure from the cygwin shell. Ian _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils