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.
How can I compile an old project, having a compiler version TI v4.2.1, in CCSv6.1.3?
Use Help -> Install New Software... and in the dialog:
- Select Code Generation Tools Updates in the "Work with" combo box
- Untick the "Show only the latest versions of available software"
- Select MSP430 Compiler Tools 4.2.1 to be installed
See Compiler Updates for more information.
Did you make sure the project in CCS 6.1.3 is actually set to build with compiler 4.2.1 (Project Properties->General->Compiler version)?
If the compiler version and build options are the same, the build output should be the same even if the CCS version is different.
mattia arlotti said:Thank you, now I can compile the FW but it does not work correctly,
Saying it does not work correctly is a very broad statement. You would need to further isolate and debug where and why it does not work as expected.