This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cross assembler on NT for mips?


Viswanath Bandi <bandiv@txc.stpn.soft.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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]