Missing Informations on CDT Homepage [message #152382] |
Fri, 26 August 2005 12:37 |
Eclipse User |
|
|
|
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 #152406 is a reply to message #152382] |
Fri, 26 August 2005 15:21 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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.... ;)
>
|
|
|
Powered by
FUDForum. Page generated in 1.23118 seconds