Cygwin installation

Gast #74755
Lesenswert?

Hi all,


I'm new to the msp-gcc stuf, up until now i've always been using IAR,
but i'd like to experiment more with GCC. i've lready downloaded
Cygwin (i'm running WinXp Pro on a laptop) but i don't quite follow
the isntructions on the msp intro page.
I've opend Cygwin bash and created the dir. but "wget
ftp://sources.redhat.com/pub/binutils/releases/binutils-2.14.tar.bz2"
wil not run since it complains that it doesn't know wget??  did i miss
something??

please advice
thanks Martijn
Gast #74756
Lesenswert?

Cygwin contains many, many packages. In the Cygwin Setup program, go to
the "Web" portion of the tree and you will find wget there.

[Sorry for English in a German language Forum.]
Gast #74757
Lesenswert?

Hi Martijn,

hm ... looks like a Unix problem under Windows :-)) I think, you're
normaly a Windows user? Right?

Ok: under bash try at first:

> whereis wget

You should get nothing or any error message. (I hope, that you have a
normal cygwin installation and whereis will be found)

Alternatively you can search with Windows search for wget.exe.

Next you should look, what's in your PATH variable included:

> echo $PATH

If the found path for wget not included, include it with:

> set PATH=$PATH:<your path here without the last backslash>

Then bash should find wget, try it with:

> wget --help

If you get a help message from wget, all is ok, if not ... it's a
problem! :-))

Thomas
Gast #74758
Lesenswert?

Danke allen fur ihre hilfe,

sorry for my german, i can read it but my writing is very poor, i found
that the standard installation of Cygwin does not include all that is
needed, so i now reinstalled Cygwin with a lot more extra's. thanks.
Gast #74759
Lesenswert?

Sorry for disturbing you all again,
i can now get to the following, but not pass it.

"cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mspgcc login"

could any one help me out thanks

Martijn

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren