Hi,
I am using OMAP3530 board. I trying to integrate my own codec into so that i can create .l64P and .x64P. I am having my souce files and heder files for my codec.
1) What is the procedure to generate the .l64P and .x64P?
2) Can i use the .l64P generated in CCS for building .x64P in server side. (I have made the DSP code XDM complaint.) How to do it? I am building the servers by keeping my .l64P file in codecs. Is this the right way? What i noticed while checking viddec_copy example is " I am building .l64P using viddec_copy.c and i am then i am building servers, it is working fine. In my case if i have only the .l64P of viddec_copy what should i do. i tried to remove the c file from codecs and take only .l64P, xdc, xs files and build servers i am getting errors. The packages which were built while building codecs are needed or not? if i build the codecs with c files so that i get the packages and then i remove th c files(viddec_copy) it is working. I want to know how can i do it if have a DSP library from CCS without any packages???
3) Is this the case that i have to take all my DSP side c files and header files to codecs folder and build with XDC tools so that i get my .l64P and packages. (Dont say me this is the right way...)
4) After these libraries are built, does the Application (which resides on ARM) require the packages with DSP source files?? If the package includes DSP header files, to my knowledge, it should work fine.No source files to be included. Please confirm.
Please help me sort out these.....
Thanks and Regards,
Bharath.M