Eclipse

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Trying to get a hello world project building under Eclipse. Discovering there

   

are 2723 project variables in the tool that have to be set, for a net combination

   

of 5.0661517341810400963370980770653e+819 possible combinations, I have

   

 a net build that looks like this -

   

 

   

**** Build of configuration Debug for project Test ****

**** Internal Builder is used for build               ****
g++ -O0 -g3 -Wall -c -fmessage-length=0 -o Test1.o ..\Test1.cpp
Build error occurred, build is stopped
Time consumed: 9424  ms. 

   

 

   

Teriffic error message I might add. Surveyed web for the 2.7 giga soluitions,

   

tried them all, nada.

   

 

   

Project incredibly complex -

   

 

   

#include <iostream>
using namespace std;

int main()
{

    cout << "C++ is FUN!\n";
    return 0;
}
 

   

Trying the very limits of computing and silicon goodness.

   

 

   

Any thoughts ?

   

 

   

Regards, Dana.

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Sorry, I could not resist that pun: Looks like a total Eclipse

   

 

   

Bob

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Problem solved with magic wand.

   

 

   

Close workspace

   

Reopen workspace

   

Build

   

all is well

   

 

   

Dana.

0 Likes