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.
Tool/software: Code Composer Studio
I have configured google drive to take backup of all my ccs project. Recently I downloaded a project from google drive and tried to import again into CCS. It is not working. When I downloaded from google drive, the project is zipped and some of the files like .ccsproject is saved as _ccsproject.xml. So I renamed _ccsproject.xml to .ccsproject in command prompt. But still CCS does not recognize this file and not importing. Any solutions for this?
Ramesh Muruganantham said:So I renamed _ccsproject.xml to .ccsproject in command prompt. But still CCS does not recognize this file and not importing. Any solutions for this?
There are three files needed for CCS to recognize it as a CCS project: .ccsproject, .cproject, .project. Make sure all three exist AND named correctly.
Thanks
ki
I did rename these 3 files and it did not work. Then I downloaded only those files directly from Google drive and saved. It worked. The file name is changed only when we download the complete folder where it zip.
Regards,
Ramesh
There must be some other action that has happened to prevent the proper import. If you can provide the generated zip file, I can take a look.
Hi
I could resolve the issue with downloading the .ccsproject, .cproject, .project. files directly. Just attaching the generated zip file for your review.
Regards,
Ramesh Muruganantham said:I could resolve the issue with downloading the .ccsproject, .cproject, .project. files directly.
Glad to hear it is working now.
Ramesh Muruganantham said:Just attaching the generated zip file for your review.
Thanks. I renamed the files like so:
Which resulted in the contents in the attached zip:
/cfs-file/__key/communityserver-discussions-components-files/81/uart_5F00_echo.zip
And it imports fine into CCS.
I'm not sure why your attempt at remaining failed. You can try the above zip to see if you can import those files.
Thanks
ki