im trying to run a c program on my windows 7 computer using eclipse and im running into a little snag. I currently have Eclipse downloaded on my computer with the CDT plugin
Another solution is to set the MINGW_HOME variable in eclipse.ini :
-DMINGW_HOME=C:\Program Files (x86)\CodeBlocks\MinGW
This avoid to change the system PATH (often requires administrator rights)
(solution suggested by help of eclipse / CDT)