Hi.
I'm new to eclipse LUNA for cpp.
when i try to create a hello world project and select Cross GCC compiler , after i click finish , i see this error: Error : Program g++ not found in PATH.
and: Error : Program gcc not found in PATH.
I think i installed gcc in this path :
C:\TDM-GCC-32
if this is the gcc , i added it to the PATH , but still the same error.
if it's not , i have Code::Blocks installed on my PC and i think the gcc installed with Code::Blocks.
What should i do ?
OS : Windows 7 Ultimate SP1.
It's not a cross compiler is it? Can you show what options eclipse gives you, from which you select "Cross GCC Compiler"?
Also check the PATH field in Windows -> preferences-> C/C++ -> Build -> Environment, to see if your path is there. not just in the windows path. You may have to restart eclipse.
Since the message is that they can't be found, search for gcc.exe and g++.exe in your path and post their location.