Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » unresolved inclusions
unresolved inclusions [message #832069] Thu, 29 March 2012 18:22 Go to next message
Eclipse UserFriend
Hi,
I wanted to extend an old c-project (not managed) and I created it from
cvs-reposity. I now get error messages, that eclipse cdt can't resolve
the inclusions. In the past years it was never a problem for eclipse to
find the system wide include files automatically. I tried to add the
include-path but there isn't a tab for includes in the menu
Properties/C-C++ General/Path and Symbolds

Files exists
/usr/include/string.h
/usr/include/stdio.h

/*unresolved inclusions in c-file*/
#include <stdio.h>
#include <string.h>

I use Eclipse Indigo classic with CDT. Any idea?

Thomas B
Re: unresolved inclusions [message #845532 is a reply to message #832069] Sun, 15 April 2012 06:06 Go to previous message
Eclipse UserFriend
On Thu, 29 Mar 2012 20:22:41 +0200, Thomas Barth wrote:

>. I now get error messages, that eclipse cdt can't resolve
> the inclusions.

> /*unresolved inclusions in c-file*/
> #include <stdio.h>
> #include <string.h>

I experienced the same, but my installation of Galileo isn't wright
integrated with the avr-gcc toolchain.
So, if i copy a fresh created c-project with clean includes and change
the properties of that project to use the avr-toolchain i get these
unresolved externals too.

maybe it helps?

Ewald
Previous Topic:CDT-Based Editor
Next Topic:build and run
Goto Forum:
  


Current Time: Fri Apr 19 09:16:01 GMT 2024

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

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

Back to the top