I have installed cygwin and all the needed compilers like gcc, mingw ,etc. But when i try to create a c++ project, i only get GNU toolchains; no cygwin toolchain. When i try to build the Helloworld program, i get the follwing errors.
Error 127 occured while runnin autoreconf
make: *** No rule to make target 'all'
symbol 'std' could not be resolved
symbol 'cout' could not be resolved
Create new project, select Executable, then empty project. That will allow you to select MinGW GCC
That worked for me. All is good now.