I am trying to rebuild the codec combo package which came with the DVSDK by using the genpackage of the codec engine utils 1.06. But I get the following problem. It seems that either dsp bios or jdk system is broke in my system. But I can't figure out the exact problem.
Can someone please help me out this issue. I get the following message:
$xs ti.sdo.codecutils.genpackage
**** warning: package xdc.tools.sg.linux_swt depends on the
Mozilla browser for some functionality. Your environment doesn't
currently point to Mozilla, so some XDC graphical tools may fail.
To prevent this, please set up the following in your environment:
- set the MOZILLA_FIVE_HOME environment variable. Its value
should be the directory that contains the file run-mozilla.sh,
which you can find using the command:
locate run-mozilla.sh
- include $MOZILLA_FIVE_HOME and $MOZILLA_FIVE_HOME/plugins on
the LD_LIBARARY_PATH, for example using bash syntax:
export LD_LIBRARY_PATH="$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="$MOZILLA_FIVE_HOME/plugins:$LD_LIBRARY_PATH"
Command Line Version requires XML File! See xs ti.sdo.codecutils.genpackage --help for more information.
Starting GUI RTSC Codec Package Wizard now...
"ti/bios/rov/KNL.xdc", line 11: can't find imported unit: xdc.rov.ViewInfo (xdc.rov.ViewInfo)
js: "/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/logic.xs", line 1151: parser failed
"/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/gui.xs", line 85
"/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/gui.xs", line 2405
"/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/Main.xs", line 160
org.mozilla.javascript.WrappedException: Wrapped xdc.services.spec.SessionRuntimeException: parser failed (/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/logic.xs#1151)
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1757)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:170)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3237)
at script.getClasses(/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/logic.xs:1151)
at script.init(/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/gui.xs:85)
at script.main(/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/gui.xs:2405)
at script.run(/media/Partition2/dvsdk_2_00_00_22/ceutils_1_06/packages/ti/sdo/codecutils/genpackage/Main.xs:160)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2394)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
at xdc.services.intern.xsr.Invoke.call(Invoke.java:107)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3237)
at script.main(/media/Partition2/dvsdk_2_00_00_22/xdctools_3_10_03/packages/xdc/tools/ICmd.xs:26)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2394)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
at xdc.services.intern.xsr.Invoke.call(Invoke.java:70)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3237)
at script(/media/Partition2/dvsdk_2_00_00_22/xdctools_3_10_03/packages/xdc/xs.js:125)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2394)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:173)
at org.mozilla.javascript.Context.evaluateReader(Context.java:1227)
at config.Shell.evaluateReader(Shell.java:789)
at config.Shell.processReader(Shell.java:451)
at config.Shell.processFile(Shell.java:513)
at config.Shell.exec(Shell.java:735)
at config.Shell.main(Shell.java:1343)
Caused by: xdc.services.spec.SessionRuntimeException: parser failed
at xdc.services.spec.Import.resolve(Import.java:49)
at xdc.services.spec.Unit.pass2Check(Unit.java:527)
at xdc.services.spec.ParserSession.pass2(ParserSession.java:221)
at xdc.services.spec.ParserSession.compile(ParserSession.java:86)
at xdc.services.spec.BrowserSession.loadPkg(BrowserSession.java:196)
at xdc.services.spec.BrowserSession.findPkg(BrowserSession.java:81)
at xdc.tools.sg.widgets.InterfaceList.findImplementors(InterfaceList.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
... 21 more
Thanks in advance.
Regards,
Monish