Skip to main content



      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 09:27 Go to next message
Eclipse UserFriend
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 11:27 Go to previous messageGo to next message
Eclipse UserFriend
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 11:44 Go to previous messageGo to next message
Eclipse UserFriend
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 13:29 Go to previous messageGo to next message
Eclipse UserFriend
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 13:30] by 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 02:02 Go to previous messageGo to next message
Eclipse UserFriend
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 04:38 Go to previous messageGo to next message
Eclipse UserFriend
/duplicate post

[Updated on: Wed, 18 June 2014 07:22] by 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 07:52 Go to previous message
Eclipse UserFriend
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: Tue Jun 17 10:45:54 EDT 2025

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

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

Back to the top