Date: Sat, 08 Sep 2001 20:21:35 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "F.Piemontesi" Message-Id: <6480-Sat08Sep2001202132+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <9ndddt$2tc6$1@news.adamastor.ac.za> (fpiemont@crg.ee.uct.ac.za) Subject: Re: Reconfigure 'as' for m68K... References: <9ndddt$2tc6$1 AT news DOT adamastor DOT ac DOT za> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "F.Piemontesi" > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 8 Sep 2001 17:27:45 +0200 > > I've installed DJGPP on a machine running windows 98. What does one have to > do to go about reconfiguring 'as' for the Motorola 68000 family? Download the Binutils sources, and read the file INSTALL in the distribution. In general, you run the configure script provided in the distribution with the arguments that specify the host and the target. Caveat: it's quite possible that no one has made it possible to use DJGPP as a host for 68k cross-development environment, in which case you will have to make the necessary changes. See also section 22.9 of the DJGPP FAQ list, which gives pointers to some existing cross-development environments based on DJGPP.