Hello everyone,
I have some questions from one of our customers - they are using TI's DaVinci processors for video surveillance. Could you please take a look at the request below ?
If this is posted to the wrong section please let me know (or move) - Thanks!
We are trying to migrate our codec server building toolchain from DM644x to DM8127/DM8147/DM8148. DaVinci packages are upgraded. DSPLink has changed to SysLink + IPC so that environment variables and path were updated accordingly.
Also changed
GCArmv5T to GCArmv7A ( config.bld, CEConfig.mak )
ti.platforms.evmDM6446 to ti.platforms.evmDM8148 ( CEConfig.mak ) "DM6446" to "DM8148" ( codec_package.tcf )
CMEM and SysLink driver kernel objects are built, but codec server configuration is missing some dependencies:
making package.mak (because of package.bld) ...
generating interfaces for package codec_package (because package/package.xdc.inc is older than package.xdc) ...
gmake: *** No rule to make target `package/cfg/codec_package_p64P.xdl',
needed by `linker.cmd'. Stop.
Warning: directory
"/home/kkauth/info/work/Odin/main/lib/codec/packages/server/packages/server/codecs"
on package path does not exist
Warning: directory
"/home/kkauth/info/work/Odin/main/lib/codec/packages/server/packages" on package path does not exist
js:
"/home/kkauth/info/work/DaVinci_repo/packs/xdctools_3_23_02_47/packages/xdc/tools/Cmdr.xs",
line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make[1]: *** [codec_package] Error 1
make: *** [all] Error 2
This results the stop:
$(CONFIGURO) -c $(CGTOOLS_DSP) \
-o $(CONFIGPKG) \
-t ti.targets.C64P \
-p ti.platforms.evmDM8148 \
--tcf $(CONFIGPKG).cfg
Do you have any idea what could be wrong here?