Hi
Im trying to "link" to a sub-directory from another project (Prj_B) to my current project (Prj_A). I would like to than be able to #include the parent header file from Prj_B_SubDir in Prj_A and use the functions from Prj_B_SubDir in Prj_A.
I say "link" but Im not sure of the proper terminology in the context of CCS, basically I have tried adding it to Prj_A as I would any other include directory, adding a resource path variable, using that to add it to the C2000 compiler include search path and also the linker directory search path.
Doing this however adds the Prj_B_SubDir to the includes list as hoped, but with an icon of a group of purple folders (see image), rather than the normal single yellow/brown directory icon. Also, Prj_A builds OK with a #include "Prj_B_SubDir" but the actual code/objects from Prj_B_SubDir are not being added to the project, as they does not show up in the map file.
What is the proper way for me to use the code from a folder within another project?
Looking at the device support include directories, I wonder if my Prj_B needs to have a certain directory structure?
Thanks
P.S. My reason for wanting to do this is that I dont want to have two copies of Prj_B_SubDir as I am developing it in tandem so I want changes to Prj_B to be reflected in Prj_A, if there is a better way of doing this let me know :)
P.P.S. I did look at http://processors.wiki.ti.com/index.php/Include_paths_and_options but I am not understanding correctly what it is I want to do in CCS terminology so am not sure what pieces of this information to use...
