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.

How to call a user function in a .lib file from "xdais" Gencodecpkg template file???

Hi,

         How to call a  normal function in a library (.lib file--> which is not xdais compliant), from a xdais compliant file (i.e.) fir.c??

i.e.  if we call            copy(64, *input, *output);             from         fir.c (xdais compliant)   to a  library file which contains copy function,

what specifications we need to have?????

we included the library file in that CCS project.

Problem is

When building it leaves a error

unresolved symbol _copy...

we are creating a project with fir.lib(created when building with static library option) to be added to a framework(which gives .out file);

Problem arises only when building .out file and not during .lib file creation.

Thanks.