Hi,
I have downloaded the mp3 decoder codec from the TI website and added it to the server. Then I followed the steps described in the help pdf offered by TI which is named 'How_do_I_Integrate_new_codecs_into_DVSDK'. After it, I have obtained the cs.x64P file for server. I think it will work correctly. Then I want to compile the test app included in the MP3DEC file, but it failed when linking. The error is 'undefined reference to 'BCACHE_wbIN' ' and some errors like this. It means that all the BCACHE functions can not be included when linking. I found the 'bcache.h' file in my Bios_5_33 directory. But the according lib may not exist. Is this reason for my failure? Could you help me to use this MP3DEC codec correctly. It is very important for me to decode mp3 in my application.
If I deleted any code related to bcache.h , the executable will obtained. But when I downloaded it to my board (OMAP3530) and run it, it failed followed by the errors: Segmentation Fault.