Dear all,
I a trying to work around with codecs and modify according to
my needs .. I have compiled dsplink with
following options
GPP OS = Linux
DSP OS = DspBios
GPPDISTRIBUTION = davinci_mvlpro4.0
GPPOSVERSION = 2.6
DSPDISTRIBUTION = c64xxp_5.xx_linux
GPPPLATFORM = Davinci
DSPPLATFORM = Davinci
USE_PROC = 1
USE_POOL = 1
USE_NOTIFY = 1
USE_MPCS = 1
USE_RINGIO = 1
USE_MPLIST = 1
USE_CHNL = 1
USE_MSGQ = 1
TRACE = 0
PROFILE = 2
PROBE = 1
So my question is how can i print debug printfs from DSP .. lets say i have
changed
ti.sdo.ce.examples.codecs.viddec_copy
and i am using apps/video_copy/dualcpu/evdm6446 application..
I want to print somthing like this
[DSP] @0x0000014e:[T:0x00000000] servers.video_copy.evmDM6446 - main>
Welcome to DSP server's main().
this output was from server/video_copy/video_copy.x64P file which same above
mentioned application uses...
but why below printf not printing which was in
ti.sdo.ce.examples.codecs.viddec_copy.c file
179 GT_1trace( curTrace, GT_2CLASS, "VIDDECCOPY_TI_process> "
180 "Processed %d bytes.\n", minSamples );
Thank you
Deepak
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source