Tool/software: Code Composer Studio
Hi,
I am using Code composer studio 7.4.0. for creating static library of C / CPP files. This static library I want to use in vision sdk plugin.
I'm able to create static lib and use successfully in vision sdk when library code doesn't contain vision sdk functions such as Utils_memAlloc, Utils_memFree, UTILS_assert, Utils_getCurGlobalTimeInMsec() etc.
But when I include vision sdk functions in library code, I get compilation error saying "function undefined". My library project location and visionsdk folder are different. I have included vision sdk folder path to ccs static library project in "Properties->Build->C6000 Compiler->Include Options", now I'm not getting compilation error but now I'm getting linking issues in .obj files.
Please suggest how to resolve this issue ?