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.
link.xdt is a pretty advanced concept - its most often used by Algorithm Providers to specify a precise layout of program memory to best optimize L1P direct-mapped cache layout - which in itself takes some serious effort to attain an "ideal" layout. TI's video codecs do this but other codecs dont often have this.
So unless u really need it just have a semi-empty link.xdt e.g.
/*
link.xdt
Placeholder for future optimized code-layout link specification
*/
p.s. ceutils 1.07 has N bugfixes - https://www-a.ti.com/downloads/sds_support/applications_packages/ceutils/index.htm
Cheers, Alan