eclipse_and_c_c_under_windows
Eclipse and C/C++ under Windows
-
Install the Eclipse
CDT plug-in.
Install
MinGW (include “g++ compiler” and “MinGW Make”). (These instructions written using
MinGW 5.1.4.)
Add C:\MinGW\bin to Windows path.
Choose one of (so that Eclipse can use make)…
Configure Eclipse project to use mingw32-make instead of the (non-existent) built-in make.
Make copy of C:\MinGW\bin\mingw32-make.exe called make.exe.
eclipse_and_c_c_under_windows.txt · Last modified: 2009/09/06 09:53 by jtkorb