Community
Participate
Working Groups
When using configuro with the whole_program profile, a partial link is done. Currently, with TI's toolchain, the partial link step doesn't recognize when non-whole_program-built libraries (without icode) have dependencies on symbols in whole_program-built libraries (with icode). As a result, the configuro-produced partially linked lib may have removed (optimized out) these whole_program-built dependencies, and the final link may generate unresolved symbols which the end user can't resolve. This may be a TI cgtools issue rather than an XDC issue, but further analysis and recommendations need to be made for non-whole_program-providers.
- Need wiki article mentioning workaround using 'exportModule' - File bugs against codegen