Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » eclipse juno cdt build issues
eclipse juno cdt build issues [message #894967] Wed, 11 July 2012 05:27 Go to next message
Eclipse UserFriend
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 09:35 Go to previous message
Eclipse UserFriend
Looks like the indexer cannot find your system headers. Which platform, toolchain, project type?
Previous Topic:Code Assist: "Auto activation triggers for C:"
Next Topic:Environment Variables fixed on makefile
Goto Forum:
  


Current Time: Fri Jul 04 17:13:13 EDT 2025

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

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

Back to the top