Brian, There are several changes from DSPLink 1.3x to 1.6x.
Can you refer to the links at http://processors.wiki.ti.com/index.php/Category:DSPLink Specifically http://processors.wiki.ti.com/index.php/Migrating_between_DSPLink_versions In your email you have said that you have already looked at above links. You can edit the wiki pages to add the gaps that you have seen. At a top level, it can be said that ips.h replaces shm_ips.h. However, ips.h is an internal header file for the Notify module (notify.h)which does user level event notification. In the newer versions of DSPLink internal header files are not needed for an application level build. SO I think removing the header file altogether while moving to the latest DSPLink will work for you. Deepali -----Original Message----- From: davinci-linux-open-source-bounces+deepali=ti....@linux.davincidsp.com [mailto:davinci-linux-open-source-bounces+deepali=ti....@linux.davincidsp.com] On Behalf Of Brian Hutchinson Sent: Wednesday, September 29, 2010 7:59 PM To: [email protected] Subject: Trying to move from 1.3x dsplink to 1.65 (does ips.h replace shm_ips.h) I'm trying to make the changes to our dsp application to link against the latest community dsplink 1.65. The application is currently linked against a 1.30.08.02 version of dsplink that has a header file called shm_ips.h. This header doesn't show up in 1.65. Doing some grepping I see that 1.65 has: ips.h dsplinkips.h ldrv_ips.h ... I'm guessing that ips.h in 1.65 replaces shm_ips.h in 1.30? I've looked through the moving from 1.30 - 1.40 and 1.40 - 1.50 migration guides as well as release notes and I have yet to find anything addressing or documenting these changes. Has anyone experienced anything similar moving an old app (circa 2006) to the lastest dsplink? Regards, Brian _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
