2

I have eclipse helios 3.7 and MinGW on windows 7 OS. Eclipse comes with no C/C++ compiler so I need to configure Eclipse with MinGW. How to do this?

0xEDD1E
  • 1,172
  • 1
  • 13
  • 28
  • There are many resources on the web on this one, but if my memory serves me right it was as simple as: Download and install MinGW; Download and install Eclipse CDT; Start Eclipse and have fun. – Nobody moving away from SE Aug 09 '12 at 13:17

1 Answers1

0

you need to add the MinGW\bin path to the path variable, so that eclipse can find it.

Chris S.
  • 323
  • 1
  • 4
  • 13