ep.hobbyiest
Full Member level 4
i installed cygwin and eclipse, i followed some tutorial but not succeed. I got following error for hello world program.
Code:
Description Resource Path Location Type
Symbol 'std' could not be resolved hi.cpp /hi/src line 10 Semantic Error
Symbol 'EXIT_SUCCESS' could not be resolved hello0.c /hello0/src line 16 Semantic Error
Symbol 'endl' could not be resolved hi.cpp /hi/src line 13 Semantic Error
Symbol 'cout' could not be resolved hi.cpp /hi/src line 13 Semantic Error
Program "make" not found in PATH hello0 C/C++ Problem
Program "make" not found in PATH hi C/C++ Problem
Program "gcc" not found in PATH Preferences, C++/Build/Settings/Discovery, [CDT GCC Built-in Compiler Settings Cygwin] options C/C++ Scanner Discovery Problem
Program "g++" not found in PATH Preferences, C++/Build/Settings/Discovery, [CDT GCC Built-in Compiler Settings Cygwin] options C/C++ Scanner Discovery Problem