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: error when building gcc for ARM under windows 98


Charles-Henri wrote:
> 
> hello,
> when I give the order mount c:/cygwin  /c the response is : mount :
> warning - /c does not exist.

That's okay.
 
> make -w all-gcc install-gcc LANGUAGES="c c++" 2>&1 ¦ tee make.out

Can I ask how you applied the gcc patch to the sources? Did you do it as
instructed with:

tr -d '\r' < ecos-gcc-2952.pat | patch -p0 

In any case, the workaround for your problem is to go to /tmp/build/gcc/gcc
and type:

tr -d '\r' < Makefile > foo
mv foo Makefile

Let me know how you get on (and how you had applied the patch).

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]