Created
March 25, 2014 23:52
-
-
Save anonymous/9774024 to your computer and use it in GitHub Desktop.
Setting up C++ in Eclipse on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Install Eclipse https://www.eclipse.org/downloads/ | |
2) Install CDT: https://www.eclipse.org/cdt/ | |
3) Install Cygwin: http://cygwin.com/install.html | |
- Make sure to go into the development section and select gcc: g++, make, and GDB. | |
http://www.eclipse.org/forums/index.php/t/203459/ | |
In the Source tab of your Debug Launch Configuration you can add a Path mapping | |
Setup a path mapping for Cygwin in Eclipse Debug Configuration: | |
You have to a Path Mapping. | |
Compilation path: /cygdrive/c/<<path-to-eclipse-workspace>> | |
Local file system: C:\<<path-to-eclipse-workspace>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment