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.

XDC releasing failed

Hi!

I've followed the instructions in http://rtsc.eclipse.org/docs-tip/Integrating_Existing_Content/Example_1 to create a simple package. The package contains a compiled lib and some headers. I've created the package.bld, package.xdc and package.xs files as supposed.

I would like to use the package in my project, so I've added the xdc.loadPackage('company.pack'); function call to my cfg, but I've got the following error:

configuring ..../.cfg ...
js: "....cfg", line 8: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: /home/lrancz/DaVinci_repo/codecs/packages/company/packs/pack.xdc found along the package path, but no schema file was found. Ensure that the package 'company.pack' is completely built.

So, I thought I've missed to release the package, but the result of running the xdc release command:

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.
js: "./package.bld", line 4: XDC runtime error: xdc.bld.PackageContents: no element named 'exportAll'
gmake: *** Deleting file `package.mak'
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.
js: "./package.bld", line 4: XDC runtime error: xdc.bld.PackageContents: no element named 'exportAll'
gmake: *** Deleting file `package.mak'
gmake: *** No rule to make target `package.mak', needed by `.interfaces'. Stop.

What's this?