Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Unresolved Inclusion (problem )
icon11.gif  Unresolved Inclusion [message #1750751] Wed, 28 December 2016 06:09 Go to next message
Mubdiul Hasan is currently offline Mubdiul HasanFriend
Messages: 38
Registered: November 2016
Member

Hi,

First of all I dont know its suitable forum section or not.
I think you might know if you are proficient user of Eclipse.


In my #include section of main.c file.

Red error line indicates like, Embarrassed ( dont tell me contact stm32, its a s/w question)
index.php/fa/27959/0/


At the same time the system says to do indexer marker, Embarrassed
index.php/fa/27960/0/



Kindly suggest me what to do for this issue?

[Updated on: Wed, 28 December 2016 06:11]

Report message to a moderator

Re: Unresolved Inclusion [message #1750764 is a reply to message #1750751] Wed, 28 December 2016 10:10 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
"unresolved inclusion" means the file can't be found.
This means the directory containing it hasn't been specified to CDT or it has been misspelled.
If spelled correctly, normally you would specify the path with Project --> Properties --> C/C++ General --> Preprocessor Include Paths, Macros etc. on the Entries tab as a user entry.
http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_general_sd_entries.htm

Quote:
At the same time the system says to do indexer marker,
Odd. How is it telling you this?
Re: Unresolved Inclusion [message #1820758 is a reply to message #1750764] Tue, 28 January 2020 12:42 Go to previous messageGo to next message
Paul Mejias is currently offline Paul MejiasFriend
Messages: 1
Registered: January 2020
Junior Member
Hi I´m using Eclipse 2019-12 Apache under Mac Sierra, and I have aproblem with include #<stdio.h>, it says "unresolved inclusion", I tried this guidelines but it does not show the "Preprocessor..." line. any help?
Re: Unresolved Inclusion [message #1821046 is a reply to message #1820758] Tue, 04 February 2020 19:25 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
whether or not you have the menu option for
Project --> Properties --> C/C++ General --> Preprocessor Include Paths, Macros etc.
depends on the type of project.

When you select File --> New -> C/C++ Project you are presented with various options.
The options are for the kind of builder used.
Some, such as Meson, Qt , Arduino and maybe others don't have this option.

So, when you created the project, what exactly did you do?
Previous Topic:Cannot Access Tool Settings Tab
Next Topic:No "automatic" save , build, refresh after errors detected / edited
Goto Forum:
  


Current Time: Tue Mar 19 03:14:48 GMT 2024

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

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

Back to the top