Skip to main content
AVR Freaks
Main menu mobile
Home
Communities
Forums
Projects
Vendors
Wiki
Search
My summary
Privacy
Contact
Site Use Terms
Cookies
Communities
Forums
Vendors
WIKI
Projects
Signup
Login
Search form
Search
Entire Site
All Communities
AVR Freaks
Atmel SMART ARM-based MCUs
Internet of Things
Capacitive Touch
Projects
Vendors
Wiki
You are here
Home
»
User login
karanInterdigital's Posts
Main menu mobile
Home
Communities
Forums
Projects
Vendors
Wiki
Search
My summary
Privacy
Contact
Site Use Terms
Cookies
Communities
Forums
Vendors
WIKI
Projects
Discussion Topics
Comments/Replies
Post
Created date
Include '.h' and '.c' files in project from outside directory
david.prentice wrote:Show your include statement. I am successfully able to include the directory containing '.h' files but I have to add the source ('.c') files as link to...
Wednesday, 16 March 2016 - 19:21
Include '.h' and '.c' files in project from outside directory
david.prentice wrote:Browse for the external header files. Add the path to your include directories list. Adding relative or absolute path of header files is still giving...
Tuesday, 15 March 2016 - 19:23
Include '.h' and '.c' files in project from outside directory
karanInterdigital wrote: karanInterdigital wrote:
Tuesday, 15 March 2016 - 19:22
Include '.h' and '.c' files in project from outside directory
karanInterdigital wrote:
Tuesday, 15 March 2016 - 19:20
Include '.h' and '.c' files in project from outside directory
Adding relative or absolute path of header files is still giving "not found" error. Header and source files are outside of project directory. I want to avoid adding exisiting...
Tuesday, 15 March 2016 - 19:20
Call C++ function from c - Atmel studio 7
It is a GCC C executable project.
Monday, 15 February 2016 - 21:18
Call C++ function from c - Atmel studio 7
@JohanEkdahl Thanks for the detailed explanation. I will try the solution you suggested and let you know. In the mean time I tried to do it using static library. I...
Friday, 12 February 2016 - 15:32
Call C++ function from c - Atmel studio 7
I have attached the project GccApplication3.zip please check.
Tuesday, 9 February 2016 - 22:11
david.prentice wrote:Show your include statement. I am successfully able to include the directory containing '.h' files but I have to add the source ('.c') files as link to...
david.prentice wrote:Browse for the external header files. Add the path to your include directories list. Adding relative or absolute path of header files is still giving...
karanInterdigital wrote: karanInterdigital wrote:
karanInterdigital wrote:
Adding relative or absolute path of header files is still giving "not found" error. Header and source files are outside of project directory. I want to avoid adding exisiting...
It is a GCC C executable project.
@JohanEkdahl Thanks for the detailed explanation. I will try the solution you suggested and let you know. In the mean time I tried to do it using static library. I...
I have attached the project GccApplication3.zip please check.