Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » XDC Tool dependency
XDC Tool dependency [message #880] Mon, 02 February 2009 18:02 Go to next message
Karthik is currently offline KarthikFriend
Messages: 1
Registered: July 2009
Junior Member
The following provides an overview of the changes done on the same code
base without any modifications. The only changes are migrating to later
releases of XDC. The plan is to baseline the changes on XDC Version
3.15.00.16. Is this recommended?

-------------------------------------------------------
XDC Tools 3.15.000.13
Codec Engine 3.00.00.12
BIOS Version 6.20.00.07

Modifications required to code : Possibly due to BIOS dependency we need
to explicitly include use.Module for GateMP module in the cfg file, else
it throws an error unbound proxy for GateMP module

Build Status SUCCESSFUL

-----------------------------------------------------
XDC Tools 3.15.00.15
Codec Engine 3.00.00.12
BIOS Version 6.20.00.07

Modifications required to the code:
Doesn't require changes related to GateMP, but throws different set of
errors

Build Status FAILURE
Error description Cannot resolve Assert.Id

Build Errors:

"Y:\WTSD_DucatiMMSW\omx\khronos1.1\omx_h264_dec>""c:\Program Files\Texas
Instruments\xdctools_3_15_00_15\xdc.exe""
making package.mak (because of package.bld) ...
generating interfaces for package omx_h264_dec (because
package/package.xdc.inc is older than package.xdc) ...
configuring out/h264vd.xm3 from package/cfg/out/h264vd_xm3.cfg ...
""ti/sysbios/knl/Clock.xdc"", line 162: can't resolve name (Assert.Id)
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at xdc.services.intern.xsr.PkgLoader.exec(PkgLoader.java:145)
at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
at
org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMetho d.java:243)
at
org.mozilla.javascript.Interpreter.interpretLoop(Interpreter .java:3237)
at
org.mozilla.javascript.Interpreter.interpret(Interpreter.jav a:2394)
at
org.mozilla.javascript.InterpretedFunction.exec(InterpretedF unction.java:176)
at org.mozilla.javascript.Context.evaluateReader(Context.java:1 227)
at config.Shell.evaluateLoad(Shell.java:761)
at config.Shell.processLoad(Shell.java:634)
at config.Shell.load(Shell.java:1197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
"

-----------------------------------------------------
XDC Tools 3.15.00.16
Codec Engine 3.00.00.12
BIOS Version 6.20.00.16

Modifications required to the code :
Changes:
- XDC Changes related to migration of M3 within ARM under packages family
subdirectory
- catalog.c470.nda needs to be catalog.arm.nda
- SRAM is not a recognized heap memory location"

Build Status FAILURE

Error description can't resolve name (IGateProvider.Handle)

Build Errors "Y:\WTSD_DucatiMMSW\omx\khronos1.1\omx_h264_dec>""c:\Program
Files\Texas Instruments\xdctools_3_15_00_16\xdc.exe""
making package.mak (because of config.bld) ...
configuring out/h264vd.xm3 from package/cfg/out/h264vd_xm3.cfg ...
ti.sdo.osal.bios6.Settings.module$use(): Intializing
xdc.runtime.knl.Semaphore.Proxy to bios6 Semaphore
ti.sdo.osal.bios6.Settings.module$use(): Intializing
xdc.runtime.knl.SemaphoreMP.Proxy to bios6 SemaphoreMP
ti.sdo.osal.bios6.Settings.module$use(): Intializing
xdc.runtime.knl.Gate.Proxy to bios6 Gate
ti.sdo.osal.bios6.Settings.module$use(): Intializing
xdc.runtime.knl.GateMP.Proxy to bios6 GateMP
ti.sdo.osal.bios6.Settings.module$use(): Intializing
xdc.runtime.knl.Thread.Proxy to bios6 Thread
ti.sdo.osal.bios6.Settings.module$use(): Intializing
xdc.runtime.knl.Condition.Proxy to bios6 Condition
Configuration for Ducati...
ti.sdo.fc.ires.hdvicp.HDVICP2.module$use(): Setting HDVICP2.gate...
ti.sdo.fc.dskt2.DSKT2CFG.module$use(): Setting DSKT2.common$.gate...
""ti/sdo/fc/dman3/DMAN3CFG.xdc"", line 392: can't resolve name
(IGateProvider.Handle)
WARNING: xdc.loadPackage('ti.sdo.fc.dman3'): package cycle: ti.sdo.fc.dman3
js:
"" Y:/WTSD_DucatiMMSW/ext_rel/packages/codec_engine_3_00_00_12/ packages/ti/sdo/ce/alg/Settings.xdt "",
line 26: TypeError: Cannot read property ""DMAN3CFG"" from undefined
(Y:\WTSD_DucatiMMSW\ext_re
l\packages\codec_engine_3_00_00_12\packages\ti\sdo\ce\alg\Se ttings.xdt#26)

"" Y:/WTSD_DucatiMMSW/ext_rel/packages/codec_engine_3_00_00_12/ packages/ti/sdo/ce/alg/Settings.xdt "",
line 26

"" Y:/WTSD_DucatiMMSW/ext_rel/packages/codec_engine_3_00_00_12/ packages/ti/sdo/ce/alg/Settings.xdt "",
line 128
gmake.exe: *** [package/cfg/out/h264vd_xm3.xdl] Error 1
gmake.exe: *** [package/cfg/out/h264vd_xm3.xdl] Deleting file
`package/cfg/out/h264vd_xm3.c'
"
-----------------------------------------------------------
Re: XDC Tool dependency [message #913 is a reply to message #880] Mon, 02 February 2009 19:37 Go to previous messageGo to next message
Dave Russo is currently offline Dave RussoFriend
Messages: 172
Registered: July 2009
Senior Member
Karthik wrote:
> The following provides an overview of the changes done on the same code
> base without any modifications. The only changes are migrating to later
> releases of XDC. The plan is to baseline the changes on XDC Version
> 3.15.00.16. Is this recommended?
XDCtools 3.15.* has not been released. We only have "early access"
releases available for those that require one or more capabilities not
currently supported in XDCtools 3.10.

If you need to fix on a stable release of XDCtools in the near-term, the
best option is to use the latest XDCtools 3.10.* release.

If you require other products that are leveraging XDCtools 3.15.*
capabilities, you may need to use a later version of 3.15; I see that
3.15.00.19 early access release is now available.

Based on the information below, the BIOS and Codec Engine teams can
probably provide the best advise about which version of XDCtools you
should use. I'll forward this to them.

> -------------------------------------------------------
> XDC Tools 3.15.000.13
> Codec Engine 3.00.00.12
> BIOS Version 6.20.00.07
>
> Modifications required to code : Possibly due to BIOS dependency we need
> to explicitly include use.Module for GateMP module in the cfg file, else
> it throws an error unbound proxy for GateMP module
>
> Build Status SUCCESSFUL
>
> -----------------------------------------------------
> XDC Tools 3.15.00.15
> Codec Engine 3.00.00.12
> BIOS Version 6.20.00.07
>
> Modifications required to the code:
> Doesn't require changes related to GateMP, but throws different set of
> errors
>
> Build Status FAILURE
> Error description Cannot resolve Assert.Id
>
> Build Errors:
>
> "Y:\WTSD_DucatiMMSW\omx\khronos1.1\omx_h264_dec>""c:\Program Files\Texas
> Instruments\xdctools_3_15_00_15\xdc.exe""
> making package.mak (because of package.bld) ...
> generating interfaces for package omx_h264_dec (because
> package/package.xdc.inc is older than package.xdc) ...
> configuring out/h264vd.xm3 from package/cfg/out/h264vd_xm3.cfg ...
> ""ti/sysbios/knl/Clock.xdc"", line 162: can't resolve name (Assert.Id)
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:585)
> at xdc.services.intern.xsr.PkgLoader.exec(PkgLoader.java:145)
> at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
> at
> org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMetho d.java:243)
> at
> org.mozilla.javascript.Interpreter.interpretLoop(Interpreter .java:3237)
> at
> org.mozilla.javascript.Interpreter.interpret(Interpreter.jav a:2394)
> at
> org.mozilla.javascript.InterpretedFunction.exec(InterpretedF unction.java:176)
>
> at org.mozilla.javascript.Context.evaluateReader(Context.java:1 227)
> at config.Shell.evaluateLoad(Shell.java:761)
> at config.Shell.processLoad(Shell.java:634)
> at config.Shell.load(Shell.java:1197)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
> "
>
> -----------------------------------------------------
> XDC Tools 3.15.00.16
> Codec Engine 3.00.00.12
> BIOS Version 6.20.00.16
>
> Modifications required to the code :
> Changes:
> - XDC Changes related to migration of M3 within ARM under packages
> family subdirectory
> - catalog.c470.nda needs to be catalog.arm.nda
> - SRAM is not a recognized heap memory location"
>
> Build Status FAILURE
>
> Error description can't resolve name (IGateProvider.Handle)
>
> Build Errors
> "Y:\WTSD_DucatiMMSW\omx\khronos1.1\omx_h264_dec>""c:\Program Files\Texas
> Instruments\xdctools_3_15_00_16\xdc.exe""
> making package.mak (because of config.bld) ...
> configuring out/h264vd.xm3 from package/cfg/out/h264vd_xm3.cfg ...
> ti.sdo.osal.bios6.Settings.module$use(): Intializing
> xdc.runtime.knl.Semaphore.Proxy to bios6 Semaphore
> ti.sdo.osal.bios6.Settings.module$use(): Intializing
> xdc.runtime.knl.SemaphoreMP.Proxy to bios6 SemaphoreMP
> ti.sdo.osal.bios6.Settings.module$use(): Intializing
> xdc.runtime.knl.Gate.Proxy to bios6 Gate
> ti.sdo.osal.bios6.Settings.module$use(): Intializing
> xdc.runtime.knl.GateMP.Proxy to bios6 GateMP
> ti.sdo.osal.bios6.Settings.module$use(): Intializing
> xdc.runtime.knl.Thread.Proxy to bios6 Thread
> ti.sdo.osal.bios6.Settings.module$use(): Intializing
> xdc.runtime.knl.Condition.Proxy to bios6 Condition
> Configuration for Ducati...
> ti.sdo.fc.ires.hdvicp.HDVICP2.module$use(): Setting HDVICP2.gate...
> ti.sdo.fc.dskt2.DSKT2CFG.module$use(): Setting DSKT2.common$.gate...
> ""ti/sdo/fc/dman3/DMAN3CFG.xdc"", line 392: can't resolve name
> (IGateProvider.Handle)
> WARNING: xdc.loadPackage('ti.sdo.fc.dman3'): package cycle: ti.sdo.fc.dman3
> js:
> "" Y:/WTSD_DucatiMMSW/ext_rel/packages/codec_engine_3_00_00_12/ packages/ti/sdo/ce/alg/Settings.xdt "",
> line 26: TypeError: Cannot read property ""DMAN3CFG"" from undefined
> (Y:\WTSD_DucatiMMSW\ext_re
> l\packages\codec_engine_3_00_00_12\packages\ti\sdo\ce\alg\Se ttings.xdt#26)
>
> "" Y:/WTSD_DucatiMMSW/ext_rel/packages/codec_engine_3_00_00_12/ packages/ti/sdo/ce/alg/Settings.xdt "",
> line 26
>
> "" Y:/WTSD_DucatiMMSW/ext_rel/packages/codec_engine_3_00_00_12/ packages/ti/sdo/ce/alg/Settings.xdt "",
> line 128
> gmake.exe: *** [package/cfg/out/h264vd_xm3.xdl] Error 1
> gmake.exe: *** [package/cfg/out/h264vd_xm3.xdl] Deleting file
> `package/cfg/out/h264vd_xm3.c'
> "
> -----------------------------------------------------------
>
>
>
Re: In AGR While Creating Datapool, "Link to Datapool" is not visible [message #1788233] Wed, 30 May 2018 16:23 Go to previous messageGo to next message
Eclipse UserFriend
1
Re: In AGR While Creating Datapool, "Link to Datapool" is not visible [message #1788307] Wed, 30 May 2018 16:40 Go to previous message
Eclipse UserFriend
1
Previous Topic:RTSC targets tree started in RTSC source repository
Next Topic:RTSC-pedia down
Goto Forum:
  


Current Time: Thu Apr 25 21:54:44 GMT 2024

Powered by FUDForum. Page generated in 0.03238 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top