Date: Tue, 26 Oct 1999 16:31:50 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Viswanath Bandi cc: pavenis AT lanet DOT lv, djgpp AT delorie DOT com Subject: Re: problems while using gas for cross-assembler -- please help In-Reply-To: <3815A066.6F7FFD6E@txc.stpn.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 26 Oct 1999, Viswanath Bandi wrote: > i wanted to build a cross assembler for mips running on windows. > as specified in the readme.djg file, i > 1) got the source code for binutils (binutils-2.8.1.tar.gz) > 2) copied files configure.bat, diffs.djg to the main djgpp directory > 3) configured the directory with following options > configure --host=i586-pc-winnt --target=mips-mips-elf If you want a DJGPP executable that will produce MIPS ELF object files, you need to say "--host=i596-ps-msdosdjgpp". I don't know whether it will work, but pc-winnt is not the name of the DJGPP host environment. For pc-winnt, you'll probably need the Cygwin tools to build Gas.