[Problem]:
Using CCS 3.3, TI DSP C6727, when generate a C/C++ library, how statically embedded (or to say, add in) another library.
[More detailed description]:
We generate two C/C++ Library (int.lib and ext.lib). "int.lib" is an intermediate library, which is visiable to "ext.lib" only and not available in link stage. "ext.lib" is for linker to generate an executive program.
Our problem now is when linking, some functions defined in "int.lib" cannot be resolved. How can we achieve that without linking failure? Is there any relevant doc such as application note?
Thanks in advance
BTW,
The C/C++ source code has not problem, because if we put all source code together to generate one library and link, there is no problem.