Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hy,
I would like to create a CCSV7 HalCoGen project to be used by several development groups, concerning this I've the following questions:
1) HALCOGEN_PRJ is a library that contains the files generated by HalCoGen
2) UTILS_PRJ is a library that uses library HALCOGEN_PRJ
3) FTTE_PRJ is a library that uses both HALCOGEN_PRJ and UTILS_PRJ
4) MAIN_PRJ is the main project that uses all 3 above libraries
I also want that FTTE_PRJ source code in not visible to the MAIN_PRJ development team, instead source code from libraries HALCOGEN_PRJ and UTILS_PRJ have to be visible,
so I'm a little bit confused about how to structure all, maybe:
A) UTILS_PRJ needs just to reference the projects HALCOGEN_PRJ
B) FTTE_PRJ needs just to reference the projects HALCOGEN_PRJ and UTILS_PRJ
C) MAIN_PRJ reference the projects HALCOGEN_PRJ and UTILS_PRJ and I copy in it FTTE_PRJ.lib and FTTE_PRJ.h
Could this be a good solution to arrange the projects?
Antonio