From: "DaXy_II" Newsgroups: comp.os.msdos.djgpp Subject: Re: How to output ELF with DJGPP Date: Thu, 14 Oct 1999 16:40:46 +0200 Organization: EUnet Belgium, Leuven, Belgium Lines: 28 Message-ID: <7u2akh$fcl$1@news3.Belgium.EU.net> References: <7u0095$r6l$1 AT news3 DOT Belgium DOT EU DOT net> NNTP-Posting-Host: idialup244.gent.eunet.be X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Just want to compile my OS as ELF file... "Move over, speed of light" ________________ Jan Malina jan DOT malina AT ping DOT be http://jmalina.cjb.net Eli Zaretskii schreef in berichtnieuws Pine DOT SUN DOT 3 DOT 91 DOT 991013120107 DOT 16702W-100000 AT is... > > On Wed, 13 Oct 1999, DaXy_II wrote: > > > How can I output ELF with DJGPP ? > > In practice, you can't. To be more precise: you will have to go > through many development tools, like GCC, Binutils, the debuggers, and > rebuild/change them to support ELF. You will also need to rebuild the > C library. If you want to actually run such programs on DOS/Windows, > you will also need to rewrite the stub loader. > > For more details, see the DJGPP FAQ, section 22.21. > > If you have some special need in mind, which doesn't require building > an entire program with ELF as the object format, there might be a way > to do it. Please describe the details of what you need to accomplish.