Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Auto discovery(Auto discovery fails even if the path is correct)
Auto discovery [message #725672] Thu, 15 September 2011 14:07
M. Raffin is currently offline M. RaffinFriend
Messages: 1
Registered: September 2011
Junior Member
I have been using eclipse Galileo with my makefile project (cross-compiling) and all was fine. All the path were resolved.

Then I move to the indigo and the nightmare began. When i build my project with the makefile all is fine. However, most of the project's paths were not resolved by the IDE. The funny thing is that the file "workspace/.metadata/.plugins/org.eclipse.cdt.make.core" contains the right paths. Most of these does not directly point to the include file, I mean for the file /home/user/pippo/pluto/head.h , I have:

<includePath path="/home/user/pippo"/>

and then

#include </pluto/head.h>

More funny, sometimes when I press F3 on an unresolved definition, it open the file with the definition.
So I have lots of "?" and "bug" symbols.

I tested the Helios and it shows me only the "?" with the includes but not the "bugs", something better.

I searched in the forums for a solution but it not seems to be handy.
Any idea or help will be very appreciated.
Previous Topic:Setting environment variables to build linux kernel.
Next Topic:Using $(shell) in makefile
Goto Forum:
  


Current Time: Thu Apr 25 11:13:58 GMT 2024

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

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

Back to the top