This is the mail archive of the cygwin@cygwin.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: arm gcc on cygwin


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/


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