Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Content-Type: text/plain
Content-Disposition: inline
Mime-Version: 1.0
X-Mailer: MIME-tools 4.103 (Entity 4.115)
From: <tvoverbe@cistron.nl>
Date: Fri, 3 Aug  2001 16:28:50
To: qiaogp@krdl.org.sg
Subject: Re: arm gcc on cygwin
Cc: starksb@ebi.ac.uk, cygwin@cygwin.com
Message-Id: <E15SfwY-0007wL-00@smtp1.cistron.nl>

As David wrote, you get this on cygwin also for m68k-palmos.
For m68k-palmos the cause is that the directory where the gcc specs file
is read from is mounted binary under cygwin, but the specs file has DOS CR/LF line-endings.
I bet you the same is the case for you with arm-elf-gcc.
Find the location of the specs file (arm-elf-gcc -v' will
tell you) and check the mount of that directory and specs file line-endings.
If the mount is binary convert the specs file to Unix style LF only endings and 
everything will be fine.

Hope this helps.

Ton van Overbeek

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

