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.
When compiling code for the MSP using CCS, it uses a msp430fr2633.cmd file, located in the ccs/include folder.
However, when I download the headers/support files from the GCC open source link, there are no such .cmd files. Where can I find these *.cmd files without downloading the entire CCS?
Hello Brad,
The easiest way to find these .cmd files without downloading the entire CCS is to creating a project use CCS Cloud and you can copy the cmd file from the cloud project.
Thanks,
Yiding
Hi,
Linker script files end with the ".ld" suffix for MSP430-GCC. They are available in the "msp430-gcc-support-files" package on the MSP430-GCC webpage.
The syntax used in TI ".cmd" files is incompatible with GCC.
Regards,
**Attention** This is a public forum