Random Homebrew: Lua Avalanche
A PSP port of the classic Avalanche game for the Texas Instrument TI- 83. Avoid falling boulders of [...]
Friends: Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita

Eclipse problem

Discuss about your favorite (gaming...or not) devices here. The most popular ones will end up getting their own categories
Programming discussions for your favorite Device

Eclipse problem

Postby Wdingdong » Wed Sep 28, 2011 3:48 pm

Whenever I try to execute a program in Eclipse C++ IDE, it says 'Lauch failed. Binary not found'. Please, solve this for me.:|
// Big thanks to people who share information !!!
Wdingdong
 
Posts: 127
Joined: Tue Aug 02, 2011 5:34 pm

Re: Eclipse problem

Postby m0skit0 » Wed Sep 28, 2011 3:50 pm

You have to compile (build) it first.

And also next time give more details about how you did set up your Eclipse and such...
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4787
Joined: Mon Sep 27, 2010 6:01 pm

Re: Eclipse problem

Postby Wdingdong » Wed Sep 28, 2011 4:10 pm

It give me errors saying,
Symbol 'cout' could not be resolved, and, Symbol 'std' could not be resolved.
// Big thanks to people who share information !!!
Wdingdong
 
Posts: 127
Joined: Tue Aug 02, 2011 5:34 pm

Re: Eclipse problem

Postby Sirius » Wed Sep 28, 2011 11:35 pm

Wdingdong wrote:It give me errors saying,
Symbol 'cout' could not be resolved, and, Symbol 'std' could not be resolved.

did you creat a c++ proyect?
did you include iostream?
Sirius
 
Posts: 128
Joined: Sat Dec 18, 2010 3:31 pm

Re: Eclipse problem

Postby Wdingdong » Thu Sep 29, 2011 1:06 pm

Sirius wrote:did you creat a c++ proyect?
did you include iostream?


Yes, it is a C++ project and I did include <iostream>. Whenever I compile, it give the errors, 'cout' could not be resolved and 'std' could not be resolved, no matter what I do. Can you figure out the problem?
It happens for all the programs, even for a 'hello world' one!
// Big thanks to people who share information !!!
Wdingdong
 
Posts: 127
Joined: Tue Aug 02, 2011 5:34 pm

Re: Eclipse problem

Postby m0skit0 » Thu Sep 29, 2011 2:39 pm

Post your whole source code.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4787
Joined: Mon Sep 27, 2010 6:01 pm

Re: Eclipse problem

Postby Wdingdong » Thu Sep 29, 2011 4:33 pm

When I try to compile even this 'Hello World' program(which was by default included in Eclipse), it gives me the error.
Code: Select all
#include <iostream>

using namespace std;

int main()
{
   cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
   return 0;
}


It gives the same error( cout and std cant be resolved) for every program.
I could not solve this even after so much researching :?
// Big thanks to people who share information !!!
Wdingdong
 
Posts: 127
Joined: Tue Aug 02, 2011 5:34 pm

Re: Eclipse problem

Postby m0skit0 » Thu Sep 29, 2011 5:03 pm

Weird, this is a bad Eclipse setup. You have CDT plugin installed, I assume...
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4787
Joined: Mon Sep 27, 2010 6:01 pm

Re: Eclipse problem

Postby Nickolas » Fri Sep 30, 2011 9:05 am

Did you install it on a custom path? Also try uninstalling any plugins.
Image
Image
Image
Image
Nickolas
 
Posts: 382
Joined: Sat Jan 22, 2011 3:14 pm
Location: In a black hole...

Re: Eclipse problem

Postby JJS » Fri Sep 30, 2011 9:28 am

You write that the symbols could not be "resolved", so I guess this is a linker error? If so, are you linking with libstdc++?

I don't know much about Eclipse, so I am not sure how much it holds your hand when creating a project. So this might be a non-issue.
JJS
Big Beholder
 
Posts: 1516
Joined: Mon Sep 27, 2010 2:18 pm

Next

Return to Programming

Who is online

Users browsing this forum: psbot [Picsearch] and 0 guests