Tool/software: Code Composer Studio
Hi all,
I have a static lib, i have included DSPLIB to the static lib compiler configuration, as i'm using the lib.
The problem i'm seeing (probably its not) the code gets compiled, builds the lib output file.
And i import the required .h files along with the .lib file into my main project, it seems to doing the compilation and linking just actually in the main project.
cause, i had to add the dsplib again into my main lib inorder for it to build the output, otherwise i end up getting linking error.
Is the static lib, designed in a way not to link to other libraries?
what i'm seeing is an issue or is that how it should work?
(For security reasons, i wont be able to share much or any information/pic of the actual project)