Eclipse CDT does not automatically recongize STL's (http://nuwen.net) MinGW distro. Whan can I do to let CDT find the paths for the toolchain automatically and not configure everything by myself?
According to https://wiki.eclipse.org/CDT/User/FAQ#I_installed_MinGW_toolchain_on_my_PC_but_Eclipse_won.27t_find_it. CDT will do the following to try and find a MinGW installation.
STL's MinGW distro does not have a mingw32-gcc.exe and that’s the reason CDT does not recognize it.
The solution is to take gcc.exe in the MinGW\bin folder (in my case C:\MinGW\bin), copy it and rename the new copy to mingw32-gcc.exe.