Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Missing Informations on CDT Homepage
Missing Informations on CDT Homepage [message #152382] Fri, 26 August 2005 12:37 Go to next message
Eclipse UserFriend
Originally posted by: Kevin.Fleischer.s2002.tu-chemnitz.de

Yesterday I tryed to install CDT on my PC (modem connection to i-net).

I had allready downloaded CDT on my university, but I haven't known, that
I need cygwin, too. So I tryed and tryed till I found a comment in the
help of CDT wich lead me to cygwin. But just with a modem, I had to stop
installing CDT ... this was really frustrating.

So please, make on the CDT Homepage a section "needed Files" or something,
where a link to cygwin is puplished.

I searched today again, and even your FAQ has no hint about needed files.
Thats ... - not good.

MfG
Kevin Fleischer
Re: Missing Informations on CDT Homepage [message #152391 is a reply to message #152382] Fri, 26 August 2005 13:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ddaoust.ca.ibm.com

You may wish to re-read the FAQ.

The first section talks about this:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt- home/user/faq.html?cvsroot=Tools_Project#common

There is also info on this in the compilers section of the FAQ

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt- home/user/faq.html?cvsroot=Tools_Project#compilers_5

- Dave

"Kevin Fleischer" <Kevin.Fleischer@s2002.tu-chemnitz.de> wrote in message
news:d9e900065f9a2184d391769da7443f07$1@www.eclipse.org...
> Yesterday I tryed to install CDT on my PC (modem connection to i-net).
>
> I had allready downloaded CDT on my university, but I haven't known, that
> I need cygwin, too. So I tryed and tryed till I found a comment in the
> help of CDT wich lead me to cygwin. But just with a modem, I had to stop
> installing CDT ... this was really frustrating.
>
> So please, make on the CDT Homepage a section "needed Files" or something,
> where a link to cygwin is puplished.
>
> I searched today again, and even your FAQ has no hint about needed files.
> Thats ... - not good.
>
> MfG
> Kevin Fleischer
>
Re: Missing Informations on CDT Homepage [message #152398 is a reply to message #152391] Fri, 26 August 2005 15:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Kevin.Fleischer.s2002.tu-chemnitz.de

Oh...you're right.

But wouldn't it be nice, if such a hint can be found right under "Whats
New". A topic named "dependencies" whould be helpfull.
Re: Missing Informations on CDT Homepage [message #152406 is a reply to message #152382] Fri, 26 August 2005 15:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Kevin.Fleischer.s2002.tu-chemnitz.de

Some more "misinformations".

cygwin does not include the "make.exe" and "gcc.exe" or "g++.exe" or
"c++.exe". (like it was written in the cdt-help. May you can download it
there seperately...?)

mingw does not include the "mingw32-make" (but it can be downloaded
seperately)

(Sometimes I found on the internet this build options: "mingw32 -make -k"
They are wrong and won't work! Use "mingw32-make -k" instead.)


But...I'm happy now, my first helloworld has build successfully.... ;)
Re: Missing Informations on CDT Homepage [message #152414 is a reply to message #152406] Fri, 26 August 2005 15:33 Go to previous message
Eclipse UserFriend
Originally posted by: dschaefer.qnx.com

Well, to be clear, cygwin isn't actually required to use the CDT, especially
if you are not on Windows. You do need a compiler and a version of make.
Whether that is cygwin or not is up to you. Personally, I prefer mingw and
msys when running on Windows. Linux, of course, generally comes with the
plain vanilla gnu tools.

And, yes, cygwin does have make and gcc/g++, but not by default. You have to
turn them on in the developer tools section.

And, yes, mingw does come with a make, but don't use it since it is pretty
limited in functionality. You need to use the make from msys instead.

Cheers,
Doug.

"Kevin Fleischer" <Kevin.Fleischer@s2002.tu-chemnitz.de> wrote in message
news:05e43178e4c5eeec25b6c4cdfeb400a3$1@www.eclipse.org...
> Some more "misinformations".
>
> cygwin does not include the "make.exe" and "gcc.exe" or "g++.exe" or
> "c++.exe". (like it was written in the cdt-help. May you can download it
> there seperately...?)
>
> mingw does not include the "mingw32-make" (but it can be downloaded
> seperately)
>
> (Sometimes I found on the internet this build options: "mingw32 -make -k"
> They are wrong and won't work! Use "mingw32-make -k" instead.)
>
>
> But...I'm happy now, my first helloworld has build successfully.... ;)
>
Previous Topic:environment variables (path)
Next Topic:Newbie issue: Outline annoyance
Goto Forum:
  


Current Time: Thu Nov 14 08:52:59 GMT 2024

Powered by FUDForum. Page generated in 1.23118 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top