I would like to build the updated Syslink module and library that came with 02_00_00_68_beta1, but I need to alter the Makefile to indicate where the Kernel Source Tree is located. You cannot build Linux modules without this and I am not sure where it is.
Is this it:
/home/lholeva/ti-ezsdk_c6a816x-evm_5_00_00_56/psp/linux-2.6.34-psp04.00.00.07
or perhaps:
/home/lholeva/ti-ezsdk_c6a816x-evm_5_00_00_56/psp/linux-2.6.34-psp04.00.00.07/kernel
Or, am wasting my time pursuing this as I do not have the 04.00.00.10 linux kernel? PSP 04.00.00.10 appears to be not yet released.
It appears that even with the alpha syslink I have the same issus as I need to build the archive, syslink.a, and that also needs to know where the kernel source tree is.
I may of answered my own question. I set the kernel source path to
/home/lholeva/ti-ezsdk_c6a816x-evm_5_00_00_56/psp/linux-2.6.34-psp04.00.00.07/kernel
and I was able to build the syslink library for syslink_02_00_00_56. I was also able to upgrade IPC to the latest version, 1_22_05_27.
Lee Holeva