This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTSC Codec Package - xdc release failed

Hi,

I receive an error message when I execute the command "xdc release -PR . " at the directory I created (speech01dec). 
A directory "package" is generated inside of "speech01dec" directory afterward, except the error message.  

I think it's looking for something under codec_engine_2_24/packages/ti/sdo/ce
but I have no clue when and where to set up the path.

Below is the complete error message. Also, How do I supply the config.bld file?

Appreciate your help,
Juliann


note:
codec_engine_2_24
xdais_6_24
ceutils_1.06
xdctools_3_15_01_59

 

root@localhost speech01dec]# xdc release -PR .
making release: Mon Oct 4 08:49:53 EDT 2010 ...
======== .interfaces [.] ========
making package.mak (because of package.bld) ...
Warning: no config.bld file was found along the package path.
         The config.bld file specifies the location of the
         compiler tool-chains required to compile runtime content.
         Without this file, the XDC tools assume no targets are to be
         used.
generating interfaces for package wit.base.codecs.speech01dec (because package/package_wit.base.codecs.speech01dec.c is older than package.xdc) ...
    translating SPHDEC
======== .interfaces [./ce] ========
making package.mak (because of package.bld) ...
Warning: no config.bld file was found along the package path.
         The config.bld file specifies the location of the
         compiler tool-chains required to compile runtime content.
         Without this file, the XDC tools assume no targets are to be
         used.
generating interfaces for package wit.base.codecs.speech01dec.ce (because package/package.xdc.inc is older than package.xdc) ...
    translating SPHDEC
"wit/base/codecs/speech01dec/ce/SPHDEC.xdc", line 17:  can't resolve name (ti.sdo.ce.speech1.ISPHDEC1)
error:  compilation failed: parser failed
gmake[1]: *** [package/package.xdc.inc] Error 1
gmake: *** [ce,.interfaces] Error 2

  •  

    I've solved this issue by execuating "make release" under dvsdk_3_00_02_44/cs1omap3530_1_00_01  .

    Also, to manipulate single codec at a time, I added the folowing three lines to Makefile
    (cs1omap3530_1_00_01/Makefile):

    release-speech: .release-speech
    .release-speech:
            $(XDC) release -PR $(PACKAGE_DIR)/wit/base/codecs/speech01dec


    (note to use "Tab" to indent the 3rd line)

    - Juliann

  • Hi All,

     

    I tried to do the same to built codec server but it is not working in my case

     

    from the cmd line i went to the directory "C:\TI\dvsdk_wince\dvsdk_wince_1_00_00_05\cs1omap3530_1_00_01"

    and executed the xdc.exe as

    C:\ti-tools\xdctools\xdctools_3_10_05_61\xdc.exe make release

     

    It gives error as

    C:\TI\dvsdk_wince\dvsdk_wince_1_00_00_05\cs1omap3530_1_00_01>
    C:\TI\dvsdk_wince\dvsdk_wince_1_00_00_05\cs1omap3530_1_00_01>c:\ti-tools\xdctool
    s\xdctools_3_10_05_61\xdc.exe make release
    c:/ti-tools/xdctools/xdctools_3_10_05_61/bin/xdcdir: error : Can't open ./packag
    e.xdc
    c:/ti-tools/xdctools/xdctools_3_10_05_61/packages/xdc/bld/xdc_rules.mak:336: ***
     Can't find the package build script package.bld.  Stop.

    Actually under "C:\TI\dvsdk_wince\dvsdk_wince_1_00_00_05\cs1omap3530_1_00_01"

    Files contained are "config.bld" "cs1omap3530_release_notes.htm" "csRules.mak" "Makefile"

     

    Can you help

    Regards

    Misbah