This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SysLink Install for OMAPL137

Other Parts Discussed in Thread: OMAP3530, OMAP-L138

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

  • SysLink 2.00.03.82 does not work for OMAPL137.  As you have seen, there are build issues with the makefiles, and even if you were successful in struggling through those issues and fixing the build, the resulting executables wouldn't even work.  We know this because SysLink development has been adding support for OMAPL1XX recently and significant changes have been made for OMAPL137.

    There will be a SysLink GA release coming out in November which will include support for OMAPL1XX devices.  Please look out for that release.

    Regards,

    - Rob