From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: Creating standalone binaries Date: 24 Jun 2000 13:13:29 -0700 Organization: Posted via Supernews, http://www.supernews.com Lines: 19 Sender: nate AT mercury DOT bitbucket Message-ID: <8366qykfbq.fsf@mercury.bitbucket> References: X-Complaints-To: newsabuse AT supernews DOT com User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ben Chong writes: > Hi folks, > > I'm new to DJGPP and could not find an answer to my query in the FAQs. > > I am interested in using DJGPP to create standalone x86 binaries. For > example, binaries that can be put into an EPROM and run independantly > of any OS. Can this be done with DJGPP? It can; but you'll have to avoid calling any library functions. Also, you'll probably have to rebuild the linker to make it produce a flat binary image (without an EXE header and so forth). I'm not immediately sure of the details of how to do this. -- Nate Eldredge neldredge AT hmc DOT edu