delorie.com/archives/browse.cgi | search |
From: | Nate Eldredge <neldredge AT hmc DOT edu> |
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: | <t9i8lscbicrmt52fi7qh2dd7jutdl8ev5k AT 4ax DOT com> |
X-Complaints-To: | newsabuse AT supernews DOT com |
User-Agent: | Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 |
MIME-Version: | 1.0 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Ben Chong <bluesky6 AT ix DOT netcom DOT com> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |