X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: question Date: 5 Jan 2005 15:46:18 GMT Lines: 19 Message-ID: <342geaF463odfU2@news.dfncis.de> References: <003b01c4f335$cdcda840$6401a8c0 AT dad> X-Trace: news.dfncis.de QMSC+P82s5Lcf+5arqlH7QFhs2EC3wJOzTd2zkUhaUn98kaJwrIjQr88hG X-Orig-Path: not-for-mail To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com RonStawicki wrote: > [-- text/plain, encoding quoted-printable, charset: iso-8859-1, 6 lines --] > Can this GCC compiler support cross compilation, for example of 68K > code? Yes, GCC as such can do that. But it has to be built specifically for such a purpose --- and you would have to do that yourself, because the DJGPP version is built for the purpose of producing ix86 binaries using the DJGPP libc on DOS/DPMI. You would need to find library support for the actual 68K-based platform you want to program for, and build your own cross-compiler based on that. You also need cross-binutils to go with that. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.