This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28379D: CCS Building and Linking External Sources

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?