Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » cdt is the worst thing i have seen at least on windows
cdt is the worst thing i have seen at least on windows [message #1385299] Thu, 05 June 2014 13:27 Go to next message
dd aa is currently offline dd aaFriend
Messages: 1
Registered: June 2014
Junior Member
sorry to say this but,
after days of working on windows 7 64bit with cygwin and mingw,
i concluded that cdt on windows eclipse is the worst thing on development.

it really doesn's work.

if someone struggling with errors like "eclipse Program "gcc" not found in PATH",
forget about it, and install the visual studio of microsoft.

as of last update's of cygwin and mingw, cdt isn't working, and nobody did'nt found how to do it.





Re: cdt is the worst thing i have seen at least on windows [message #1386446 is a reply to message #1385299] Tue, 17 June 2014 15:27 Go to previous messageGo to next message
Giuseppe Montalto is currently offline Giuseppe MontaltoFriend
Messages: 18
Registered: July 2009
Junior Member
dd aa wrote on Thu, 05 June 2014 09:27


if someone struggling with errors like "eclipse Program "gcc" not found in PATH",
forget about it, and install the visual studio of microsoft.



The easiest solution, indeed.
Assuming that you can spend $499,00 or more... Cool
Re: cdt is the worst thing i have seen at least on windows [message #1386448 is a reply to message #1385299] Tue, 17 June 2014 15:44 Go to previous messageGo to next message
Branko Drevensek is currently offline Branko DrevensekFriend
Messages: 5
Registered: May 2011
Junior Member
Hi.

Can you let us know few details:
1) What version of mingw or cygwin are you using? Where did you install it (full path)?
2) Have you set up your system PATH so you can start gcc from default shell (cmd)? What is output of gcc -v if started there?
3) What version of Eclipse/CDT are you running? (see Help -> About Eclipse)

BR.
Re: cdt is the worst thing i have seen at least on windows [message #1386462 is a reply to message #1386448] Tue, 17 June 2014 17:29 Go to previous messageGo to next message
Harald Achitz is currently offline Harald AchitzFriend
Messages: 11
Registered: October 2013
Junior Member
I had some similar problem on windows, played around a bit and now I have this message.
don't know what I did, but build works now
Info: Configuration "Debug" uses tool-chain "MinGW GCC" that is unsupported on this system, attempting to build anyway.
Info: Internal Builder is used for build

I use this mingw
http://nuwen.net/mingw.html

was not allowed to post the link so its in the code tag

[Updated on: Tue, 17 June 2014 17:30]

Report message to a moderator

Re: cdt is the worst thing i have seen at least on windows [message #1386521 is a reply to message #1385299] Wed, 18 June 2014 06:02 Go to previous messageGo to next message
Thomas Corbat is currently offline Thomas CorbatFriend
Messages: 2
Registered: July 2009
Junior Member
When I develop C++ in a Windows environment I setup my development environment as follows:

1. Download CDT from the download page and extract it. URL:
http:// www.eclipse.org/downloads/


2. Download the MinWG installer from MinGW-buildsand install it. URL:
http:// sourceforge.net/projects/mingwbuilds/


3. Add the bin directory of the installed MinGW to my PATH variable (Windows + Break -> Advanced System Settings -> Environment Variables). The bin directory of the MinGW installation is usually located in a path like the following, depending on the path you specified during the installation:
C:\Program Files\mingw-builds\x64-4.8.1-posix-seh-rev5\mingw64\bin

Don't forget the separating semicolon when adding the new entry.

For Windows 7/64-bit I'm sure that will work like a charm.

I hope this helps.

Regards
Thomas
Re: cdt is the worst thing i have seen at least on windows [message #1386545 is a reply to message #1386462] Wed, 18 June 2014 08:38 Go to previous messageGo to next message
Thomas Corbat is currently offline Thomas CorbatFriend
Messages: 2
Registered: July 2009
Junior Member
/duplicate post

[Updated on: Wed, 18 June 2014 11:22]

Report message to a moderator

Re: cdt is the worst thing i have seen at least on windows [message #1386982 is a reply to message #1386521] Mon, 23 June 2014 11:52 Go to previous message
Nobody Mising name is currently offline Nobody Mising nameFriend
Messages: 75
Registered: July 2010
Member
Thomas Corbat wrote on Wed, 18 June 2014 02:02
that will work like a charm.

Debugging still sucks a lot in CDT when compared to MSVC experience.

And in order to discover MinGW I had to make a copy of "i686-w64-mingw32-gcc.exe" as "mingw32-gcc.exe" because otherwise CDT shows messages about not detected toolchain.
Previous Topic:C++11 needed in workspace
Next Topic:Format C/C++ header file
Goto Forum:
  


Current Time: Wed Apr 24 20:57:25 GMT 2024

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

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

Back to the top