This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


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

Re: cannot find config.sub


>From: Norbert.Schulze@t-online.de (Norbert Schulze)
>To: <ecos-discuss@sourceware.cygnus.com>
>Subject: [ECOS] cannot find config.sub
>Date: Sun, 16 Apr 2000 18:08:40 +0200
>
>I have sucessfully made binutils for powerpc-eabi with cygwin 1.1. But when
>I try to configure
>gcc I get:
>
>Configuring for a i686-pc-cygwin32 host.
>*** cannot find config.sub.
>
>But config.sub is in /src/gcc/gcc-2.95.2/ !
>What's wrong? I have used the installation instructions at
>http://sourceware.cygnus.com/ecos/tools/win-powerpc-eabi.html
>

I bet you it is some "CRLF" --> "LF" cleanup. CygWin is
totally crazy on this regard.

Try to cleanup the files that you changed, specially
configuration files, using some utility such as
dos2unix.exe.

I usually use this:

  find -mtime -1 -type f -exec dos2unix {} \;

Rosimildo.











>Norbert
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


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