I am getting an error when I try to build the project -
Quote:
Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'Hello World'.
java.lang.IllegalArgumentException
All I have done so far is install the CDT and create a source file in a new C++ project called helloworld.cpp.
Can anyone tell me if I should be pointing Eclipse at GCC or setting up include directories and so on? I can just about get by setting Eclipse up for Java but have no idea how to configure it to compile a C++ program.
If you are aware of any good online tutorials I would apreciate a link. The ones I have found so far all presume that Eclipse is working.