Mail Archives: djgpp/1999/10/26/12:16:22
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.
- Raw text -