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> <2593-Mon12Feb2001211543+0200-eliz AT is DOT elta DOT co DOT il> Subject: Re: objcopy problems. Lines: 18 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:40:15 GMT NNTP-Posting-Host: 24.25.151.140 X-Complaints-To: abuse AT nycap DOT rr DOT com X-Trace: typhoon.nyroc.rr.com 982064415 24.25.151.140 (Tue, 13 Feb 2001 06:40:15 EST) NNTP-Posting-Date: Tue, 13 Feb 2001 06:40:15 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 "Eli Zaretskii" wrote in message news:2593-Mon12Feb2001211543+0200-eliz AT is DOT elta DOT co DOT il... > > So I maintain that there is something broken within objcopy. > > And I maintain that you could be better off if you tell how did you > produce that binary file, and what kind of code went into it. It > might turn out that this is indeed immaterial, but then again, it > might not. What do you have to lose? I created the binary file in a hex editor; 1kB of raw binary data. There is no code, and objcopy really shouldn't care what is in the file when I specify the input file as being of type binary. Regards, Matthew.