Forum: Compiler & IDEs Cygwin installation


von Martijn Broens (Gast)


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

von Eric Weddington (Gast)


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.]

von Thomas Klepp (Gast)


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

von Martijn Broens (Gast)


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.

von Martijn Broens (Gast)


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

von Andreas S. (andreas) (Admin) Benutzerseite


Lesenswert?

Did you install the CVS package?

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.