Eclipse CDT( C &CPP) on Windows Vista

9 Jun
2008
Delicious

There seems to be sparse information on how to install Eclipse CDT (C++/C) on Windows Vista or any windows so here are the steps to have it work with a Debugger and a Compiler.
First Thing

1)Install Eclipse CDT
2) Download MinGW

3) Install it as the Current Setting and make sure that you pick g++ Compiler, also leave the folder as it is do not change it
4)Next Download MSYS

5)Install MSYS

6) A window will pop up, It will ask you if you want to proceed, type y and then Enter
7)It will ask if MingGW is Installed, type y then Enter
8 ) give it the path which should be c:/MinGW
9). Download the Debugger
10)Install the Debugger

11) Go to Control Panel–>System–>Advanced System Settings–>System Properties Panel Should pop up

12). Click on Environment Variables

13). Go where it says System Variables, then scroll down to Path then click Edit

14) Now go to the very end, make sure you do not overwrite or deleted what is in there otherwise your computer will stop working. Windows Vista Has the Whole Line Selected so make sure that you click once to remove that and go to the end of the path. Now Append or just copy and paste these ;C:msys1.0bin;C:mingwbin

15) Restart Vista
16) Go to the Command Prompt, or Click start–>in the search box type CMD. The CMD window will open
17) Type g++ –version Hit Enter. Should print out the Version and copy right notice

18). Repeat step 17 but substitute g++ with gcc, gdb
19) if everything works up untill now then Start Eclipse then make a C++ project Executable then compile and it should work.

Incoming Search Terms :eclipse c windows 7 , eclipse cdt windows , eclipse c vista , eclipse cdt windows 7 , eclipse c windows vista , eclipse windows 7 c , eclipse cdt vista , eclipse cdt for windows , eclipse cpp windows , eclipse c for vista

Share this story with a friend !
Join SherifAbdou's Rss Feed Stumble This Article! Add this to your Delicious Bookmarks! Digg this story ! Add this story to Reddit ! Tweet This Brush


4 Responses to Eclipse CDT( C &CPP) on Windows Vista

Avatar

Doug SchaeferNo Gravatar

June 9th, 2008 at 2:32 pm

Why not just download Wascana, http://wascana.sf.net? It has gcc and a few libraries all set up and ready to go right out of the box.

Avatar

SherifNo Gravatar

June 9th, 2008 at 2:34 pm

Since I am using a couple more plugins like Flex Builder, CFeclipse, Java so it is nice just have everything on one program.

Avatar

zadNo Gravatar

June 1st, 2009 at 11:25 am

The above instruction, Eclipse CDT( C &CPP) on Windows Vista, is great. Thanks for it.
But I follow with Doug Schaefer's advice and download wascana eclipse to used. The set up is very easier.
Thanks all

Avatar

HomamNo Gravatar

December 20th, 2009 at 9:24 am

Thanks for your post ! :D

Comment Form