Part Number: TMS320F28379D
Tool/software:
Hello,
I am working on a multicore project in CCS v12. I have some common source libraries that I would like to use for both cores. My workspace is as follows
ws-name:
- core1
- core2
- multi
- lib
I have configured the project settings for each core such that the $WORKSPACE_LOC/lib is an include path for the compiler, and a file search path for the linker.
CCS is able to successfully find the symbols declared in .h files in lib, but it is not building the corresponding .c files. As such I get unresolved symbols error.
Is there anything I can do about this?