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