delorie.com/archives/browse.cgi | search |
Viswanath Bandi <bandiv AT txc DOT stpn DOT soft DOT net> writes: > --------------6BA079FC9FE038D92B2E5C0E > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > I wanted to build a cross assembler with > host as Windows NT and target to be MIPS. > > From the location > ftp://go.cygnus.com/pub/sourceware.cygnus.com/cygwin/latest/ > > I got the following files > 1) full.exe > 2) dev-src.tar.bz2 > 3) cygwin1-20-1.dll > > I unpacked them and all worked as mentioned in readme file. > I tried the script > > ./configure --host=i586-pc-winnt --target=mips-mips-elf > > It is creating some makefiles but when I run make, > it is giving an error like > > /c: Can't open /c > MAKE.EXE: *** [all-apache] Error 2 > > So, did I miss anything or gave wrong options to configure? Search for MAKE_MODE in the mailing list. You need to set the following in bash before starting configure/make. $ export MAKE_MODE=unix or, use --unix option to make. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |