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:
Hi, expert,
I got a zip file of a project from other's CCS Theia workspace, I tried to import it into my CCS Theia workspace after extracting the zip file.
With "Import Project(s)..." in "file" menu, this zip folder can not be discovered, there is no way to import from zip file or folder as CCS(eclipse).
Then I tried to drag it from the system file explorer and drop it directly into the CCS Theia Explorer, It can be added into my CCS Theia workspace, but can not be built, seems it is not treated as a CCS project.
Hi Fan,
Try unzipping the project in a directory outside your workspace (ex: Downloads). At that point, you should be able to import it into the workspace and build it as normal.
Best Regards,
Aishwarya
Hi, Aishwarya,
I did unzip the project outside my workspace. Can you help to guide the way to import it other than drag&drop?
Thanks.
Fan,
Please refer to this guide: C2000 F29x Fundamentals Workshop for CCS Theia
Best Regards,
Aishwarya
Hi, Aishwarya,
There is no introduction about import project from folder in the guide document you mentioned.
I did unzip the project outside my workspace, and imported it into my workspace as shown below.
But it still can not be built, and I found the icon of this new imported project is different to others, as shown below.
Fan,
Importing step looks correct to me! As simple as it sounds, could you try minimizing project, double clicking on the project, and then try to build?
If that does not work, could you share the project with me to look into it further?
Best Regards,
Aishwarya
Hi, Aishwarya,
I have share the project zip file to you through email. Please help to try in your side.
Thanks.
Fan,
Thanks for sending over. After further inspection, in the .project file of the project sent, there are some characters inserted into the following location which would restrict an user from importing and building the project. It is important to ensure this file is untouched. Once I made this modification and then imported the project, I was able to build. I am using CCS Theia 1.5.3 from the CCS STUDIO website.
FYI the build was unsuccessful because I do not have access to some of the "#includes" being used in the project. Maybe you can also use the .out file in the CPU1_RAM folder instead of building it again.
Hi, Aishwarya,
Thanks.
It works.
Maybe customer modified this file inadvertently before zip the folder.