Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » eclipse juno cdt build issues
eclipse juno cdt build issues [message #894967] Wed, 11 July 2012 09:27 Go to next message
tony tony is currently offline tony tonyFriend
Messages: 2
Registered: July 2012
Junior Member
I'm having a problem with eclipse C++. My project compiles and runs from command line but eclipse (juno) keeps saying there are thousands of errors. For example there's a function SetRun in my code, and eclipse mentions this error: "called Invalid arguments 'Candidates are: void SetRun(?)'", whereas SetRun is of type static void SetRun (uint32_t run);

I have quite a lot of similar errors like that, where eclipse doesn't seem to understand the type of the function and puts a '?' instead.

I also have many errors like this: "symbol '*' could not be resolved."

I also have many includes that can't be resolved, although they are resolved just fine by the compiler.

I think this is all part of the same issue.

I should also note that I had this working with eclipse previously, but now everytime I open eclipse it appears that way.

If I build the project from eclipse, it build successfully.

I tried updating the index but it didn't change a thing.

What can I do to make eclipse stop telling me about these errors?
Re: eclipse juno cdt build issues [message #895037 is a reply to message #894967] Wed, 11 July 2012 13:35 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Looks like the indexer cannot find your system headers. Which platform, toolchain, project type?

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Code Assist: "Auto activation triggers for C:"
Next Topic:Environment Variables fixed on makefile
Goto Forum:
  


Current Time: Wed Sep 25 19:22:34 GMT 2024

Powered by FUDForum. Page generated in 0.03870 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top