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.

CCS/MSP430FR5739: Bring project to CCS on the cloud

Part Number: MSP430FR5739
Other Parts Discussed in Thread: MSP430WARE

Tool/software: Code Composer Studio

This is for Session ID 1491844141390_00008806

I am trying to load a CCS project from another computer. I copied the project directory onto a USB memory stick and moved it to this computer running  CCS on the cloud. The files appear to be uploaded. But, I can not compile. How do I do this?

I did not export before I did this import. I can not export because the original computer got corrupted and CCS no longer runs on it. All I have is the project directory and files contained in it. They do not appear to be corrupted. 

  • Tom,

    I am guessing that this was a CCS Desktop project.  You can import a desktop project to CCS Cloud but it will only build if it is self contained.  i.e. if it has external references (dependencies outside of the project folder) then it is not going to build in CCS Cloud.  Many projects will reference libraries that are part of some other software package like MSP430Ware.

    When you imported to CCS Cloud does the project folder look like a plain yellow folder or like this one (blinky) where it is yellow and blue.

    If you like I could take a look at the project and try to see what it is missing.

    Regards,

    John