I just installed Eclipse CDT with MinGW.
All the environment variables are set, includes, etc. Tried running a hello world and everyth
Set ${COMMAND} to gcc on Linux
Under "Preprocessor Include Paths, Macros, etc." and "CDT GCC Built-in Compiler Settings" there is an undefined ${COMMAND} variable if you imported the sources from an existing Makefile project.
Eclipse tries to run that command to parse its stdout to find headers, but ${COMMAND} is not set by default, and so it is not able to do so.
I have explained this in more detail at: "Unresolved inclusion" error with Eclipse CDT for C standard library headers