Date: Thu, 23 Dec 1999 16:03:31 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Beck cc: djgpp AT delorie DOT com Subject: Re: Creating ELF In-Reply-To: <38620E7B.F8606619@t-online.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 23 Dec 1999, Martin Beck wrote: > I want to know, whether it's somehow possible to create an ELF- > obj file instead af a COFF one? > > I've tried to use objcopy, but there the elf isn't defined as > target. Do I have to recompile it somehow? Yes, you need to rebuild Binutils, after configuring them to include ELF as one of the targets. Why do you need it?