Context = Codec Engine 2.23.01 for Linux, XDCtools 3.10.03, CodeGen 6.1.8, building for OMAP3530
Several of the package.bld files down in examples/ti/sdo/fc/rman/examples want to build the profile "debug_trace", but this is not defined in XDCtools (neither in xdc/bld/ITarget.xdc nor ti/targets/ITarget.xdc). This results in build errors "TypeError: Cannot read property "compileOpts" from undefined" from each offending package.bld file. Adding null checks to skip the build (i.e., "if (targ.profiles[profName] == null)") or seting the profile to just "debug" allows the build to advance, but this is definitely not what was intended.
What compiler and linker options are intended for "debug_trace"? Perhaps this could be added to XDCtools. (Looking forward, I didn't see it in XDCtools 3.15.00.50.)
Thanks in advance for any advice, -Dirk