Other Parts Discussed in Thread: TIDEP0074,
Tool/software: TI-RTOS
Hi, I'm using AM572x custom board.
I tried to build an IPU STB example provided by TI (tiSTB-MacFilter.tar.gz),
but an error occurred and it was not done.
I think the IPU STB example and the PDK do not seem to match.
ENV:
#### BIOS-side dependencies ####
BIOS_INSTALL_DIR = $(DEPOT)/bios_6_46_01_38
IPC_INSTALL_DIR = $(DEPOT)/ipc_3_43_02_04
XDC_INSTALL_DIR = $(DEPOT)/xdctools_3_32_00_06_core
PDK_INSTALL_DIR = $(DEPOT)/pdk_am57xx_1_0_4
PDK_INSTALL_PATH = $(DEPOT)/pdk_am57xx_1_0_4/packages
#### BIOS-side toolchains ####
ti.targets.arm.elf.M4 = $(DEPOT)/ti-cgt-arm_16.12.0.STS
ti.targets.elf.C66 = $(DEPOT)/ti-cgt-c6000_8.0.3
ERR Log:
"icss_emacDrv.c", line 66: fatal error: cannot open source file "ti/drv/icss_emac/icss_emacDrv.h"
"PktProcEng.c", line 86: fatal error: cannot open source file "ti/drv/icss_emac/test/src/icss_switch_emac.h"
"icss_emacDrv.c", line 525: warning: pointless comparison of unsigned integer with zero
"icss_emacDrv.c", line 1716: error: identifier "DMTIMER_SRC_CLK_FREQ" is undefined
"icss_emacDrv.c", line 1719: error: identifier "DMTIMER4_ID" is undefined
Best Regards,
John Kim