Albert,

You said the codec is located here:

/home/albertb/albertb_tests/codecs/ti/sdo/codecs/h264dec/

Therefore your path needs to include

/home/albertb/albertb_tests/codecs/

Note there are two changes:
1) Add the preceding '/' as Rob pointed out.
2) Change "packages" to "codecs" if that's indeed the correct path.

Brad

________________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tivy, Robert
Sent: Wednesday, October 22, 2008 1:02 PM
To: Albert Burbea; davinci-linux-open-source@linux.davincidsp.com
Subject: RE: RTSC Server Package Wizard

Stabbing in the dark, could it be that your XDCPATH definition has a typo?  
There is no leading "/" in front of "home/albertb/albertb_tests/packages".
 
- Rob

________________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Albert Burbea
Sent: Wednesday, October 22, 2008 8:05 AM
To: davinci-linux-open-source@linux.davincidsp.com
Subject: RTSC Server Package Wizard
Hi everybody
I am trying to build a codec/server bundle. I succeed to run the example viddec 
provided in ceutils_1_06. 
when I try to build the h264dec provided from TI, I succeed to build the codec, 
but when I build the server I consistenly encounter the following error:
 
Package, ti.sdo.codecs.h264dec, not found with module H264DEC... modify your 
XDCPATH to include the package's repository.
 
Now, I checked all the points in the FAQ, and I think I am OK. I build the 
server using the following script
 
[EMAIL PROTECTED] albertb_tests]$ cat rtsc_svr_file.sh 
export MOZILLA_FIVE_HOME="/usr/lib/xulrunner-1.9pre"
export LD_LIBRARY_PATH="$MOZILLA_FIVE_HOME"
export LD_LIBRARY_PATH="$MOZILLA_FIVE_HOME/plugins:$LD_LIBRARY_PATH"
export DVSDK_INSTALL_DIR=${ACTIVE_DVSDK}
export 
XDCPATH="home/albertb/albertb_tests/packages;$DVSDK_INSTALL_DIR/ceutils_1_06/packages;$DVSDK_INSTALL_DIR/codec_engine_2_10_01/packages;$DVSDK_INSTALL_DIR/xdais_6_10_01/packages;$DVSDK_INSTALL_DIR/bios_5_32_01/package"
echo "XDC PATH IS "
echo $XDCPATH
echo
xs ti.sdo.codecutils.genserver -f="./test3.xml"  
and here is test3.xml

[EMAIL PROTECTED] albertb_tests]$ cat test3.xml 
<?xml version="1.0"?><rtsc_server_package_wizard>
  <version>0.2.3</version>
  <packageName>ti.sdo.codecs.h264dec</packageName>
  <serverName>ti.sdo.servers.h264dec_unitserver_evmdm6467</serverName>
  <outputRepository>/home/albertb/albertb_tests/codecs</outputRepository>
  <platform>ti.platforms.evmDM6467</platform>
  <module>H264DEC</module>
</rtsc_server_package_wizard>
the codec files are under /home/albertb/albertb_tests/codecs, and the "body" of 
the codec is under >/home/albertb/albertb_tests/codecs/ti/sdo/codecs/h264dec/
Yet, it does not build the server.... I begin to be quite desperate.
Any help?
Albert 
-- 
Albert Burbea
Harishonim 8
Ramat Gan 52502, Israel
Tel/Fax + 972-3-7526016
Mobile: +972-52-3541842
_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to