Hi
I'm having trouble with header files linked (rather than added) to a project.
My expectation of this function is that the linked header file is effectively part of the current project (just like a local copy of the file) and hence I do not need to add an include path for that header.
I link both the .h and .c files to my project, then add a corresponding #include in one of the other project files.
For example, I link "adc.h" and "adc.c" to my project, then in processData.c I add #include "adc.h"
If I ctrl+click on adc.h in the #include (or press F12) CCS opens the correct file, so CCS knows where the file is.
But, if I build the project, I get the error ' #5 could not open source file "adc.h" '.
Can anyone explain what I'm doing wrong?
OS: Windows 7, SP1, 64bit, CCS: 6.0.1.00040 , Device: LM3S9D96
Regards
Julian