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.
Hi TI CCS gurus,
I have a simple C28 project derived from flash programming example. It builds and runs fine without any issue or warning. However, after I simply renamed the linker cmd file from its default name (2837xD_xxx.cmd) to anything different (e.g. xxx.cmd), I'd get a warning from linker:
#1068-D no matching section.
IF I name it back, the warning would be gone. I tried it back and forth several times, always saw the issue. I tried renaming it inside CCS project explorer and Windows explorer, no difference. I'd like to use a different name, but more curious why the same cmd file would product different results depending on names? Does CCS treat cmd file named as "C2837xD_xxx" differently or what? I'd appreciate any advise. Thanks!