[ECOS] patch for gcc

Erik Reikes ereikes@hotmail.com
Thu Feb 7 11:39:00 GMT 2002


>I found the file in my directory:
>c:\mydata\src\gcc-2.95.3\contrib\egcs_update
>
>The same problem occurs if I execute ./egcs_update --touch.
>

I'm really confused about your paths.  Is mydata your cygwin directory?  
i.e. in cygwin can you type cd /src/gcc-2.95.3/contrib  and get somewhere?

I think you need a little refresher on how paths work in unix.  egcs_update 
is a script file and when you execute it you must specify which path it is 
in.  Try either of these two commands depending on where you've put things .

cd /src/gcc-2.95.3/contrib
./egcs_update --touch

or
cd /c/mydata/src/gcc-2.95.3/contrib
./egcs_update --touch

if the /c/ directory doesn't work, type 'mount' to figure out where your 
windows drive is mounted.

>Also, I can't find the file binutils-2.10.1.tar.bz2 on source.redhat, I
>downloaded the file binutils-2.11.1pre.tar.bz2,
>Is this the up to date version support arm-elf?

Try www.gnu.org.  That is where I got old versions of binutils from.

-Erik Reikes

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com



More information about the Ecos-discuss mailing list