Hello,
I'm trying to port an old CE 1.20 server to a new CE 3.21.02.25 for TI8168. I changed some a memory section name from EXTALG_HEAP to DDRALGHEAP (I'm not sure that I did it correctlly) for compliance (heaps.cfg:5543.heaps.cfg.txt), package config (syslink.cfg:1537.syslink.cfg.txt) and package build script (8816.package.bld.txt).
So there are only 6 errors remains which I don't know how to fix at the moment:
undefined first referenced symbol in file --------- ----------------
MEM_tabSize /usr/local/ezsdk/component-sources/bios_6_32_05_54/packages/ti/bios/lib/release/ti.bios.ae674
MEM_table /usr/local/ezsdk/component-sources/bios_6_32_05_54/packages/ti/bios/lib/release/ti.bios.ae674
ti_bios_support_Lck_Object__create__S /usr/local/ezsdk/component-sources/bios_6_32_05_54/packages/ti/bios/lib/release/ti.bios.ae674
ti_bios_support_Lck_Object__delete__S /usr/local/ezsdk/component-sources/bios_6_32_05_54/packages/ti/bios/lib/release/ti.bios.ae674
ti_bios_support_Lck_pend__E /usr/local/ezsdk/component-sources/bios_6_32_05_54/packages/ti/bios/lib/release/ti.bios.ae674
ti_bios_support_Lck_post__E /usr/local/ezsdk/component-sources/bios_6_32_05_54/packages/ti/bios/lib/release/ti.bios.ae674
Could somebody please give me advice on that is wrong in my configuration?
Any ideas are welcome!
Thanks in advance,
Michael
Error messages disappear if I add 'ti.bios.MEM' and 'ti.bios.LCK' xdc's modules to the package configuration file. CE 1.20 didn't ask for them..
Hi Michael,
It looks like you have resolved the issue by adding the 'ti.bios.MEM' and 'ti.bios.LCK' modules in your package config file, and you are unblocked. Correct?
Murat
Hi Murat,
Exactly. Codec Engine 1.20 doesn't have these packages. They appear in newer versions.