Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » the mystery of includes(how to include from a differnet project? )
icon5.gif  the mystery of includes [message #796362] Sat, 11 February 2012 22:21 Go to next message
elhanan Maayan is currently offline elhanan MaayanFriend
Messages: 131
Registered: November 2009
Senior Member
hi...

i'm new the CDT (but have experience in java) and i'm trying to build an arduino project with arduino plugin.


anyway, this plugin creates 2 projects, the first a project which simply has all the standard includes arudino has (it has 2 linked folders), the second project has the actuall code

my questions is this, how to do i another include header file (which is located in another folder then one allready listed) to main project? (i know there are several tabs in source path->project properties, but i don't know the difference between them.)
Re: the mystery of includes [message #796598 is a reply to message #796362] Sun, 12 February 2012 08:03 Go to previous message
Edward H is currently offline Edward HFriend
Messages: 2
Registered: February 2012
Junior Member
It sounds strange to me that you just need the include file and not the library or piece of code, but to your direct question, you can add include paths or files here: C/C++ Build --> Settings --> GCC Compiler --> Includes
Previous Topic:New Project from a existing Makefile
Next Topic:Cannot export built-in symbols
Goto Forum:
  


Current Time: Thu Apr 25 11:32:31 GMT 2024

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

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

Back to the top