From: "Matthew Conte" Newsgroups: comp.os.msdos.djgpp References: <966tp1$i25$1 AT nnrp1 DOT deja DOT com> <968k55$plu$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <968vhj$55q$1 AT nnrp1 DOT deja DOT com> <9694gv$j17$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Subject: Re: objcopy problems. Lines: 34 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Tue, 13 Feb 2001 11:48:07 GMT NNTP-Posting-Host: 24.25.151.140 X-Complaints-To: abuse AT nycap DOT rr DOT com X-Trace: typhoon.nyroc.rr.com 982064887 24.25.151.140 (Tue, 13 Feb 2001 06:48:07 EST) NNTP-Posting-Date: Tue, 13 Feb 2001 06:48:07 EST Organization: Time Warner Road Runner - Albany NY To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com From: "Hans-Bernhard Broeker" > Another useful test could be: > > objdump -x -d output.o > > to output (almost) everything about output.o that BFD can determine. Same problem: File format not recognized. Even though the object file looks OK, i.e. the first 32 bytes are: 00000000 0000 0100 0000 0000 4C80 0000 0300 0000 ........L....... 00000010 0000 0501 2E64 6174 6100 0000 0000 0000 .....data....... And the end of the file is: 00000470 0200 4900 0000 5F62 696E 6172 795F 696E ..I..._binary_in 00000480 7075 745F 6269 6E5F 7374 6172 7400 5F62 put_bin_start._b 00000490 696E 6172 795F 696E 7075 745F 6269 6E5F inary_input_bin_ 000004A0 656E 6400 5F62 696E 6172 795F 696E 7075 end._binary_inpu 000004B0 745F 6269 6E5F 7369 7A65 00 t_bin_size. so it almost looks like it's working.... but it's not. > Further details might better be directed at the binutils mailing list, > or at least the djgpp-workers mailing list, where all the experts > porting GCC and binutils to DJGPP are listening. Okay, I'll try my hand there. =) Regards, Matthew Conte.