Hello,
I wonder if somebody can give me a hand here. I'm trying to follow the instructions given in
http://processors.wiki.ti.com/index.php/SysLink_Install_Guide#Build_SysLink_Driver_and_Libraries
my product.mak file has basically the default configuration, the part that is relevant to the lcdk board is as follow:
######## For OMAPL1XX device ########
else ifeq ("$(DEVICE)","OMAPL1XX")
LINUXKERNEL = $(DEPOT)/mcsdk_1_01_00_02/board-support/linux-3.3-psp03.22.00.06.sdk
CGT_ARM_INSTALL_DIR = $(DEPOT)/arago-2011.09/armv5te
CGT_ARM_PREFIX = $(CGT_ARM_INSTALL_DIR)/bin/arm-arago-linux-gnueabi-
IPC_INSTALL_DIR = $(DEPOT)/ipc_1_25_03_15
BIOS_INSTALL_DIR = $(DEPOT)/bios_6_35_04_50
XDC_INSTALL_DIR = $(DEPOT)/xdctools_3_25_04_88
# If LOADER=ELF then below elf tools path is required else set C674 path
ifeq ("$(LOADER)","ELF")
CGT_C674_ELF_INSTALL_DIR= $(DEPOT)/ccsv5/tools/compiler/c6000_7.4.6
else
CGT_C674_INSTALL_DIR= $(DEPOT)/
endif
The message shows up compiling different version of syslink namely 2.21.02.10 and 2.21.01.05. as follow:
/opt/ti/syslink_2_21_02_10/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/family/hlos/knl/omapl1xx/omapl1xxdsp/omapl1xxpwr.c:908:26: error: 'IO_SIZE' undeclared (first use in this function)
make[4]: *** [/opt/ti/syslink_2_21_02_10/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/family/hlos/knl/omapl1xx/omapl1xxdsp/omapl1xxpwr.o] Error 1
It has to be somewhere in my configuration since happen the same to different versions of syslink but I don't know where to look for. Any orientation very much appreciated.
Thank you
Rafael