Hi Avishai and list,
I am trying to rebuild the decodeCombo.x64P Codec Server in the
dm6446_dvsdk_combos_1_23 evaluation package shipped from TI (note, this is the
evaluation package with libraries *.l64P, not the DVEVM nor DVSDK). The
building process seemed OK without any error or warning messages. But we met
runtime error when using the decodeCombo.x64P, both the pre-built codec server
came with dm6446_dvsdk_combos_1_23 package and our re-built codec server:
[EMAIL PROTECTED]:/opt/dvevm# ./decode-sample.x470MV -v
data/videos/davincieffect_ntsc.mpeg4
fileSize = 72383363
@0x0005b2a8:[T:0x4094db60] OP - Process_create_d> Loading and starting DSP
server FAILED, status=[0x80008013]
@0x0005b71f:[T:0x4094db60] OP - Process_delete_d> Closing remote transport
FAILED, status=0x8000800b.
@0x0005bb34:[T:0x4094db60] OP - Process_delete_d> Stopping DSP FAILED,
status=0x8000801b
@0x0005c868:[T:0x400426e8] CE - rserverOpen: can't start './decodeCombo.x64P';
Process_create failed
Engine Open Failed
[EMAIL PROTECTED]:/opt/dvevm#
Also, we tried to build a codec server that has mpeg4dec codec and h264enc
codec using *.l64P libraries of dm6446_dvsdk_combos_1_23 package and met the
same problem when using the result codec server.
Do you have any idea what do these error messages mean? And how to solve
this?
I found this thread
http://www.mail-archive.com/[email protected]/msg02174.html
but I don't know if it is similar to my problem and if it was solved or not.
Also, my link.xdt and package.xs files seem OK, for examples:
mpeg4dec's link.xdt:
SECTIONS
{
/* vect tables must be in L2 at boot time */
/*.csl_vect > L2*/
ISRAM : > `this.MPEG4DEC.L1DSRAM`
.intDataMem : > `this.MPEG4DEC.L1DSRAM`
}
mpeg4dec's package.xs
/*
* ======== getSects ========
*/
function getSects()
{
var template = null;
if (Program.build.target.isa == "64P") {
template = "codecs/mpeg4dec/link.xdt";
}
return (template);
}
Regards,
Viet.
Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source