Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-09 Thread Ian Lance Taylor
"David Du" <[EMAIL PROTECTED]> writes: > Hi, anybody can answer this question: objdump not working for IBM AIX xcoff > object file? Why don't you open a PR at http://sourceware.org/bugzilla/ so that we don't lose track of this? Thanks. Ian ___ bug-b

RE: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-09 Thread David Du
XCOFF object file created from IBM AIX system HI, Ben, thanks for your response, I checked and redid my testing, I used the right objdump.exe file, after I did make all and built the binutil, all the exe files are under the binutils directory, so I just ran the objdump.exe file under that

RE: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-09 Thread David Du
to `rs6000-ibm-aix': Invalid bfd target -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben Elliston Sent: Tuesday, March 08, 2005 10:08 PM To: bug-binutils@gnu.org Subject: Re: Run objdump under windows XP for XCOFF object file created from IBM AIX syst

Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread Ben Elliston
David Du wrote: Hi, Ian, I tried both powerpc-aix and powerpc-elf, when I tested objdump -i, they gave me error saying "objdump: can't set BFD default target to powerpc-aix: Invalid bfd target" and "objdump: can't set BFD default target to powerpc-unknown-elf: Invalid bfd target"; any other idea? A

RE: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread David Du
Ok Ian, thank you anyway. David -Original Message- From: Ian Lance Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 3:02 PM 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&quo

Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread Ian Lance Taylor
"David Du" <[EMAIL PROTECTED]> writes: > Hi, Ian, I tried both powerpc-aix and powerpc-elf, when I tested objdump -i, > they gave me error saying "objdump: can't set BFD default target to > powerpc-aix: Invalid bfd target" and "objdump: can't set BFD default target > to powerpc-unknown-elf: Invali

RE: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread David Du
any other idea? Thanks David -Original Message- From: Ian Lance Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 1:38 PM 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"

Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread Ian Lance Taylor
"David Du" <[EMAIL PROTECTED]> writes: > Hi, Ian, thanks again for your help, I tried to configure > with --target=rs6000-ibm-aix, and built the binutils, when I tested the > objdump.exe file with objdump -i, it gave me error: "objdump: can't set BFD > default target to 'rs6000-ibm-aix': Invalid b

RE: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread David Du
ng? Thanks for your kind help! David -Original Message- From: Ian Lance Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 12:20 PM 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

Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread Ian Lance Taylor
"David Du" <[EMAIL PROTECTED]> writes: > 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 sou

RE: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread David Du
-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 syst

Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread Ian Lance Taylor
"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 w

RE: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-08 Thread David Du
: 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, I already downloaded both cygwin and > binutils, I used objdump of cygwin to dump

Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-07 Thread Ian Lance Taylor
"David Du" <[EMAIL PROTECTED]> writes: > Hi, Ian, thanks for your response, I already downloaded both cygwin and > binutils, I used objdump of cygwin to dump out ELF format object files for > my current project under windows XP, now my project needs to support XCOFF > object file dumping in XP env

Re: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-07 Thread Ian Lance Taylor
"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

Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-07 Thread David Du
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? Thanks David _

RE: Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-07 Thread David Du
direction for me David -Original Message- From: Ian Lance Taylor [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 9:48 PM 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 PROTE

Run objdump under windows XP for XCOFF object file created from IBM AIX system

2005-03-07 Thread David Du
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? Thanks David _