This is the mail archive of the ecos-discuss@sources.redhat.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: Compiling the ecos toolchain in Cygwin


Shaun Jackman wrote:
> 
> I'm not certain if this is the right mailing list for this, my appologies in
> advance if it could have been directed better elsewhere.
> 
> I'm trying to compile a working gcc/insight/ecos toolchain to target an ARM7
[snip]
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1285: stray '\' in program
> ...
> 
> Any thoughts on this?

I still get reports about this, even though I can't reproduce it myself
(sigh). But the solution is: 

tr -d '\r' < /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h > foo
mv foo /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

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