This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RE: Linux EZSDK 5.04.00.11 release is available for download

Other Parts Discussed in Thread: SYSBIOS

I think that I have found a problem:

component_sources/bios_6_33_02_31/packages/ti/sysbios/ipc is missing.  It appears that the edma samples library still refers to the sysbios.ipc package.  Both EZSDKs 5.03.01.15 and 5.04.00.11 contain edma3lld_02_11_02_04. It appears that the edmalld package needs to be updated for the new ezsdk.

Also, xdc is complaining about uia:

warning: xdc.runtime.Log: "/home/lholeva/ti-ezsdk_dm816x-evm_5_04_00_11/component-sources/xdctools_3_23_01_43/packages/xdc/runtime/Log.xs", line 168: xdc.runtime.Log idToInfo: Two events with the same id: ti.uia.events.UIABenchmark.start and xdc.runtime.Log.L_start share the msg: 'Start: %$S'. You must reconfigure the message of one of these events to ensure its id will be unique.

warning: xdc.runtime.Log: "/home/lholeva/ti-ezsdk_dm816x-evm_5_04_00_11/component-sources/xdctools_3_23_01_43/packages/xdc/runtime/Log.xs", line 168: xdc.runtime.Log idToInfo: Two events with the same id: ti.uia.events.UIABenchmark.stop and xdc.runtime.Log.L_stop share the msg: 'Stop: %$S'. You must reconfigure the message of one of these events to ensure its id will be unique.

warning: xdc.runtime.Log: "/home/lholeva/ti-ezsdk_dm816x-evm_5_04_00_11/component-sources/xdctools_3_23_01_43/packages/xdc/runtime/Log.xs", line 168: xdc.runtime.Log idToInfo: Two events with the same id: ti.uia.events.UIABenchmark.startInstance and xdc.runtime.Log.L_startInstance share the msg: 'StartInstance: %$S'. You must reconfigure the message of one of these events to ensure its id will be unique.

warning: xdc.runtime.Log: "/home/lholeva/ti-ezsdk_dm816x-evm_5_04_00_11/component-sources/xdctools_3_23_01_43/packages/xdc/runtime/Log.xs", line 168: xdc.runtime.Log idToInfo: Two events with the same id: ti.uia.events.UIABenchmark.stopInstance and xdc.runtime.Log.L_stopInstance share the msg: 'StopInstance: %$S'. You must reconfigure the message of one of these events to ensure its id will be unique.

warning: xdc.runtime.Error: "/home/lholeva/ti-ezsdk_dm816x-evm_5_04_00_11/component-sources/xdctools_3_23_01_43/packages/xdc/runtime/Error.xs", line 44: xdc.runtime.Error E_generic: the message for this error (= '%$S') requires %$S support but xdc.runtime.System.extendedFormats (= '%f') does not include '%$S'

 As a temporary fix to get my DSP code to build, I have gone back to the xdc and bios packages of ezsdk 5.03.01.15, using syslink, ipc, edmalld, and uia from ezsdk 5.04.00.11.

Lee