This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problem creating m68k-coff cross tools under Cygwin


On 29 June 2006 23:19, Doug Broadwell wrote:

> I'm trying to build an m68k-coff cross toolchain under Cygwin; I'm still
> trying to install the binutil's.  It chokes
> when it tries to compile targmatch.h.  The "make install" log is as follows:
> 

> targmatch.h looks OK except that it is full of Carriage Return ("^M")
> characters.  I installed Cygwin without the Unix <--> Dos text conversion,
> and have the environment variable "CYGWIN=tty".
> 
> The script I'm using is:
> 
> export PREFIX=/gnu/cross68k/bin
> export TARGET=m68k-coff
> export PATH=/gnu/cross68k/bin:${PATH}
> cd /gnu/cross68k/bin
> ../../binutils-2.9.1/configure --target=$TARGET --prefix=$PREFIX --disable-n
> ls 2>&1 | tee util_config.log
> make all 2>&1 | tee util_all.log
> make install 2>&1 | tee util_install.log

  How did you unpack the sources?  A lot of windoze GUI tools will 'helpfully'
convert the line-ends on-the-fly for you; you need to use cygwin tar.

  If it's not that, show us the output from your "mount" command.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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