From: "Ed Manlove" Newsgroups: comp.os.msdos.djgpp References: <9cGI9.916$Iu DOT 294919215 AT news DOT netcarrier DOT net> Subject: Re: System headers for DJGPP hosted cross compiler Lines: 24 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Mon, 9 Dec 2002 19:13:45 -0500 NNTP-Posting-Host: 207.207.243.165 X-Complaints-To: news AT netcarrier DOT com X-Trace: news.netcarrier.net 1039477255 207.207.243.165 (Mon, 09 Dec 2002 18:40:55 EST) NNTP-Posting-Date: Mon, 09 Dec 2002 18:40:55 EST Organization: NetCarrier Internet Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > It takes quite some determination plus a lot of insight to > successfully build a DJGPP-hosted cross compiler, I think. You should > probably start off by looking at the modifications done to the GCC > sources to build the native DJGPP version. Chances are you'll need > all of those changes in a cross-build, too. And then some more, along > the same lines, in those parts of the build process that the native > build doesn't use. After that, and with some luck, the instructions > given for Cygwin might work for the DJGPP build, too. > -- > Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) > Even if all the snow were burnt, ashes would remain. It sounds as if you are suggesting using the GNU gcc source code and not what I call the DJGPP gcc source code. I have actually tried this and went done that path for a short while. After a while I realized that one could use the DJGPP source code. I am really hoping to use this code branch. And configure/build instructions are fairly similar. The binutils configure has one or two different options. And you have seen my gcc errors with my focus currently being on library files. Ed