Hello,
I'm having problems with the installation of SysLink for an OMAPL137 device.
I have installed the CCSv5, and it comes with the IPC module which has allowed me to debug some of the examples and some part of my DSP application, but I now want to use the GPP side for communication with the DSP and I need the SysLink package.
When trying to install, it says to modify the products.mak file and in the devices listed in the file it doesn't appear mine. I modified the file so it said OMAPL137 where previously said OMAP3530 and updated the paths accordingly but at the moment of 'make syslink' I got an error with the Notify.c compilation:
make -C /home/siriusdane/OMAP-L138_arm_1_00_00_11/DaVinci-PSP-SDK-03.20.00.11/src/kernel/linux-03.20.00.11 SUBDIRS=/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux modules
make[3]: Entering directory `/home/siriusdane/OMAP-L138_arm_1_00_00_11/DaVinci-PSP-SDK-03.20.00.11/src/kernel/linux-03.20.00.11'
CC [M] /usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.o
/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.c: In function 'Notify_numIntLines':
/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.c:704: error: implicit declaration of function 'Notify_SetupProxy_numIntLines'
/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.c: In function 'Notify_attach':
/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.c:2246: error: implicit declaration of function 'Notify_SetupProxy_attach'
/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.c: In function 'Notify_detach':
/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.c:2268: error: implicit declaration of function 'Notify_SetupProxy_detach'
/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.c: In function 'Notify_sharedMemReq':
/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.c:2299: error: implicit declaration of function 'Notify_SetupProxy_sharedMemReq'
make[4]: *** [/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Notify.o] Error 1
make[3]: *** [_module_/usr/local/CCSv5/syslink_2_00_03_82/packages/ti/syslink/utils/hlos/knl/Linux] Error 2
Please let me know what is this error about and how to fix it...
BTW, I went into the Notify.c code and saw the functions mentioned in the error and saw that they were declared in the NotifySetupProxy.h file which was included
--
Aquiles Lacruz
Eurisko Consultores