Thank you. Its working now. I am able to build all the examples and able to run
on target.
I will be working displaying yuv on LCD tomorrow.
I just found this, I tried to encode YUV 420 QCIF file to .264 format with CE
and able to decode to yuv.
I did not find any noticeable difference in YUV. But when I tried to play .264
(encoded by CE), I found its not playing as it has w.r.t to input yuv file. I
understand CE implementation might not be according to reference. What I
actually is picture in RED color and 4 small images scale down video being
played in VLC player. Please comment on this behaviour.
Many Thanks,
Sandeep.Yedire
________________________________
From: "JayaKumar, PremKumar" <[email protected]>
To: Sandeep YEDIRE <[email protected]>;
"[email protected]"
<[email protected]>
Cc: Sandeep Yedire <[email protected]>
Sent: Friday, 12 June, 2009 3:40:29 PM
Subject: RE: Example code servers": Error: xdc.loadPackage: can't find package
'dsplink.dsp'
From the xdcpaths.mak file it looks like your
DVSDK installation is having all the required components. So, cetools reference
may not be required. And further not sure if your CE installation has the
cetools in it.
So, try setting USE_CETOOLS_IF_EXISTS := 0 instead of 1 in the xdcpaths.mak
Regards,
Prem
TexasInstruments
India
________________________________
From:[email protected]
[mailto:[email protected]] On Behalf Of
Sandeep YEDIRE
Sent: Friday, June 12, 2009 11:29
AM
To: [email protected]
Cc: Sandeep Yedire
Subject: Example code
servers": Error: xdc.loadPackage: can't find package 'dsplink.dsp'
Hello Everyone,
I am currently working on building codec_engine examples for evmDM6446 target
provided along with dvsdk_1_30_01_41 version.
Following build instructions in codec_examples folder, I was able to perfrom
"gmake" successfully in
folder "codecs", "extensions".
And when I did same in folder "servers", I do get the following
error.
Error message below. I have aslo attached user.txt (nothing but user.bld) and
xdcpath.txt (xdcpath.mak) files at bottom of this email. Please let me
know what went wrong.
----------------------------------------------------------------------------------------------------------------------------------
[sand...@davinci servers]$ gmake clean
gmake -C video_copy clean
gmake[1]: Entering directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy'
gmake -C evmDM6446 clean
gmake[2]: Entering directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446'
rm -rf video_copy.x64P ti_sdo_ce_examples_servers_video_copy_evmDM6446.tar
*.obj package package.* video_copy
gmake[2]: Leaving directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446'
gmake[1]: Leaving directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy'
gmake -C all_codecs clean
gmake[1]: Entering directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/all_codecs'
/home/sandeep/dvsdk_1_30_01_41/xdc_3_00_02/xdc
XDCPATH="/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/all_codecs/../../../../../..;/home/sandeep/dvsdk_1_30_01_41/codec_engine_2_00_01/packages;/home/sandeep/dvsdk_1_30_01_41/codec_engine_2_00_01/cetools/packages;/home/sandeep/dvsdk_1_30_01_41/bios_5_31_08/packages"
\
XDCOPTIONS=v clean -PD .
making clean: Thu Jun 11 16:48:51 IST 2009 ...
======== clean
[/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/all_codecs]
========
cleaning complete: Thu Jun 11 16:48:51 IST 2009.
gmake[1]: Leaving directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/all_codecs'
[sand...@davinci servers]$ gmake
gmake -C video_copy all
gmake[1]: Entering directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy'
gmake -C evmDM6446 all
gmake[2]: Entering directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446'
XDCPATH="/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446/../../.../../../../..;/home/sandeep/dvsdk_1_30_01_41/codec_engine_2_00_01/packages;/home/sandeep/dvsdk_1_30_01_41/codec_engine_2_00_01/cetools/packages;/home/sandeep/dvsdk_1_30_01_41/bios_5_31_08/packages"
/home/sandeep/dvsdk_1_30_01_41/xdc_3_00_02/xs xdc.tools.configuro -c
/home/sandeep/dvsdk_1_30_01_41/cg6x_6_0_15 -o video_copy \
-t ti.targets.C64P -p
ti.platforms.evmDM6446 \
--tcf video_copy.cfg
making package.mak (because of package.bld) ...
generating interfaces for package video_copy (because package/package.xdc.xml
is older than package.xdc) ....
configuring video_copy.x64P from package/cfg/video_copy_x64P.cfg ....
platform = ti.platforms.evmDM6446
ti.sdo.ce.bioslog..init() ...
ti.sdo.ce.examples.codecs.videnc_copy.close() ...
ti.sdo.ce.bioslog.close() ...
ti.sdo.ce.osal.close() ...
js: "/home/sandeep/dvsdk_1_30_01_41/xdc_3_00_02/packages/xdc/cfg/Main.xs",
line 248: exception from uncaught JavaScript throw: Error: xdc.loadPackage:
can't find package 'dsplink.dsp' along the path
'/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples;/home/sandeep/dvsdk_1_30_01_41/codec_engine_2_00_01/packages;/home/sandeep/dvsdk_1_30_01_41/codec_engine_2_00_01/cetools/packages;/home/sandeep/dvsdk_1_30_01_41/bios_5_31_08/packages;/home/sandeep/dvsdk_1_30_01_41/xdc_3_00_02/packages;/home/sandeep/dvsdk_1_30_01_41/xdc_3_00_02/packages;/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446/video_copy/./...;';
try redefining the package path (XDCPATH).
"/home/sandeep/dvsdk_1_30_01_41/xdc_3_00_02/packages/xdc/cfg/Main.xs",
line 154
"/home/sandeep/dvsdk_1_30_01_41/xdc_3_00_02/packages/xdc/xs.js",
line 144
gmake: *** [package/cfg/video_copy_x64P.c] Error 1
gmake: *** [package/cfg/video_copy_x64P.c] Deleting file
`package/cfg/video_copy_x64Pcfg.cmd'
gmake: *** [package/cfg/video_copy_x64P.c] Deleting file
`package/cfg/video_copy_x64Pcfg_c.c'
gmake: *** [package/cfg/video_copy_x64P.c] Deleting file
`package/cfg/video_copy_x64Pcfg.s62'
gmake[2]: *** [video_copy] Error 2
gmake[2]: Leaving directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/home/sandeep/workdir_4.0.1/filesys/opt/ce_examples/ti/sdo/ce/examples/servers/video_copy'
gmake: *** [all] Error 2
[sand...@davinci servers]$
----------------------------------------------------------------------------------------------------------------------------------
Many Thanks,
Sandeep.Yedire
________________________________
Share files, take polls, and make new friends - all under one
roof. Click
here.
Explore and discover exciting holidays and getaways with Yahoo! India
Travel http://in.travel.yahoo.com/_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source