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.