Hello,
we want to use a newer kernel from linux-davinci (newer then 3.6. rc 7). But if we want to insmod syslink.ko we get the message:
syslink: Unknown symbol final_putname (err 0)
insmod: can't insert '/lib/modules/3.10.0/kernel/drivers/dsp/syslink.ko': unknown symbol in module or invalid parameter
The problem is, that kernel does not export the symbol now. Only kernel version 3.6.rc 7 and older export the symbol putname.
Actually we use syslink version: 2.21.00.03. The file /packages/ti/syslink/proMgr/hlos/knl/Linux/ProcMgrDrv.c calls the function putname, which is not exported/supported from kernels higher 3.6. rc 7.
Is there a newer version of syslink available, which solves this problem?
Regards, Andrea