Date: Mon, 1 Feb 1999 08:53:46 +0530 (IST) From: "Raju K.V" X-Sender: rajukv AT tagore To: Martin Smith Subject: Re: is it possible to compile gcc to use for dos but with output for mips asm? In-Reply-To: <1140.990131@flashback.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com read the info pages of gcc. if the platform for which u want (mips in ur case) is available in the list then u can probably make a cross compiler. after untarring the gcc distribution see if there is an mips directory under the config directory. if it is there, then u can generate code for mips. but keep in mind that u can only produce assembly code o/p. u cannot produce an mips executible unless u have cross linker. raju On Sun, 31 Jan 1999, anarko wrote: > if i download gnu/gcc/gcc-2.8.1.tar.gz > from a ftp server that has gcc on it and compile it > with some parameters, could i get it to run from > dos but produce mips output ? > > can anyone give me a hint? > > /anarko > > --------------------------------------------------------- > Personal homepage: http://www.flashback.net/~anarko/ > PGP Public key: http://www.flashback.net/~anarko/pgp/anarko.asc > ICQ UIN#: 3299208 (anarko) > > >