Date: Wed, 4 Feb 1998 17:39:01 +0200 (IST) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: recompiling binutils In-Reply-To: <34D7B142.FB4D5A15@cs.nwu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 3 Feb 1998, Robert Zubek wrote: > when running configure.bat (--host=i386-pc-msdosdjgpp > --target=mips-mips-elf) everything goes smoothly, until it reaches GAS - > it then stops saying that it does not have support for 'CPU mips' and > 'object format elf'. Wrong direction. Do NOT use configure.bat for anything but building DJGPP as a native DOS/Windows compiler. For any other target, you will need: (a) The original GNU source distribution of GCC (the one which is available from DJGPP archives lacks many files which are needed to build a cross-compiler); (b) Use the original configure script, not configure.bat batch file (you will have to download and install Bash and the auxiliary programs called by the configure script, in order to run it). Then run the configure script as the file INSTALL tells you. Read section 22.7 of the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) for some additional details. > ** please remove '-spam' from my email address before replying, ** > ** or your message will be fed to /dev/null ** No. If you want replies by direct email, make the effort and remove the anti-spam add-ons from your address yourself.