I have a project building from the command line using xdc. I am running into problems getting changes in one of my library packages to trigger my executable package to rebuild. I tried using a require statement in my executable's .xdc file as well as xdc.loadPackage in the .cfg file. Both returned the following error:
js: "./core0_main.cfg", line 1: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: C:\CodeProjects\dev\DEV_MAIN\sw\dsp\src_rtsc\srcinc\packages\common\messaging\package.xdc found along the package path, but no schema file was found. Ensure that the package 'packages.common.messaging' is completely built.
I verified that my messaging package is built. It results in a .a64P file. I guess I am confused about the schema file it is referring to.
Thanks,
Kevin