Difference between revisions of "C Projects in Eclipse"
| Line 3: | Line 3: | ||
* Close "Welcome screen", if you're running Eclipse for the first time  | 
  * Close "Welcome screen", if you're running Eclipse for the first time  | 
||
* Choose File > New > C Project  | 
  * Choose File > New > C Project  | 
||
* Type in a name  | 
  * Type in a name, for example, lab03  | 
||
* Uncheck "Use default location"  | 
  * Uncheck "Use default location"  | 
||
* Browse you lab root folder as Location  | 
  * Browse you lab root folder as Location  | 
||
* Choose "Makefile Project > Empty project" as Project type  | 
  * Choose "Makefile Project > Empty project" as Project type  | 
||
* Press "Finish"  | 
  * Press "Finish"  | 
||
* A New   | 
  * A New project folder will appear on the left side, right click on it, properties  | 
||
* C/C++ General > Paths And Symbols > GNU C++  | 
|||
* Add ... > Workspace  | 
|||
* Choose your lab project root folder (lab03)  | 
|||
Revision as of 17:16, 22 November 2009
- Download Eclipse CDT - from the list Choose "Eclipse IDE for C/C++ Developers".
 - Unarchive and run downloaded Eclipse
 - Close "Welcome screen", if you're running Eclipse for the first time
 - Choose File > New > C Project
 - Type in a name, for example, lab03
 - Uncheck "Use default location"
 - Browse you lab root folder as Location
 - Choose "Makefile Project > Empty project" as Project type
 - Press "Finish"
 - A New project folder will appear on the left side, right click on it, properties
 - C/C++ General > Paths And Symbols > GNU C++
 - Add ... > Workspace
 - Choose your lab project root folder (lab03)