User Tools

Site Tools


eclipse_and_c_c_under_windows

This is an old revision of the document!


Eclipse and C/C++ under Windows

  1. Install Eclipse IDE for C/C++ Developers. (These instructions written using the Galileo torrent version.)
  2. Install MinGW (include “g++ compiler” and “MinGW Make”). (These instructions written using MinGW 5.1.4.)
  3. Add C:\MinGW\bin to Windows path.
  4. Choose one of (so that Eclipse can use make)…
    1. Configure Eclipse project to use mingw32-make instead of the (non-existent) built-in make.
    2. Make copy of C:\MinGW\bin\mingw32-make.exe called make.exe.
eclipse_and_c_c_under_windows.1252253418.txt.gz · Last modified: 2009/09/06 09:10 by jtkorb